Created
March 1, 2015 03:47
-
-
Save WA9ACE/7d989551c94c7e2359c4 to your computer and use it in GitHub Desktop.
This allows you to use alt+` to switch between windows of the same application akin to OS X's CMD+`
This file contains hidden or 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
; This allows you to use alt+` to switch between windows of the same application akin to OS X's CMD+` | |
!`:: ; Next window | |
WinGetClass, ActiveClass, A | |
WinSet, Bottom,, A | |
WinActivate, ahk_class %ActiveClass% | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment