From 09c0cd5577aa2265e7d6ea0d20bccad559b1c09b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 19 Aug 2024 21:15:00 +0200 Subject: [PATCH] Revert "use auto counterstrafe" This reverts commit ab4d0dd4a7e2d5e8ceb3d5d6e13561b85e7866b2. --- games/cs2/myconfig.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index 127b4d9..47bac7e 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -8,10 +8,10 @@ unbind "scancode26" unbind "scancode4" unbind "scancode22" unbind "scancode7" -bind "scancode26" "+autostop_forward" -bind "scancode4" "+autostop_left" -bind "scancode22" "+autostop_back" -bind "scancode7" "+autostop_right" +bind "scancode26" "+forward" +bind "scancode4" "+left" +bind "scancode22" "+back" +bind "scancode7" "+right" // Crouch unbind "scancode6"