From 1deb35f0175946976d7322b02f919c9f88072885 Mon Sep 17 00:00:00 2001 From: fanyx Date: Fri, 20 Dec 2024 17:51:49 +0100 Subject: [PATCH] cs2: cleanup keyboard shortcuts --- cs2/autoexec.cfg | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/cs2/autoexec.cfg b/cs2/autoexec.cfg index 6250c7f..7a33638 100755 --- a/cs2/autoexec.cfg +++ b/cs2/autoexec.cfg @@ -6,24 +6,31 @@ // keyboard binds bind q "slot3; lastinv" + bind 1 "slot1" bind 2 "slot2" bind 3 "slot3" bind 4 "slot4" bind 5 "slot5" -bind 6 "slot6" -bind t "slot3; slot6" // HE Grenade -bind 7 "slot7" -bind f "slot3; slot7" // Flashbang -bind 8 "slot8" -bind c "slot3; slot8" // Smoke Grenade -bind 9 "slot9" -bind 4 "slot3; slot9" // Decoy Grenade -bind 0 "slot10" -bind x "slot3; slot10" // Molotov Cocktail/Incendiary Grenade +bind t "slot6" // HE Grenade +bind f "slot7" // Flashbang +bind c "slot8" // Smoke Grenade +bind 4 "slot9" // Decoy Grenade +bind x "slot10" // Molotov Cocktail/Incendiary Grenade + bind r "+reload;+lookatweapon;-lookatweapon" -bind "alt" "+cl_show_team_equipment" -// mouse binds + +bind f5 "callvote" + +bind "y" "messagemode" +bind "u" "messagemode2" +bind "\" "toggleconsole" + +bind "space" "+jump" +bind "ctrl" "+duck" + +bind "mouse3" "player_ping" +bind "mouse4" "toggleradarscale" bind "mouse5" "+voicerecord" unbind "mwheelup" unbind "mwheeldown"