Tap / Hold / Long Hold

Post Reply
InTheCatBoxAgain
Posts: 37
Joined: 11 Aug 2012, 00:27
Contact:

Tap / Hold / Long Hold

Post by InTheCatBoxAgain »

I cannot get this to work right.

My goal is to have one button output three different keys on three different press lengths.

What I have now:

Code: Select all

Set1Button2Slots=HOLD ZONE 0.50s,Z,RELEASE ZONE 0.01s,C,RELEASE ZONE 0.20s,X,RELEASE ZONE 0.50s
The output order, starting with shortest time is: C-X-Z.

My problem is there's a time between X and Z where it'll output both at once.

Primal Fear
Xpadder Xpert
Posts: 2437
Joined: 09 Feb 2010, 16:41
Location: Germany
Contact:

Re: Tap / Hold / Long Hold

Post by Primal Fear »

The Release Zones slots add up each other, so your second Release Zone starts actually at 0.21s and ends after 0.70s. So if you release the button between 0.50s and 0.70s, Xpadder will have already triggered the Hold Zone and will trigger the last Release Zone.
Simply change the third Release Zone slot to 0.30s.

InTheCatBoxAgain
Posts: 37
Joined: 11 Aug 2012, 00:27
Contact:

Re: Tap / Hold / Long Hold

Post by InTheCatBoxAgain »

Thank you!

I'm still trying to fully understand how sequences work.

Primal Fear
Xpadder Xpert
Posts: 2437
Joined: 09 Feb 2010, 16:41
Location: Germany
Contact:

Re: Tap / Hold / Long Hold

Post by Primal Fear »


Post Reply

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