Skip to content

Instantly share code, notes, and snippets.

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