Page 1 of 1

Macro issue

Posted: Mon Apr 22, 2024 2:27 pm
by slowdrums
Hey guys

I have this macro

MACRO q
KEYDOWN k
DELAY 65
KEYUP k
DELAY 65
KEYDOWN q

The problem is that I need to click to stop the macro. I want macro to be stopped on q release. Any idea how to do it?

Thanks

Re: Macro issue

Posted: Mon Apr 22, 2024 2:31 pm
by slowdrums
Alternatively it should also stop when I click right mouse buttons both left or right

Re: Macro issue

Posted: Tue Apr 23, 2024 7:03 am
by ckaiycool
slowdrums wrote: Mon Apr 22, 2024 2:31 pm Alternatively it should also stop when I click right mouse buttons both left or right

MACRO q
KEYDOWN k
DELAY 65
KEYUP k
DELAY 65
KEYDOWN q
KEYUP q?

Re: Macro issue

Posted: Fri May 03, 2024 2:41 pm
by slowdrums
Sorry for late reply…
Nope it still doesn’t work :(

Re: Macro issue

Posted: Tue May 07, 2024 3:26 pm
by ckaiycool
I wish there was simpler ways to write macros.
The scripts are quite like autohotkeyscripts but still abit different.
Sorry i can't help more.