diff options
-rw-r--r-- | AutoHotkey.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index c5fdcd8..6bd18a1 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -28,6 +28,7 @@ return ^#n:: Send #6 Send !fx +Send !{Tab} ; Reactivate current application return ; Reload this script |