From 713fd1b35298d3b4df883285efc99cb604ac1569 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Jul 2019 20:09:11 +0200 Subject: Add hotkey to reload the AutoHotkey.ahk script So I don't have to use the menus in the Taskbar. --- AutoHotkey.ahk | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3