From 144a39588887050508bf923f0993cadd6311b7df Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 18 Feb 2024 13:37:41 +0100 Subject: [PATCH] use scancode --- games/cs2/myconfig.cfg | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index 8271a70..fd38ff9 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -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