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

Keyboard Volume Keys: half-steps? Quarter Steps?

Is it possible to change the amount of increase / decrease the keyboard volume keys cause? Right now, tapping F11 or F12 just once turns the volume up or down a LOT more than I want it to. Subtle changes are impossible.

Is there any way for me to change this so that pressing F11 and/or F12 only changes the volume a little?

2.53 ghz Mac Mini, 4 gigs of RAM., Mac OS X (10.6.2), I heart my Apogee Duet.

Posted on Jan 13, 2010 1:53 PM

Reply
Question marked as Best reply

Posted on Jan 13, 2010 2:24 PM

you can hold shift and option while pressing volume up and down key. that will make them increment by one quarter step.
17 replies

Jan 13, 2010 3:08 PM in response to Jalpuna

ok. start automator and choose to make a service. make it available in all applications and receive no input. the service should consist of the following "run applescript" action.
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #ADD8E6;
overflow: auto;"
title="this text can be pasted into the Script Editor">
on run {input, parameters}
set current_volume to output volume of (get volume settings)
set volume output volume current_volume + 2
beep
end run</pre>
save the service. then go to system preferences->keyboard->keyboard shortcuts->services and bind a shortcut to this service. this one increases the volume by 2 on the total scale of 0 to 100. make another one for decreasing volume.

Jan 13, 2010 4:34 PM in response to Jalpuna

Jalpuna wrote:
Hhhmmm. I'm doing something wrong, because when I click on the service I created,

where are you clicking on it?
it opens the script in Automator rather than turning the volume up. I tested it in Automator and it works perfectly. Am I supposed to export it somehow from Automator rather than save it?

no. when you are making a service it's automatically saved as a service in the appropriate directory. did you really make it a service?

Jan 13, 2010 5:10 PM in response to V.K.

There was a problem with my services. I had to restart before I could use them (I was just getting the "building" error. Odd!)

I've got everything working now except for one thing. In System Preferences > Keyboard > Keyboard Shortcuts > Services, I see the new services I added in the list, but when I add a hotkey for them, it disappears as soon as I press return or click outside of the little text-input box.

Jan 13, 2010 5:49 PM in response to Jalpuna

Jalpuna wrote:
There was a problem with my services. I had to restart before I could use them (I was just getting the "building" error. Odd!)

I've got everything working now except for one thing. In System Preferences > Keyboard > Keyboard Shortcuts > Services, I see the new services I added in the list, but when I add a hotkey for them, it disappears as soon as I press return or click outside of the little text-input box.

ah, i forgot about this. you are trying to make a shortcut involving and F-key, right? I know that for many people (myself included) it's impossible to make a service shortcut using an F-key. I get the same exact result as you when I try. but this only concerns services. however, other posters claimed that it works ok for them. so it's something of a mystery but looks like a strange bug of some sort in SL. I managed to add a service shortcut with an F-key but it was much too tricky and involved first adding such a shortcut for something else and then copying the relevant entries in the plists containing those shortcuts.

Jan 13, 2010 6:54 PM in response to Jalpuna

ok, here is what I did before. i just tried it again with the service to increase volume and it worked again.
first, make some temporary shortcut for your service not involving F-keys.
next, add some shortcut for Dictionary.app and set it to an Fkey (I used F6). it doesn't matter what menu item in Dictionary you use. I made a shorcut for Zoom in dictionary. then open the file homedirectory/library/preferences/com.apple.dictionary.plist in Property List Editor (part of Xcode) or TextWrangler (free download). copy the value of the string entry for the shortcut you made to the clipboard. then open the file homedirectory/library/preferences/pbs.plist and paste that value in the corresponding place for the service shortcut. save the plist and log out/in. the new shortcut should work.

Keyboard Volume Keys: half-steps? Quarter Steps?

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