Forum
Keypad keys?
Created 12th April 2009 @ 10:01
Add A Reply Pages: 1
I want to bind some commands to the Num Lock keys, but i can’t find how are they in TF2.. Can someone help
bind “KP_END” “exec scout.cfg”
bind “KP_DOWNARROW” “exec soldier.cfg”
bind “KP_PGDN” “exec pyro.cfg”
bind “KP_LEFTARROW” “exec demoman.cfg”
bind “KP_5” “exec heavyweapons.cfg”
bind “KP_RIGHTARROW” “exec engineer.cfg”
bind “KP_HOME” “exec medic.cfg”
bind “KP_UPARROW” “exec sniper.cfg”
bind “KP_PGUP” “exec spy.cfg”
bind “KP_INS” “exec normal.cfg”
bind “KP_DEL” “exec instagib.cfg”
Replace the exec … with the things you want ;)
Thanks, and the numbers?
Look !!!!
Deary me…
bind “KP_5″ “exec heavyweapons.cfg”
bind “KP_1” “say gg”
“KP_1” isn’t a valid key
KP_1 = KP_END
1 = END
2 = DOWNARROW
3 = PGDN
4 = LEFTARROW
and so on..
I hope you get it now :)
Ahh yes thank you
Add A Reply Pages: 1