| View previous topic :: View next topic |
| Author |
Message |
iamnu
Joined: 31 May 2007 Posts: 23
|
Posted: Wed Dec 09, 2009 11:16 am Post subject: Keypad number as AutoHotkey |
|
|
I'd like to use the following AutoHotkey:
#3::
where the 3 is entered from the numbers keypad.
How is this done please? |
|
| Back to top |
|
 |
Jasdeep
Joined: 09 Nov 2009 Posts: 258
|
Posted: Wed Dec 09, 2009 11:21 am Post subject: |
|
|
use for example:-
| Code: |
Numpad3::run notepad.exe
|
|
|
| Back to top |
|
 |
iamnu
Joined: 31 May 2007 Posts: 23
|
Posted: Wed Dec 09, 2009 11:57 am Post subject: |
|
|
| Thanks again, Jasdeep! I appreciate your help and expertise... |
|
| Back to top |
|
 |
|