Macro question
Posted: Tue Jul 30, 2013 1:13 pm
I tried looking at the macro FAQ but couldn't find the answer i was looking for.
How do you make the macro read several keys pushed down at once without using the KEYDAOWN/KEYUP function?
Example:
Also. can you alter the delay of "KEY" to not be 50?
Would be nice to have it at 4 by default!
How do you make the macro read several keys pushed down at once without using the KEYDAOWN/KEYUP function?
Example:
Code: Select all
MACRO KEYDOWN q
KEY r
DELAY 4
KEY d
DELAY 4
KEY r, d, 2 <---- this
DELAY 4
Would be nice to have it at 4 by default!