Pressing two buttons at once

Post Reply
rmlevasseur

Pressing two buttons at once

Post by rmlevasseur »

Howdy foks, love this program. However, I can't figure out how to map a different keystroke when two buttons are pressed at the same time. For instance, button 1 triggers "A", button two tiggers "B", but pressing button 1 and 2 together will trigger keystroke "C". thanks

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

Re: Pressing two buttons at once

Post by SGTCableDog »

There isn't a built in way to do this but you work around this limitation by using sets and some advanced settings.

Code: Select all

;--- Xpadder Profile Data ---
Version=2010.05.03
Name=(Untitled profile)
Set1Button1SetSelect=1
Set1Button2Slots=B
Set2Button1Slots=HOLD ZONE 0.25s,PAUSE 0.25s,RELEASE ZONE 0.01s,A,RELEASE ZONE 0.25s
Set2Button1SetSelect=0
Set2Button2Slots=C
Tap button two for , tap button one for [A] (also selects set two for the next assignment), hold button one and tap button two for [C]. There is a limitation with this method. If you hold button longer than 1/4 second prevents [A], good for holding button and pressing button two, bad if you wanted [A] but held it to long. Also there seems to be a bug if you double tap button one Xpadder some times gets stuck on set two. It would be a good idea to make an emergency way out of set two by making an set selection assigment to go to set one one-way. If this is for a game then you'll want to recreate your movement assignments in set two some your character won't stop suddenly when pressing button one.

Post Reply

Return to “Other questions”