aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2019-07-29 20:09:11 +0200
committerTeddy Wing2019-07-29 20:09:34 +0200
commit713fd1b35298d3b4df883285efc99cb604ac1569 (patch)
treeb63c9567a4ecb4d1840461cc9f7776ba0cc31b1d
parentceb12724c0d50d97eb2416c3f8fcd4dd65ab0e57 (diff)
downloadAutoHotkey-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.ahk3
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