Does anyone know how to bind the numpad keys. When i try it, it binds to the normal number buttons and not the numpad ones?
JEB
Does anyone know how to bind the numpad keys. When i try it, it binds to the normal number buttons and not the numpad ones?
JEB
They are called things like:
KP_LEFTARROW
KP_5
KP_END
KP_DOWNARROW
KP_INS
KP_PLUS
KP_MINUS
KP_ENTER
To find the name use the menu to bind a key, it should appear correctly in there.
bind kp_numlock
bind kp_slash
bind kp_star
bind kp_minus (or is it kp_dash? I can’t remember)
bind kp_home
bind kp_up (or is it kp_uparrow?)
bind kp_pgup
bind kp_left
bind kp_5
bind kp_right
bind kp_end
bind kp_down
bind kp_pgdn
bind kp_plus
bind kp_enter
bind kp_ins
bind kp_del