Reply to thread

As I understand, you want to use "some" button on remote to do Win+D (if the button already does a Win+D it should work? Windows key - Wikipedia, the free encyclopedia). Say that that button sends Ctrl+Alt+Q (as an example).


Just guessing, but maybe you can use send (Send/SendRaw/SendInput/SendPlay/SendEvent: Send keys & clicks)

 Eg. something like Ctril+Alt+Q = Send Win+D:

[CODE]^!q::Send {#d}[/CODE]


Top Bottom