Sometimes when I am writing a script I don't want a particular script - the one i'm writing - to be running.

I want to just write, then save it and refresh autohotkeys to get it running, then I see how it works it may not be how I want so want it to stop running the script.

I want to do this efficiently.

I see reload will unsuspend too.

So I want a shortcut to suspend

and a shortcut to reload.

And I want, for example, ctrl-r (Reload) to work even from a notepad window i'm typing in. Not just in the autohotkeys window.

link|improve this question

69% accept rate
feedback

1 Answer

Will these help?

This will pause the script:

^p::Pause

This will reload:

^r::Reload
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.