When I press the "Space" it sends "space" several times
and when I stop pressing the "Space" it stops
I managed to do but is not the way I want
x::
if (spacepressed)
Loop 9999{
Send, {space up}
Send, {space down}
}
else
!spacepressed
sorry my bad english. ;s




