Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created August 7, 2010 10:28
Show Gist options
  • Save Superbil/512662 to your computer and use it in GitHub Desktop.
Save Superbil/512662 to your computer and use it in GitHub Desktop.
mute system and return mute
tell application "System Events"
if (output muted of (get volume settings)) is true then
set volume without output muted
else
set volume with output muted
end if
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment