>>1441366Yes, edit your bbkeys, I use CTRL+Right for increasing my volume, CTRL+Left for decreasing and CTRL+Down for muting.
Here's what it looks like
KeyToGrab(Left), WithModifier(Ctrl), WithAction(ExecCommand), DoThis(C:\bbLean\nircmd-x64\nircmd.exe changesysvolume -1310.7)
KeyToGrab(Right), WithModifier(Ctrl), WithAction(ExecCommand), DoThis(C:\bbLean\nircmd-x64\nircmd.exe changesysvolume 1310.7)
KeyToGrab(Down), WithModifier(Ctrl), WithAction(ExecCommand), DoThis(C:\bbLean\nircmd-x64\nircmd.exe mutesysvolume 2)
Feel free to edit it to your liking, the "1310.7" is the interval by which the volume changes with one key press, it's roughly equal to "2" in the volume slider.