I'm trying to make a macro that holds down shift for an entire procedure. When I do Keydown it just holds down the key for x mount of seconds, then goes on to the next line... I want to hold shift while the entire procedure runs.
Procedure Missle
keys {PGDN}
delay 1 sec
Keys 1
<------------------- want to start holding shift here
Loop 10
LEFTCLICK
Delay 2.5 sec
end
<------------------- stop holding shift here
delay 1 sec
keys {PGDN}
delay .5 sec
END
Thanks for the help