Skip to content

Instantly share code, notes, and snippets.

@astroud
Created December 19, 2011 20:12
Show Gist options
  • Save astroud/1498673 to your computer and use it in GitHub Desktop.
Save astroud/1498673 to your computer and use it in GitHub Desktop.
Precise volume control in Lion
# 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