diff options
author | Teddy Wing | 2019-07-29 20:09:11 +0200 |
---|---|---|
committer | Teddy Wing | 2019-07-29 20:09:34 +0200 |
commit | 713fd1b35298d3b4df883285efc99cb604ac1569 (patch) | |
tree | b63c9567a4ecb4d1840461cc9f7776ba0cc31b1d | |
parent | ceb12724c0d50d97eb2416c3f8fcd4dd65ab0e57 (diff) | |
download | AutoHotkey-Scripts-713fd1b35298d3b4df883285efc99cb604ac1569.tar.bz2 |
Add hotkey to reload the AutoHotkey.ahk script
So I don't have to use the menus in the Taskbar.
-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 |