Replies: 1 comment
-
|
This is also what I'm trying to do ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, I want to make the following macro:
when mouse side button is pressed:
repeat BTN_LEFT indefinitely with a configured delay (50ms)
when mouse side button is pressed again:
stop the macro
The closest thing I was able to made is this:
hold(key(BTN_LEFT).w(50))It works how I want to, repeats BTN_LEFT with a 50ms delay, but only when the activation key is held, and I would like to make it act as a toggle. Is it technically possible?
Beta Was this translation helpful? Give feedback.
All reactions