Increase Volume When Shifting Bind

This clever bind automatically boosts your game volume when you press shift, making it easier to hear enemy footsteps and sound cues while you're sneaking around. Perfect for those tense moments when you need to listen carefully without cranking your speakers to max.

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: [