From 3c895da62a0f7924e3ddfcfa9dad7717e9bcafef Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 18 Feb 2024 13:42:47 +0100 Subject: [PATCH] =?UTF-8?q?scan=20code=20=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/cs2/autoexec.cfg | 16 ++++++++-------- games/cs2/myconfig.cfg | 2 ++ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index dbfec6a..5628fba 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -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 diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index fd38ff9..b5f87f7 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -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"