use scancode

This commit is contained in:
Mylloon 2024-02-18 13:37:41 +01:00
parent 5e720ec52d
commit 144a395888
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -2,32 +2,32 @@
// PowerShell -Command "Invoke-WebRequest -Uri https://git.mylloon.fr/Anri/confOS/raw/branch/main/games/csgo/myconfig.cfg -OutFile '%ProgramFiles(x86)%\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\myconfig.cfg'"
// Deplacements
unbind "z"
unbind "q"
unbind "s"
unbind "d"
bind "z" "+forward"
bind "q" "+left"
bind "s" "+back"
bind "d" "+right"
unbind "scancode26"
unbind "scancode4"
unbind "scancode22"
unbind "scancode7"
bind "scancode26" "+forward"
bind "scancode4" "+left"
bind "scancode22" "+back"
bind "scancode7" "+right"
// Crouch
unbind "c"
bind "c" "+duck"
unbind "scancode6"
bind "scancode6" "+duck"
// Reload
unbind "r"
bind "r" "+reload"
unbind "scancode21"
bind "scancode21" "+reload"
// Inspect + Drop
unbind "f"
unbind "g"
bind "f" "drop"
bind "g" "+lookatweapon"
unbind "scancode9"
unbind "scancode10"
bind "scancode9" "drop"
bind "scancode10" "+lookatweapon"
// Console
unbind "="
bind "=" "toggleconsole"
unbind "scancode46"
bind "scancode46" "toggleconsole"
con_enable "1"
// Random weapons in DM