Macro issue

Need help? Ask here and someone will help
Post Reply
slowdrums
Posts: 61
Joined: Wed Apr 10, 2019 4:03 pm

Macro issue

Post 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
slowdrums
Posts: 61
Joined: Wed Apr 10, 2019 4:03 pm

Re: Macro issue

Post by slowdrums »

Alternatively it should also stop when I click right mouse buttons both left or right
User avatar
ckaiycool
Posts: 469
Joined: Thu Jul 10, 2014 8:16 pm
Location: Sweden

Re: Macro issue

Post 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?
slowdrums
Posts: 61
Joined: Wed Apr 10, 2019 4:03 pm

Re: Macro issue

Post by slowdrums »

Sorry for late reply…
Nope it still doesn’t work :(
Post Reply