From 0e9adeafd2483167699fc74ab56bee7f0238d616 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Jul 2024 16:18:30 +0200 Subject: [PATCH] fix scancode --- games/cs2/autoexec.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index 8d57d2e..df33f56 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -11,8 +11,8 @@ unbind "scancode77" bind "scancode77" "disconnect" // Change hand -unbind "a" -bind "a" "switchhands" +unbind "scancode20" +bind "scancode20" "switchhands" // FPS in tab // CS2: Not working in endscreen // alias "+scorenet" "+showscores; cl_showfps 1"