Repeat macro forever while button held (toggle switch) #943
Unanswered
zombienerd
asked this question in
Q&A
Replies: 1 comment
-
I went through and re-wrote my button box to handle keyboard and mouse presses, and did the macros in python. I guess this works for now. If anyone ever gets around to reading this, and knows of a solution, please do post here for posterity sake! I might revisit using this software in the future. |
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
-
I have a custom button box with multiple toggle switches connected to buttons. I'd like the advanced macro to repeat while the toggle switch is ON.
I can't seem to figure out how to do this.
When Button 11 is held, I want it to Hold Left mouse for 8 seconds, release for 4, then repeat until the switch is toggled off. (Advanced: Press Time 08.00, Mouse LB, Pause 04.00) As of right now, it only does this action once until I reset the switch. Is there an item I can put in to get it to cycle while the switch is pressed?
When Button 12 is held, I want it to Press W for 0.1 seconds, then pause 30, then S for 0.1 seconds, then pause 30, then repeat. (Advanced: Press Time 00.10, W, Pause 30.00, Press Time 00.10, S, Pause 30.00) Same deal, Does not repeat while switch is toggled on (button press held)
This functionality is simple in Joystick Gremlin, but alas that doesn't work with Linux!
If this feature isn't already achievable, perhaps a "Repeat" item to add to the Advanced macro that just goes back to the beginning of the set would be great.
Beta Was this translation helpful? Give feedback.
All reactions