All pastes #2082865 Raw Edit

Mine

public text v1 · immutable
#2082865 ·published 2011-09-25 23:21 UTC
rendered paste body
$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