cobels Posted October 14, 2013 Report Posted October 14, 2013 How do i save a string ? Example How do i save the word bike to a key of my remote. So that when i press the key the word bike shows up. It works with one letter so how to make it how with multiple letters? 1 Quote
burke Posted October 15, 2013 Report Posted October 15, 2013 why would you wont /need to do such a thing? It would be virtually impossible to to, every key has it's own code. Quote
cobels Posted October 15, 2013 Author Report Posted October 15, 2013 After i do a remote desktop session with my htpc. The screen of my htpc locks and i have to put in the password again to unlock my htpc. So if i could put the password under a key of my remote that would be helpfull. regards, Quote
Budwyzer Posted October 15, 2013 Report Posted October 15, 2013 See this forum topic for AutoHotKey. Which sounds really cool when combined with: AutomateIt & NFC Ring. Sorry, those have nothing to do with Flirc. Just liking all of the interconnectabilities. (totally a real word) Quote
burke Posted October 16, 2013 Report Posted October 16, 2013 I guess you are on Windows, perhaps use something else for remote desktop - like teamviewer Quote
TheRotag Posted November 26, 2013 Report Posted November 26, 2013 While it won't help with your actual request (to save a string to a remote keypress), I may be able to help. I have an HTPC that I RDP into frequently, and was frustrated that, after doing so, I'd have to put in the password again from my couch. So, I created a batch file on the desktop that runs this command: C:\Windows\System32\tscon.exe 1 /dest:console That will disconnect the RDP session without locking the computer. To disconnect, I just double click it. *Note: I have found that sometimes, I have to put in 2 instead of 1 in that command. Haven't figured out why, exactly, but experience tells me it happens. If that happens for you as well, you can just put the command in the batch file twice, once with a 1 and once with a 2. 1 Quote
cobels Posted March 16, 2014 Author Report Posted March 16, 2014 I like this last option i am going to try this and report back. Quote
cobels Posted March 16, 2014 Author Report Posted March 16, 2014 I executed the command as administrator but got an error: "Could not connect sessionID 0 to sessionname console, Error code 5 Error [5]:Access is denied. Quote
cobels Posted March 16, 2014 Author Report Posted March 16, 2014 I still have not found a solution for this problem in general. How to get a string under a key. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.