Mine
public text v1 · immutable$j::
KeyWait j
Loop {
If GetKeyState("j","p")
Break
SendInput {j Down}
Sleep 10
SendInput {j Up}
Sleep 10
}
Return
~insert::Suspend, Toggle
*lbutton::
Loop
{
if not GetKeyState("lbutton", "P")
break
click
sleep, 10
}
return