Last active
April 29, 2017 22:13
-
-
Save arieljannai/81aef1937e5a832986c2cc56eab5550d to your computer and use it in GitHub Desktop.
Restore the focus to the previous window after Zazu being un-active (not in focus)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zazu: | |
ZazuDetails = ahk_exe Zazu.exe | |
IfWinActive, %ZazuDetails% | |
{ | |
WinWaitClose, %ZazuDetails% | |
Send, {AltDown}{Tab}{AltUp} | |
} | |
Goto, zazu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment