Use better quickswitching
This commit is contained in:
parent
776195ee24
commit
2f5eae09ea
|
@ -4,30 +4,23 @@
|
||||||
// Linux
|
// Linux
|
||||||
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg
|
||||||
|
|
||||||
// aliases
|
|
||||||
// quickswitch setup
|
|
||||||
alias "weapon1" "alias qs weapon2; slot3; slot1"
|
|
||||||
alias "weapon2" "alias qs weapon1; slot3; slot2"
|
|
||||||
alias "weapon3" "alias qs weapon1; slot3"
|
|
||||||
alias "qs" "weapon1"
|
|
||||||
|
|
||||||
// keyboard binds
|
// keyboard binds
|
||||||
bind q "qs"
|
bind q "slot3; lastinv"
|
||||||
bind 1 "weapon1"
|
bind 1 "slot1"
|
||||||
bind 2 "weapon2"
|
bind 2 "slot2"
|
||||||
bind 3 "weapon3"
|
bind 3 "slot3"
|
||||||
bind 4 "slot4"
|
bind 4 "slot4"
|
||||||
bind 5 "slot5"
|
bind 5 "slot5"
|
||||||
bind 6 "slot6"
|
bind 6 "slot6"
|
||||||
bind t "slot6" // HE Grenade
|
bind t "slot3; slot6" // HE Grenade
|
||||||
bind 7 "slot7"
|
bind 7 "slot7"
|
||||||
bind f "slot7" // Flashbang
|
bind f "slot3; slot7" // Flashbang
|
||||||
bind 8 "slot8"
|
bind 8 "slot8"
|
||||||
bind c "slot8" // Smoke Grenade
|
bind c "slot3; slot8" // Smoke Grenade
|
||||||
bind 9 "slot9"
|
bind 9 "slot9"
|
||||||
bind 4 "slot9" // Decoy Grenade
|
bind 4 "slot3; slot9" // Decoy Grenade
|
||||||
bind 0 "slot10"
|
bind 0 "slot10"
|
||||||
bind x "slot10" // Molotov Cocktail/Incendiary Grenade
|
bind x "slot3; slot10" // Molotov Cocktail/Incendiary Grenade
|
||||||
bind r "+reload;+lookatweapon;-lookatweapon"
|
bind r "+reload;+lookatweapon;-lookatweapon"
|
||||||
bind "lalt" "+cl_show_team_equipment"
|
bind "lalt" "+cl_show_team_equipment"
|
||||||
// mouse binds
|
// mouse binds
|
||||||
|
|
Loading…
Reference in New Issue