scan code ²

This commit is contained in:
Mylloon 2024-02-18 13:42:47 +01:00
parent 144a395888
commit 3c895da62a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 10 additions and 8 deletions

View file

@ -5,8 +5,8 @@
exec myconfig
// Harry Potter
unbind "KP_MINUS"
bind "KP_MINUS" "disconnect"
unbind "scancode77"
bind "scancode77" "disconnect"
// Change hand - CS2 doesnt support left hand yet
// unbind "a"
@ -15,19 +15,19 @@ bind "KP_MINUS" "disconnect"
// FPS in tab // CS2: Not working in endscreen
// alias "+scorenet" "+showscores; cl_showfps 1"
// alias "-scorenet" "-showscores; cl_showfps 0"
// unbind "TAB"
// bind "TAB" "+scorenet"
// unbind "scancode43"
// bind "scancode43" "+scorenet"
// Noclip
unbind "p"
bind "p" "sv_cheats 1; noclip"
unbind "scancode19"
bind "scancode19" "sv_cheats 1; noclip"
// Load custom game script
alias "cg" "exec customgame"
// Reload script
unbind "SEMICOLON"
bind "SEMICOLON" "exec autoexec"
unbind "scancode54"
bind "scancode54" "exec autoexec"
// Save settings
host_writeconfig

View file

@ -1,6 +1,8 @@
// 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'"
// Scan code: https://preview.redd.it/new-key-bind-scancodes-visualized-v0-h6tsql8enajc1.png
// Deplacements
unbind "scancode26"
unbind "scancode4"