Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Lion and partial volume notches?

After upgrading to Lion, I can no longer hold down option and shift to adjust the volume in quarter notches. Instead, it does nothiong. Is there an alternative?

Posted on Jul 20, 2011 4:48 PM

Reply
17 replies

Jul 23, 2011 12:52 PM in response to matthew97

Hi Guys,

A temporary fix.


Download and install Spark (or any other keyboard shortcut app).


http://www.shadowlab.org/Software/spark.php



Then create a applescript shortcut mapped to something like Option, fn and Volume up key(F12) (or anything you like)


Now use the apple script for volume up of:


-- volume up

set current_volume to output volume of (get volume settings)


if current_volume is less than 100 then

set current_volume to current_volume + 2

end if


set volume output volume current_volume




This sets the volume to increase by a little each time you press the buttons.

This can be changed by making + 2 larger for larger steps and smaller for smaller steps.

Repeat for decrease volume using



-- volume down

set current_volume to output volume of (get volume settings)


if current_volume is less than 100 then

set current_volume to current_volume - 2

end if


set volume output volume current_volume




Hope this works for you too.

If it does not work, you may need to go to System preferences>Keyboard>Mission Control

and then untick Show Desktop (F11) and Show Dashboard (F12).


Regards

Oct 17, 2011 4:32 PM in response to Fujin34

This is an extremely annoying omission... I've been getting around it by using the volume slider on the menu bar. You can fine tune it with the mouse (not as useful) to the same partial increase points that we used to be able to with the keyboard shortcut.


System Prefs --> Sound --> Show volume in menu bar.


Hopefully this helps in the meantime.

Oct 17, 2011 4:43 PM in response to matthew97

I've given up finding a direct fix. I have come to think that Apple purposefully chose to take it out, rather than just accidentally omitting it. Whether it is interfering with another keyboard combination usage or that most folks simply weren't using it, I don't know, but I hope Apple proves me wrong...


While this isn't a fix, it fixes most of the issues, at least with movies, but not with my iTunes music collection.


I downloaded MplayerX from the Mac App Store, I think it's free.

http://itunes.apple.com/us/app/mplayerx/id421131143?mt=12


I assigned all my vid ext types to play with it. The beauty is that you can use your mouse scroll wheel to VERY fine tune the volume up and down from 1 to 100 in .02 increments. Very easy to use.


Btw, you can do the same thing in VLC, but I like the MplayerX interfase better. Much more Mac like and easy to download and update from the Apps store.

Lion and partial volume notches?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.