Created
June 15, 2020 00:19
-
-
Save jmoyers/85deda63e5b9104c3b43a262e0e6488e to your computer and use it in GitHub Desktop.
This file contains 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
#NoEnv | |
#HotkeyModifierTimeout -1 | |
SetStoreCapsLockMode, Off | |
SetWorkingDir %A_ScriptDir% | |
SetKeyDelay, 50, 50 | |
$z:: | |
SetTimer, NoSleep, 30000 | |
Send, z | |
return | |
NoSleep: | |
if WinActive("ahk_exe eqgame.exe") { | |
Send a | |
} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment