Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Few computer annoyances
#3
Here's an AutoHotkey script that makes alt+mouse wheel change the volume that may help with #2:

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?


Messages In This Thread
Few computer annoyances - by Kaasoljoyyx - 2013-01-11, 07:26 AM
Few computer annoyances - by Nomad9375 - 2013-01-11, 08:01 AM
Few computer annoyances - by Spaz - 2013-01-11, 09:51 AM
Few computer annoyances - by Kaasoljoyyx - 2013-01-11, 01:56 PM
Few computer annoyances - by Dusk - 2013-01-11, 04:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)