2013-01-11, 09:51 AM
Here's an AutoHotkey script that makes alt+mouse wheel change the volume that may help with #2:
It doesn't help with #1, but why are you changing the volume while the sound is muted?
Code:
!WheelUp::Send {Volume_Up 1}
!WheelDown::Send {Volume_Down 1}It doesn't help with #1, but why are you changing the volume while the sound is muted?

