Skip to content

Instantly share code, notes, and snippets.

@shawn-simon
Created November 23, 2016 22:52
Show Gist options
  • Save shawn-simon/54a7d5e0678d3685f843b53a9b414e74 to your computer and use it in GitHub Desktop.
Save shawn-simon/54a7d5e0678d3685f843b53a9b414e74 to your computer and use it in GitHub Desktop.
Disables Alt+Tab from Dota 2
#IfWinActive, Dota 2
!Tab::Send {Tab}
Tab::Send {Tab}
@shawn-simon
Copy link
Author

Tab::Send {Tab} fixes when you hit Tab->Alt. For some reason that will still fire Alt+Tab. Somehow I figured this fix within a few seconds, incredibly lucky.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment