How do I bind a command specifically to the numpad, and not for identical keys on the rest of the keyboard. I.e, how do I bind numpad '1' and not the other '1'.
Thanks in advance.
How do I bind a command specifically to the numpad, and not for identical keys on the rest of the keyboard. I.e, how do I bind numpad '1' and not the other '1'.
Thanks in advance.
KP_END will be the 1 on the number pad... when binding those u have to use the names on the keys and not the numbers
1 - KP_END
2 - KP_DOWNARROW
3 - KP_PGDN
4 - KP_LEFTARROW
5 - KP_5 ( i think )
6 - KP_RIGHTARROW
7 - KP_HOME
8 - KP_UPARROW
9 - KP_PGDN
i believe thats what they are.. if ot then it will tell u not a valid key or something like that... anyway have fun..
NuckingFuts: i dont care who i frag. or who frags me. long as its legit frags all around.
Turbulence: We should all be thought of as equal and no one should assume they are more superior than the other.
Thankyou very much![]()
0 = kp_INS
, = kp_DEL
enter = kp_enter
+ = kp_PLUS
- = kp_MINUS
* = kp_*
/ = kp_slash
if u need them too![]()
if you turn on/off numlock, they act like normal numbers. just fyi.