use scancode
This commit is contained in:
parent
5e720ec52d
commit
144a395888
1 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue