Created
March 23, 2012 22:08
-
-
Save drlongnecker/2175538 to your computer and use it in GitHub Desktop.
RIFT Melee Tab-Out Prevention!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IfWinActive, RIFT | |
!Tab:: | |
send {tab} | |
return | |
#Tab:: | |
send {tab} | |
return | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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).