spacebar rapid
카테고리 없음 2016. 6. 10. 20:05
$space::
hotkey,space,off
loop
{
send {space down}{space up}
if not GetKeyState("space", "P")
break
}
hotkey,space,on
return
$F5:: suspend
return
hotkey,space,off
loop
{
send {space down}{space up}
if not GetKeyState("space", "P")
break
}
hotkey,space,on
return
$F5:: suspend
return