Page 1 of 1
Combining Shift & cyclic functionality?
Posted: Sun Feb 09, 2020 3:42
by SockToy
Hi,
I currently have a physical button set to fire two different logical buttons; one a simple button (SHIFT0), one a macro (SHIFT1)
Ideally I would set it so that with SHIFT0 it fired the simple logical button, and with SHIFT1 it was cyclic, alternating between MACRO5 and MACRO9
Is this possible?
Thanks
Matt
Re: Combining Shift & cyclic functionality?
Posted: Sun Feb 09, 2020 4:06
by fallout9
Set up a Boolean to connect the Shift 1 to a new button programmed as Cyclic Switch which controls the macros.
Re: Combining Shift & cyclic functionality?
Posted: Sun Feb 09, 2020 8:45
by SockToy
thanks - just to be clear I understand;
Line 5/Reg3 == phys#21 == SHIFT1
Line 4/Reg3 == phys#20 == logical#11 (SHIFT0), logical#41(SHIFT1)
Line 1/Reg5 == Boolean Jump Logical#41->Physical#41
Line 1/Reg6 == phys#41 == Cyclic switch -> logical#36/37
Phew!
So I have a button (21) that alternates shift1 on/off
And a button (20) that with shift1 off just presses logical 11 - yay
with shift 1 on, it presses logical 41, which is 'jumped' back to physical (virtual as no actual button) 41, which cycles logica l36/37
Seems to work but is that what you meant, or is there a simpler way? ;p
And thankyou! Hope you are all well
Re: Combining Shift & cyclic functionality?
Posted: Sun Feb 09, 2020 23:25
by fallout9
Complicated things are more rewarding

Congrats for digging so deep into the software!
Re: Combining Shift & cyclic functionality?
Posted: Sun May 30, 2021 1:34
by LoneStar
Thanks SockToy! Followed your example. Worked great!