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'" // 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 // Deplacements
unbind "z" unbind "scancode26"
unbind "q" unbind "scancode4"
unbind "s" unbind "scancode22"
unbind "d" unbind "scancode7"
bind "z" "+forward" bind "scancode26" "+forward"
bind "q" "+left" bind "scancode4" "+left"
bind "s" "+back" bind "scancode22" "+back"
bind "d" "+right" bind "scancode7" "+right"
// Crouch // Crouch
unbind "c" unbind "scancode6"
bind "c" "+duck" bind "scancode6" "+duck"
// Reload // Reload
unbind "r" unbind "scancode21"
bind "r" "+reload" bind "scancode21" "+reload"
// Inspect + Drop // Inspect + Drop
unbind "f" unbind "scancode9"
unbind "g" unbind "scancode10"
bind "f" "drop" bind "scancode9" "drop"
bind "g" "+lookatweapon" bind "scancode10" "+lookatweapon"
// Console // Console
unbind "=" unbind "scancode46"
bind "=" "toggleconsole" bind "scancode46" "toggleconsole"
con_enable "1" con_enable "1"
// Random weapons in DM // Random weapons in DM