Help with sequence/timing

Post Reply
thm655321
Posts: 4
Joined: 09 Jan 2013, 03:36

Help with sequence/timing

Post by thm655321 »

Just been playing with Xpadder for an hour or so and I am stumped trying to achieve what I want. I am not new to joystick programming software, just new to Xpadder.

All I want to do is to have a button programmed to do the following:

When you press the button a sequence is initiated where the A key is held down for 1 second, and while the A key is held down during that 1 second press and release the B key at the 0.5 second mark, and after the 1 second release the A key.

Is that possible using Xpadder? Any help would be greatly appreciated.

Thanks in advance.

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

Re: Help with sequence/timing

Post by Primal Fear »

You can do that in the Advanced Assignment window.
You need to add following to the slotbar:
Tap Time 0.50s; A; Tap Time 0.10s; A; B; Tap Time 0.40s; A

thm655321
Posts: 4
Joined: 09 Jan 2013, 03:36

Re: Help with sequence/timing

Post by thm655321 »

Thanks very much.

I tried that and it does A, then AB, which means it must have released the first A to do the AB.

Is there no way to just tell Xpadder to hold down the A key until you tell it to release it?

Thanks.

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

Re: Help with sequence/timing

Post by Primal Fear »

A is definitely held without interruption.
Did you test it in a text editor? If yes, simply test it by holding a keyboard letter key on your keyboard. You will see that it also starts typing multiple letters after some time, although you never released the key.

thm655321
Posts: 4
Joined: 09 Jan 2013, 03:36

Re: Help with sequence/timing

Post by thm655321 »

Primal, I was able to test this in game and you are of course correct it works just as intended. Thanks so much for your help on this, seems like a simple sequence but I was scratching my head.

Post Reply

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