Page 1 of 1

Problem binding number pad keys

Posted: Sat Feb 07, 2009 6:55 pm
by Mechinn
Hello.
I am having a problem binding audio to the number pad on my keyboard. I assume I'm messing up on the command somehow but I'm not sure just what I'm doing wrong. I'll give you an example of one of the commands I'm trying to bind to the num. pad.

bind KP_4 "bind = >$\Other\Vader_Unfair; hldjsf"

I've set up the "F2-9" keys in a similar way and have had no problems with it. The manual uses "KP_5" as an example for a bind but seeing as that hasn't worked for me I also tried to use "num_4" but that doesn’t seam to work either.

Re: Problem binding number pad keys

Posted: Sun Feb 08, 2009 4:01 am
by Renegade
Hi there. The syntax is correct except that the key you're looking for is "KP_LEFTARROW".
You can find a list of bindable keys in "binds.hldj" (open it up in notepad).

Re: Problem binding number pad keys

Posted: Sun Feb 08, 2009 4:14 pm
by Mechinn
Ohhh.. Duh! I was looking threw that the other day too :oops:
Thanks for the help!