Press/release button once = key command 1 > 2nd press/release button = key command 2 > cycle as repeated
Realworld example: Logic pro uses CTRL+L META+RIGHT = open track stack & CTRL+L META+LEFT = close track stack.
I’d like to use 1 button as a toggle to open and close track stacks instead of 2 buttons. Is this possible with the press release action block with some special modifier where the 2nd button is a different key command and it cycles between the 2?
press/release: keydown = L CTRL+L META+RIGHT > keyup L CTRL+L META+RIGHT
button step: button off: keydown = L CTRL+L META+LEFT > step one keyup: = L CTRL+L META+LEFT
BUT… When I use this key it works perfect in logic pro x but then when the button was for some reason looping or spamming, I couldnt click anything and I had to unplug the grid for it to stop. So it seemed to work but continue functioning unexpectedly. Would I need to add some stop function? Please see the steps above to advise where I went wrong, thanks.