7

I know that this has already been asked a lot, but all solutions that I found are old, pre - Unity. So, I am asking again: How can I decrease the sound increment(or decrement) that happens when the mouse wheel is scrolled, if the cursor is hovering over the volume bar(like shown below)?

enter image description here

  • Is the Ctrl+ Ctrl- just when you're hovering over the volume indicator, or is that all the time? If it is all the time, that will interfere with zoom. – Tim Jun 03 '14 at 13:52
  • Ops, sorry, I got it wrong. I meant alt+ and alt-, which is a shortcut that I made. My bad. Forget about this shortcut thing. – Metalcoder Jun 03 '14 at 14:07
  • This should be possible, but I think it depends partly on your screen size, and what other apps are open in the status bar. – Tim Jun 03 '14 at 14:30
  • @Tim my screen size? Why? I don't get it. – Metalcoder Jun 03 '14 at 14:43
  • you might want to take a look here http://askubuntu.com/questions/507230/finer-volume-control-in-14-04 – 842Mono Apr 19 '15 at 18:39

1 Answers1

0

You should control your volume either my mouse scroll as you suggested or by left/right arrow keys.

If arrow keys aren't working, then it's probably a bug described at indicator-sound keyboard controls with left/right ARROW keys broken.

This bug was fixed in the package ido - 13.10.0+14.04.20140213-0ubuntu1.

If the volume adjust is too coarse-grained, try upgrading indicator-sound package (>= 0.5.6) or try to Decrease mouse sensitivity below the standard limit.

Alternatively you can define your own keyboard shortcuts in System->Preferences->Keyboard Shortcuts. As a side note you must have the correct sound mixer device selected in System->Preferences->Sound for it to work properly. This may be a problem source if your volume will not adjust.

kenorb
  • 10,347
  • My indicator-sound is 12.10.2+14.04.20140401-0ubuntu1. And everything is working fine, I just want to decrease the volume increment. – Metalcoder Jun 05 '14 at 11:22
  • Have you tried to increase the sensitivity of the mouse scroll wheel? See: http://askubuntu.com/questions/8506/decrease-mouse-sensitivity-below-the-standard-limit – kenorb Jun 05 '14 at 11:34