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!