Well, I'm wondering is there's any way to link a single key on my keyboard to a file. I wish to execute the file upon pressing the key. I tried using the built in shortcut hotkey system and it didn't work out for me. It really needs to be one single key.
|
feedback
|
migrated from stackoverflow.com Mar 10 '10 at 0:12
This question came from our site for professional and enthusiast programmers.
|
Autohotkey may do the job - I used it to trigger an action upon "double-pressing" the "alt" key (ahk script below). I'm pretty sure you can trigger an action by pressing a key only once also, but might be difficult to find an otherwise unused key for that.
| ||||
|
feedback
|
|
What is possible is enable sticky keys and thus eliminating the need of pressing multiple buttons at once. Hope that helps. | |||
feedback
|