Quick tip: to reload what you're working on upon save, add this to your script:
#IfWinActive, D:\Documents\AutoHotkey.ahk
~^s::
Sleep 500
reload
return
#IfWinActive
When I have a computer problem and find a good solution, or when I find a better way of using Windows, I'll share the hints here.
#IfWinActive, D:\Documents\AutoHotkey.ahk
~^s::
Sleep 500
reload
return
#IfWinActive
No comments:
Post a Comment