Created
December 19, 2011 20:12
-
-
Save astroud/1498673 to your computer and use it in GitHub Desktop.
Precise volume control in Lion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mountain Lion (10.8) restored granular volume controls. Hold Shift + Option while changing volume with the keyboard. | |
# Apple broke fine volume control in Lion (10.7) | |
# I use Quicksilver triggers to call this script and it's twin that pushes the volume up | |
set currentVolume to output volume of (get volume settings) | |
set volume output volume (currentVolume - 1) | |
do shell script "afplay /System/Library/LoginPlugins/BezelServices.loginPlugin/Contents/Resources/volume.aiff" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment