PDA

View Full Version : Quick and Easy question



scout
23rd June 2004, 02:00 PM
Gents,

I need to have F11 KP5 (Keypad "5") only be "pressed" and not released, as per the key check results below showing them activated on release as well. Can you help a brother out?

Pressed => F11 F11
Released => F11 F11
Pressed => KP5 Keypad "5"
Released => KP5 Keypad "5"

Bob Church
23rd June 2004, 10:27 PM
It shouldn't be too hard. It looks like what you've done is programmed "F11 KP5" in the Normal Action "Press" box and what you really want is that both F11 and KP5 are held down so long as the button is down, yes? If that's right, then you'd need to use a split KEYS macro, the "+" characters on the press side, the "-" characters on the release. In the Normal Action "Press" box, try:

KEYS +F11 +KP5

and in the Normal Action "Release" box:

KEYS -KP5 -F11

which tells it to press the keys when you press the button and then release them when you release the button. Is that what you're looking for?

- Bob

The StickWorks
http://www.stickworks.com