Skip to content

Instantly share code, notes, and snippets.

@jmoyers
Created June 15, 2020 00:19
Show Gist options
  • Save jmoyers/85deda63e5b9104c3b43a262e0e6488e to your computer and use it in GitHub Desktop.
Save jmoyers/85deda63e5b9104c3b43a262e0e6488e to your computer and use it in GitHub Desktop.
#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