| View previous topic :: View next topic |
| Author |
Message |
iamnu
Joined: 31 May 2007 Posts: 23
|
Posted: Tue Nov 17, 2009 1:58 am Post subject: HotKey with a space |
|
|
I'd like to enter the Alt Key and a space character for my AutoHotkey.
Can this be done, and if so, how? |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 17, 2009 2:05 am Post subject: |
|
|
| Code: | send {tab}
send {space} |
|
|
| Back to top |
|
 |
newbie5000 Guest
|
Posted: Tue Nov 17, 2009 2:05 am Post subject: |
|
|
Yep..hope this helps
| Code: | | !Space:: run, notepad.exe |
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Nov 17, 2009 2:07 am Post subject: |
|
|
| scratch mine, i think the first Guest understands ur case better |
|
| Back to top |
|
 |
iamnu
Joined: 31 May 2007 Posts: 23
|
Posted: Tue Nov 17, 2009 2:15 am Post subject: |
|
|
I'm using !Space::
I'm surprised I couldn't find this in the AutoHotkey Help Window.
Thank you all for your help... |
|
| Back to top |
|
 |
|