From 3edb360bb9e3468f96c85ce4f985f31e7b9d3759 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 18 Jul 2024 16:04:53 +0200 Subject: [PATCH] switch hands --- games/cs2/autoexec.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index 5ac5943..8d57d2e 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -10,9 +10,9 @@ exec myconfig unbind "scancode77" bind "scancode77" "disconnect" -// Change hand - CS2 doesnt support left hand yet -// unbind "a" -// bind "a" "toggle cl_righthand 0 1" +// Change hand +unbind "a" +bind "a" "switchhands" // FPS in tab // CS2: Not working in endscreen // alias "+scorenet" "+showscores; cl_showfps 1"