Skip to content

Instantly share code, notes, and snippets.

@drlongnecker
Created March 23, 2012 22:08
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 drlongnecker/2175538 to your computer and use it in GitHub Desktop.
Save drlongnecker/2175538 to your computer and use it in GitHub Desktop.
RIFT Melee Tab-Out Prevention!
#IfWinActive, RIFT
!Tab::
send {tab}
return
#Tab::
send {tab}
return
#IfWinActive
@drlongnecker
Copy link
Author

A quick AutoHotKey script to redirect Alt+Tab and Win+Tab to just the Tab key when the game RIFT has focus. Useful (for me) playing a melee so I stop tabbing out of the game (and minimizing it) by accident. Unhappiness occurs when you minimize a game you're playing (usually death).

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