Created
May 15, 2021 05:36
-
-
Save sfpprxy/d35c22dcb31c90dc29fea3eddebc1355 to your computer and use it in GitHub Desktop.
windwos ahk script switch between windows of same application
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
; alt+esc -> switch | |
!Esc:: ; 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