Increase Volume When Shifting Bind
This simple bind increases the volume of the game when you press the shift button. That way it will be easier to listen to sound cues when you are trying to be sneaky.
alias +shiftVol "incrementvar volume 0 1 0.5;+sprint"
alias -shiftVol "incrementvar volume 0 1 -0.5;-sprint"
bind shift +shiftVol
Bound to: shift
Volume Binds
We can also break down the alias into two separate binds. I like to have these keybinds so I can easily lower the volume when I’m dead and quickly crank it back up when a round starts.
Lower Volume Bind
bind [ "incrementvar volume 0 10 -0.1";
Bound to: [
Increase Volume Bind
bind [ "incrementvar volume 0 10 0.1"
Bound to: [