| View previous topic :: View next topic |
| Author |
Message |
tweak1029
Joined: 27 Nov 2007 Posts: 7 Location: Arkansas
|
Posted: Tue Nov 27, 2007 2:34 pm Post subject: How to stop a constant loop? |
|
|
I want to have a macro work while I sleep, but I'm going to need to bind a key to release the keyboard and mouse for when I wake up. I didn't have time to test any of my ideas, but I don't think binding a key to return will do any good, so I'm just going to post here.
loop
{
code
;binding to release the loop
}
;binding to release the loop
I don't know where it should be located, so any help would be appreciated. I've been playing with ahk for a whopping one day now  |
|
| Back to top |
|
 |
Ripper
Joined: 24 Oct 2007 Posts: 17 Location: Germany
|
|
| Back to top |
|
 |
mr noobert
Joined: 22 Nov 2007 Posts: 3 Location: Corinth, Mississippi
|
Posted: Tue Nov 27, 2007 5:37 pm Post subject: |
|
|
I just use this.
<hotkey>::reload
I use `::reload
This way I can easily stop all scripts and after I edit a script I can save and reload without all that clicking. |
|
| Back to top |
|
 |
|