From 7c8a68d0b1a4aaa7f1dcfe2d507bf8d52c498045 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 29 Jul 2019 20:10:58 +0200 Subject: ^#n: Delay before focusing current application Otherwise it seems too quick, and can fail to focus the current application. --- AutoHotkey.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/AutoHotkey.ahk b/AutoHotkey.ahk index 6bd18a1..f67af31 100644 --- a/AutoHotkey.ahk +++ b/AutoHotkey.ahk @@ -28,6 +28,7 @@ return ^#n:: Send #6 Send !fx +Sleep, 200 Send !{Tab} ; Reactivate current application return -- cgit v1.2.3