This commit is contained in:
Mylloon 2023-03-25 23:26:38 +01:00
parent 1aa66777b8
commit cd71364abd
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"