Tap, Pause, Hold

Post Reply
chocomog4000
Posts: 1
Joined: 27 Aug 2010, 05:16

Tap, Pause, Hold

Post by chocomog4000 »

Hi, looking for a way to do this:

while a direction on the joystick is held down, do this

(Tap Right arrow key)
(Pause for .05 seconds)
(Hold down Right arrow key until right arrow key is released)

The first two parts I can get, just not the last one.

Help is much appreciated.

SGTCableDog
Xpadder Xpert
Posts: 1118
Joined: 27 Aug 2009, 03:35
Location: Minnesota, USA
Contact:

Re: Tap, Pause, Hold

Post by SGTCableDog »

I think this should work: [right arrow][pause.05s][hold zone .05s][right arrow]

Code: Select all

;--- Xpadder Profile Data ---
Version=2010.06.03
Name=Blank
Set1Stick1UpSlots=Arrow Up,PAUSE 0.05s,HOLD ZONE 0.05s,Arrow Up
Set1Stick1RightSlots=Arrow Right,PAUSE 0.05s,HOLD ZONE 0.05s,Arrow Right
Set1Stick1DownSlots=Arrow Down,PAUSE 0.05s,HOLD ZONE 0.05s,Arrow Down
Set1Stick1LeftSlots=Arrow Left,PAUSE 0.05s,HOLD ZONE 0.05s,Arrow Left
The pause keeps the first arrow from repeating. You may want to change the profiles key tap time as the default is .10 seconds. You can change this in the profiles settings.

Image

Post Reply

Return to “Other questions”