#SingleInstance,Force ;~ Process, Priority, , A ;~ SetBatchLines, -1 ;~ SetKeyDelay, -1, -1 ;~ #Include ListLines Off #KeyHistory 0 #NoTrayIcon SendMode Input tick := A_TickCount #IFWinActive Zero-K ahk_class SDL_app ahk_exe spring.exe ~*:: if A_TickCount - tick < 200 Send {MButton} tick := A_TickCount KeyWait, * return #IF