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