Guest
|
Posted: Thu Feb 28, 2008 1:28 am Post subject: Hotkey assignment question |
|
|
I could go into a long story about why I would want to do this, but I'll save ya the time. I would like to create a Hotkey that sends the same key as the assigned Hotkey, but it seem to just loop.
| Code: |
1::
; A bunch of code
Send 1
; A bunch more code
return
|
I've also tried timers, but it always sends the keystroke and then executes the code. I can't seem to get it to run some code, then send key, then run mode code.
Any help would be appreciated.
Thanks! |
|