Fixes
This commit is contained in:
@ -80,13 +80,15 @@ bind b "lastdisguise"
|
||||
bind g "+taunt"
|
||||
bind h "+context_action"
|
||||
bind \ "dropitem"
|
||||
bind alt "+radar"
|
||||
bind z "+radar"
|
||||
bind b "sentry"
|
||||
bind ctrl "+zoom"
|
||||
bind ` "toggleconsole"
|
||||
bind enter "show_quest_log"
|
||||
bind escape "cancelselect"
|
||||
bind pause "pause"
|
||||
//fake call
|
||||
bind alt "voicemenu 1 7"
|
||||
//call medic
|
||||
bind e "voicemenu 0 0"
|
||||
bind tab "+showscores"
|
||||
@ -94,10 +96,14 @@ bind tab "+showscores"
|
||||
bind x "lastinv"
|
||||
bind f "+inspect"
|
||||
//call spy
|
||||
bind z "voicemenu 1 1"
|
||||
bind mouse4 "voicemenu 1 1"
|
||||
bind mouse5 "+use_action_slot_item"
|
||||
bind mouse3 "+attack3"
|
||||
|
||||
// attack binds
|
||||
bind mouse1 "+attack"
|
||||
bind mouse2 "+attack2"
|
||||
|
||||
// scroll weapons
|
||||
bind mwheelup "invprev"
|
||||
bind mwheeldown "invnext"
|
||||
@ -148,5 +154,7 @@ bind p "snd_restart;hud_reloadscheme"
|
||||
//bind <key> "incrementvar cl_first_person_uses_world_model 0 1 1"
|
||||
//bind <key> "incrementvar tf_use_min_viewmodel 0 1 1"
|
||||
|
||||
// find alt bind
|
||||
|
||||
//disabled as banned in rgl now for some reason
|
||||
//bind ctrl "+ctap"
|
@ -1,8 +1,5 @@
|
||||
// Commands here will run before every class config
|
||||
|
||||
// Key for class specific binds
|
||||
unbind n
|
||||
|
||||
// rebind for classes other than soldier
|
||||
bind mouse1 +attack
|
||||
bind mouse2 +attack2
|
Reference in New Issue
Block a user