aboutsummaryrefslogtreecommitdiffstats
path: root/AutoHotkey.ahk
diff options
context:
space:
mode:
authorTeddy Wing2019-07-29 20:09:50 +0200
committerTeddy Wing2019-07-29 20:09:50 +0200
commit3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4 (patch)
treebb57f98f9756b35166c878340c9b315d5bc02a43 /AutoHotkey.ahk
parent713fd1b35298d3b4df883285efc99cb604ac1569 (diff)
downloadAutoHotkey-Scripts-3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4.tar.bz2
^#n: Reactivate the current application after quitting Notepad
The current application would lose focus after pressing the shortcut. Reactivate it with Alt-Tab.
Diffstat (limited to 'AutoHotkey.ahk')
-rw-r--r--AutoHotkey.ahk1
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