Reset Cycle to beginning after "X" number of seconds.

Post Reply
dproeder
Posts: 7
Joined: 30 Apr 2013, 02:46

Reset Cycle to beginning after "X" number of seconds.

Post by dproeder »

I'm looking create a Cycle that reverts back to slot one after "X" number of seconds pass.

So you execute X....then execute Y....then after 2 seconds it goes back to X.

Slot 1: X
Slot 2: Cycle Stop
Slot 3: Y
Slot 4: Cycle Stop
Slot 5: Z

dproeder
Posts: 7
Joined: 30 Apr 2013, 02:46

Re: Reset Cycle to beginning after "X" number of seconds.

Post by dproeder »

I answered my own question. You can't reset a cycle after a certain period of time, but I found another way to accomplish what I wanted.

I basically wanted to be able to cycle through different "Hold" keybinds while the "Tap" command stayed the same. Here is the solution...


Code: Select all

Set1DPadUpSlots=HOLD ZONE 0.30s,NumPad *,RELEASE ZONE 0.01s,NumPad 5,RELEASE ZONE 0.15s,CYCLE STOP,HOLD ZONE 0.30s,Alt,NumPad *,RELEASE ZONE

Post Reply

Return to “How do I do this combo/sequence?”