From 3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Jul 2019 20:09:50 +0200 Subject: ^#n: Reactivate the current application after quitting Notepad The current application would lose focus after pressing the shortcut. Reactivate it with Alt-Tab. --- AutoHotkey.ahk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3