diff options
| -rw-r--r-- | AutoHotkey.ahk | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index 2354609..c5fdcd8 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -29,3 +29,6 @@ return  Send #6  Send !fx  return + +; Reload this script +^#a::Reload | 
