Skip to content

Instantly share code, notes, and snippets.

@ravensnowbird
Created August 8, 2014 18:04
Show Gist options
  • Save ravensnowbird/2b144fd79024ac6d1798 to your computer and use it in GitHub Desktop.
Save ravensnowbird/2b144fd79024ac6d1798 to your computer and use it in GitHub Desktop.
Warcraft Hokey to disable Alt+tab

Run script to activate F1 to select alt F2 to choose a tab.

*F1::Send {Alt down}{tab} ; Asterisk is required in this case.
!F2::Send {Alt up} ; Release the Alt key, which activates the selected window.
~*Escape::
IfWinExist ahk_class #32771
Send {Escape}{Alt up} ; Cancel the menu without activating the selected window.
return
LAlt & Tab::return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment