So I was playing around with the macros in synapse and couldn’t get it to work.
I want to set up a macro that can input a down input on press, a continuous loop of down inputs of two keys while holding the button and and the respective release key inputs after I release the button.
Something like:
Press rmb → press input “a”, when holding rmb continue to do the press input of keys “a” and “b” with 0ms delay, on release of rmb do release input of key “a” and key “b”.
But setting up a macro only give you the options of: play macro once, play it multiple times, toggle continuous loop and continuous loop while holding, the last option being very weird because it just replays the inputs in macro and if you add a release button it will replay that too, releasing rmb with this option doesn’t add a release to the key itself.
So I was wondering if i could have this continuous while holding macro that ONLY REPEATS THE PRESS of a keystroke (when holding rmb) and the release actually happens when I just let go of said rmb.