scan code ²
This commit is contained in:
parent
144a395888
commit
3c895da62a
2 changed files with 10 additions and 8 deletions
|
@ -5,8 +5,8 @@
|
||||||
exec myconfig
|
exec myconfig
|
||||||
|
|
||||||
// Harry Potter
|
// Harry Potter
|
||||||
unbind "KP_MINUS"
|
unbind "scancode77"
|
||||||
bind "KP_MINUS" "disconnect"
|
bind "scancode77" "disconnect"
|
||||||
|
|
||||||
// Change hand - CS2 doesnt support left hand yet
|
// Change hand - CS2 doesnt support left hand yet
|
||||||
// unbind "a"
|
// unbind "a"
|
||||||
|
@ -15,19 +15,19 @@ bind "KP_MINUS" "disconnect"
|
||||||
// FPS in tab // CS2: Not working in endscreen
|
// FPS in tab // CS2: Not working in endscreen
|
||||||
// alias "+scorenet" "+showscores; cl_showfps 1"
|
// alias "+scorenet" "+showscores; cl_showfps 1"
|
||||||
// alias "-scorenet" "-showscores; cl_showfps 0"
|
// alias "-scorenet" "-showscores; cl_showfps 0"
|
||||||
// unbind "TAB"
|
// unbind "scancode43"
|
||||||
// bind "TAB" "+scorenet"
|
// bind "scancode43" "+scorenet"
|
||||||
|
|
||||||
// Noclip
|
// Noclip
|
||||||
unbind "p"
|
unbind "scancode19"
|
||||||
bind "p" "sv_cheats 1; noclip"
|
bind "scancode19" "sv_cheats 1; noclip"
|
||||||
|
|
||||||
// Load custom game script
|
// Load custom game script
|
||||||
alias "cg" "exec customgame"
|
alias "cg" "exec customgame"
|
||||||
|
|
||||||
// Reload script
|
// Reload script
|
||||||
unbind "SEMICOLON"
|
unbind "scancode54"
|
||||||
bind "SEMICOLON" "exec autoexec"
|
bind "scancode54" "exec autoexec"
|
||||||
|
|
||||||
// Save settings
|
// Save settings
|
||||||
host_writeconfig
|
host_writeconfig
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
// Update this script, run this in cmd:
|
// Update this script, run this in cmd:
|
||||||
// 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'"
|
||||||
|
|
||||||
|
// Scan code: https://preview.redd.it/new-key-bind-scancodes-visualized-v0-h6tsql8enajc1.png
|
||||||
|
|
||||||
// Deplacements
|
// Deplacements
|
||||||
unbind "scancode26"
|
unbind "scancode26"
|
||||||
unbind "scancode4"
|
unbind "scancode4"
|
||||||
|
|
Loading…
Reference in a new issue