October 14, 201312 yr comment_4860 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? Report
October 15, 201312 yr comment_4869 why would you wont /need to do such a thing? It would be virtually impossible to to, every key has it's own code. Report
October 15, 201312 yr Author comment_4870 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, Report
October 15, 201312 yr comment_4871 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) Report
October 16, 201312 yr comment_4877 I guess you are on Windows, perhaps use something else for remote desktop - like teamviewer Report
November 26, 201312 yr comment_5226 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. Report
March 16, 201412 yr Author comment_6530 I like this last option i am going to try this and report back. Report
March 16, 201412 yr Author comment_6531 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. Report
March 16, 201412 yr Author comment_6532 I still have not found a solution for this problem in general. How to get a string under a key. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.