Last active
October 23, 2015 14:07
-
-
Save Darklg/049914a2330d2f7b8d2f to your computer and use it in GitHub Desktop.
Disable iTunes launch at every media key press
This file contains 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
# 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