From 193f0e7c628e1a995980a14a83ec71b5d0d326bd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 19 Aug 2024 21:35:11 +0200 Subject: [PATCH] use null binds --- 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 c212c9a..6ea7e72 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -22,10 +22,10 @@ unbind "scancode26" unbind "scancode4" unbind "scancode22" unbind "scancode7" -bind "scancode26" "+forward" -bind "scancode4" "+left" -bind "scancode22" "+back" -bind "scancode7" "+right" +bind "scancode26" "+nforward" +bind "scancode4" "+nleft" +bind "scancode22" "+nback" +bind "scancode7" "+nright" // Crouch unbind "scancode6"