Macro question

Need help? Ask here and someone will help
Post Reply
User avatar
Crimson4649
Posts: 8
Joined: Mon Jul 29, 2013 8:32 pm

Macro question

Post 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!
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Macro question

Post 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.
GIMX creator
User avatar
Crimson4649
Posts: 8
Joined: Mon Jul 29, 2013 8:32 pm

Re: Macro question

Post by Crimson4649 »

ah. ok. thanks anyway.
Having a ton of fun doing macros atm :)
User avatar
Crimson4649
Posts: 8
Joined: Mon Jul 29, 2013 8:32 pm

Re: Macro question

Post by Crimson4649 »

just made this:

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