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