Skip to content

Instantly share code, notes, and snippets.

@arieljannai
Last active April 29, 2017 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arieljannai/81aef1937e5a832986c2cc56eab5550d to your computer and use it in GitHub Desktop.
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)
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