Last active
November 3, 2016 17:45
-
-
Save aquarhead/0955098aba1feefdce12a7a1334200f5 to your computer and use it in GitHub Desktop.
AutoHotkey config for Babun on Windows simulating my config on OS X for iTerm
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
WinGetActiveTitle, LastActiveWindowTitle | |
Run, babun | |
!`:: | |
IfWinActive, Yukinoshita | |
{ | |
WinHide, Yukinoshita | |
WinActivate, %LastActiveWindowTitle% | |
} | |
else | |
{ | |
WinGetActiveTitle, LastActiveWindowTitle | |
WinShow, Yukinoshita | |
WinActivate, Yukinoshita | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment