Skip to content

Instantly share code, notes, and snippets.

@cdeutsch
Created January 24, 2018 16:07
Show Gist options
  • Save cdeutsch/a5e5b6ad6c2e5007da1a1d4b8e69893d to your computer and use it in GitHub Desktop.
Save cdeutsch/a5e5b6ad6c2e5007da1a1d4b8e69893d to your computer and use it in GitHub Desktop.
Mute Discord using AppleScript
tell application "Discord" to activate
tell application "System Events"
-- requires that you create a keyboard shortcut for cmd+shift+m
keystroke "m" using {command down, shift down}
keystroke tab using {command down}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment