Macro problems
Posted: Tue Oct 21, 2014 3:17 pm
Hello Matlo...
I got some problems with that macro commands. It is written "MBUTTON: MBUTTONDOWN + DELAY 50 + MBUTTONUP" that should be a normal click. Ok.
But as a rapid fire example you gave
"
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
DELAY 50
KEYUP p
DELAY 50
MBUTTONDOWN BUTTON_LEFT
MACRO MBUTTONUP BUTTON_LEFT
KEYUP p
MBUTTONDOWN BUTTON_LEFT
"
so why do i still need "KEYDOWN p" and that single stuff?
or is there a normal rapid fire for R1 (btw p)?
I got some problems with that macro commands. It is written "MBUTTON: MBUTTONDOWN + DELAY 50 + MBUTTONUP" that should be a normal click. Ok.
But as a rapid fire example you gave
"
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN p
DELAY 50
KEYUP p
DELAY 50
MBUTTONDOWN BUTTON_LEFT
MACRO MBUTTONUP BUTTON_LEFT
KEYUP p
MBUTTONDOWN BUTTON_LEFT
"
so why do i still need "KEYDOWN p" and that single stuff?
or is there a normal rapid fire for R1 (btw p)?