Skip to content

Instantly share code, notes, and snippets.

@Darklg
Last active October 23, 2015 14:07
Show Gist options
  • Save Darklg/049914a2330d2f7b8d2f to your computer and use it in GitHub Desktop.
Save Darklg/049914a2330d2f7b8d2f to your computer and use it in GitHub Desktop.
Disable iTunes launch at every media key press
# Disable iTunes launch at every media key press
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
# Enable
launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment