From f934c81b03fa2b9bf70b37eb0ea0152b12d388d1 Mon Sep 17 00:00:00 2001 From: fanyx Date: Sat, 5 Aug 2023 15:07:18 +0200 Subject: [PATCH] Unbind mwheelup and mwheeldown --- csgo/autoexec.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/csgo/autoexec.cfg b/csgo/autoexec.cfg index 7930f93..b660b4d 100755 --- a/csgo/autoexec.cfg +++ b/csgo/autoexec.cfg @@ -23,6 +23,9 @@ bind 9 "slot9" bind "alt" "r_cleardecals" bind "=" "sm_admin" +unbind "mwheelup" +unbind "mwheeldown" + // jumpthrow bind alias "+jumpthrow" "+jump;-attack" alias "-jumpthrow" "-jump"