Script Kit
by John Lindquist
Open main menu
Free Tutorials
Tips
Community Scripts
Docs
Guide
Discuss
Blog
Scripts
/
John Lindquist
/
Open Sound Prefs
Install
Add to Kit.app
John Lindquist
// Menu: Open Sound Prefs
// Description: Open the Sound prefs panel
// Author: John Lindquist
// Twitter: @johnlindquist
exec
(
`
open /System/Library/PreferencePanes/Sound.prefPane
`
)