[AHK-] 按下w後壓著w不放直到再次按下w

作者: ushenli (ushenli)   2018-01-10 21:59:54
這邊還要補充什麼才能實現這功能呢?
實在剛碰不曉得要從哪個方向找@@
w::
GetKeyState,state,w
if state = D
{
Send {w up}
}
else if state = U
{
Send {W down}
}
else
Return

Links booklink

Contact Us: admin [ a t ] ucptt.com