Page 1 of 1

Macro question

Posted: Tue Jul 30, 2013 1:13 pm
by Crimson4649
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:

Code: Select all

MACRO KEYDOWN q
KEY r
DELAY 4
KEY d
DELAY 4
KEY r, d, 2 <---- this
DELAY 4
Also. can you alter the delay of "KEY" to not be 50?
Would be nice to have it at 4 by default!

Re: Macro question

Posted: Tue Jul 30, 2013 4:40 pm
by Matlo
There is no way to do what you want without using KEYDOWN/DELAY/KEYUP commands.

Generally, anything that is not written in the wiki is not supported.

Re: Macro question

Posted: Tue Jul 30, 2013 5:46 pm
by Crimson4649
ah. ok. thanks anyway.
Having a ton of fun doing macros atm :)

Re: Macro question

Posted: Tue Jul 30, 2013 6:45 pm
by Crimson4649
just made this:

[youtube]dYEcWMPpecU?hd=1[/youtube]