map a keystroke to a button and then another keystroke when you release it

Post Reply
fender1391
Posts: 2
Joined: 15 Dec 2010, 09:43

map a keystroke to a button and then another keystroke when you release it

Post by fender1391 »

is it possible to map a keystroke to a button when it's pressed and then another keystroke when i release it

i kinda figured it out on my own, but i'd like to not have to worry about the .01 second hold time, it needs to be snappier

slot1: z
slot2: Pause: .01 sec
slot3: Release zone .01 sec
slot4: z

if i hold it for longer than .01 sec it works just fine, but if i just tap it, it only registers the first "z"

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

Re: map a keystroke to a button and then another keystroke when you release it

Post by Primal Fear »

Your problem is not that the key press on release won't be triggered. Your problem is that Xpadder won't release the key between the hold and the release assignment.

So it has to look like that:
slot1: z (=0.10s)
slot2: Pause: 0.01s
slot3: Release Zone 0.01s
slot4: Pause 0.01s
slot5: z (=0.10s)

fender1391
Posts: 2
Joined: 15 Dec 2010, 09:43

Re: map a keystroke to a button and then another keystroke when you release it

Post by fender1391 »

much better, thank you

Post Reply

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