PHP Code:
!L::
loop
{
send, {space down}
Keywait, space, D T0,01
send, {space up}
if errorlevel
{
}
if !errorlevel
{
break
}
}
return
!L::
loop
{
send, {space down}
Keywait, space, D T0,01
send, {space up}
if errorlevel
{
}
if !errorlevel
{
break
}
}
return
Loop 20
{
Send {Tab down} ; Auto-repeat consists of consecutive down-events (with no up-events).
Sleep 30 ; The number of milliseconds between keystrokes (or use SetKeyDelay).
}
Send {Tab up} ; Release the key.
Loop
{
Send{Space down}
Send{Space up}
Sleep 500 //500ms delay
}