Created
May 20, 2011 17:19
-
-
Save larsen/983354 to your computer and use it in GitHub Desktop.
Skype mute toggle
This file contains hidden or 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
| 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