diff options
author | Teddy Wing | 2019-07-29 20:10:58 +0200 |
---|---|---|
committer | Teddy Wing | 2019-07-29 20:10:58 +0200 |
commit | 7c8a68d0b1a4aaa7f1dcfe2d507bf8d52c498045 (patch) | |
tree | 0e42caa00758957536f876d93cd74887a030197b /AutoHotkey.ahk | |
parent | 3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4 (diff) | |
download | AutoHotkey-Scripts-7c8a68d0b1a4aaa7f1dcfe2d507bf8d52c498045.tar.bz2 |
^#n: Delay before focusing current application
Otherwise it seems too quick, and can fail to focus the current
application.
Diffstat (limited to 'AutoHotkey.ahk')
-rw-r--r-- | AutoHotkey.ahk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |