You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help creating a macro. Here’s what I want to accomplish:
Performs a sequence of actions with the "4" key: hold(key_up(4).wait(1000).key_down(4).key_up(4))
Simultaneously holding right button on the mouse.
Macro to be mapped to the "right" button on the mouse.
Chaining hold_keys(RIGHT_BTN) does not work as intended. It fires off the right mouse button before or after 4 up and down. I need it to continuously hold the right button down while sending 4 up and down.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need help creating a macro. Here’s what I want to accomplish:
Chaining hold_keys(RIGHT_BTN) does not work as intended. It fires off the right mouse button before or after 4 up and down. I need it to continuously hold the right button down while sending 4 up and down.
Beta Was this translation helpful? Give feedback.
All reactions