cs2: cleanup keyboard shortcuts
This commit is contained in:
parent
ecbf7eb07d
commit
1deb35f017
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue