Skip to content

Instantly share code, notes, and snippets.

@larsen
Created May 20, 2011 17:19
Show Gist options
  • Save larsen/983354 to your computer and use it in GitHub Desktop.
Save larsen/983354 to your computer and use it in GitHub Desktop.
Skype mute toggle
set front_app to (path to frontmost application as Unicode text)
tell application "System Events"
tell application "Skype" to activate
keystroke "M" using {command down, shift down}
end tell
tell application front_app to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment