cleanup
This commit is contained in:
parent
1aa66777b8
commit
cd71364abd
1 changed files with 2 additions and 11 deletions
|
@ -4,8 +4,6 @@
|
|||
// Deplacements
|
||||
unbind "z"
|
||||
unbind "q"
|
||||
unbind "w"
|
||||
unbind "a"
|
||||
unbind "s"
|
||||
unbind "d"
|
||||
bind "z" "+forward"
|
||||
|
@ -14,22 +12,16 @@ bind "s" "+back"
|
|||
bind "d" "+moveright"
|
||||
|
||||
// Crouch
|
||||
unbind "CTRL"
|
||||
unbind "c"
|
||||
bind "c" "+duck"
|
||||
|
||||
// Inspect + Drop
|
||||
unbind "g"
|
||||
unbind "f"
|
||||
unbind "g"
|
||||
bind "f" "drop"
|
||||
bind "g" "+lookatweapon"
|
||||
|
||||
// Reload and clear residuals
|
||||
unbind "r"
|
||||
bind "r" "+reload; r_cleardecals"
|
||||
|
||||
// Console
|
||||
unbind "`"
|
||||
unbind "'"
|
||||
bind "'" "toggleconsole"
|
||||
|
||||
|
@ -37,7 +29,6 @@ bind "'" "toggleconsole"
|
|||
cl_dm_buyrandomweapons "0"
|
||||
|
||||
// Voice chat
|
||||
unbind "k"
|
||||
unbind "MOUSE5"
|
||||
bind "MOUSE5" "+voicerecord"
|
||||
voice_scale "0.25"
|
||||
|
@ -52,7 +43,7 @@ cl_chatfilter_version "1"
|
|||
mm_dedicated_search_maxping "60"
|
||||
|
||||
// Sensitivity
|
||||
sensitivity "1.742450"
|
||||
sensitivity "1.74"
|
||||
|
||||
// Spectator view
|
||||
spec_replay_autostart "0"
|
||||
|
|
Loading…
Reference in a new issue