I'm not sure if this is possible, but I have a Vadar 2. On one of the extra buttons on the back (I'm going to call it Button C), I'd like to be able to hold it down, which would cause A to be held down also, and press B and X, repeating.
A flowchart look of this would look similar to this:
Button C held:
-- A down
----B down/B up
----X down/X up
----B down/B up
----X down/X up
----repeat until button c released.
-- A up
I've been able to sort of configure this by writing a combo that does A down, B down/up, X down/up, A up, and assigning it to the turbo so it repeats, but I'd really prefer it if the A didn't need to be pressed/released inside of the combo. I'm sure I could do a Button D to Toggle A, and then use Button C to repeat the B and X, but I was hoping to have all this done in one press and hold.
Thanks much.
A flowchart look of this would look similar to this:
Button C held:
-- A down
----B down/B up
----X down/X up
----B down/B up
----X down/X up
----repeat until button c released.
-- A up
I've been able to sort of configure this by writing a combo that does A down, B down/up, X down/up, A up, and assigning it to the turbo so it repeats, but I'd really prefer it if the A didn't need to be pressed/released inside of the combo. I'm sure I could do a Button D to Toggle A, and then use Button C to repeat the B and X, but I was hoping to have all this done in one press and hold.
Thanks much.
Comment