Skip to content

Instantly share code, notes, and snippets.

@WA9ACE
Created March 1, 2015 03:47
Show Gist options
  • Save WA9ACE/7d989551c94c7e2359c4 to your computer and use it in GitHub Desktop.
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 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