Skip to content

Instantly share code, notes, and snippets.

@loicbisiere
Last active January 16, 2017 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loicbisiere/ce980868857e9ebc273f10fa98a57911 to your computer and use it in GitHub Desktop.
Save loicbisiere/ce980868857e9ebc273f10fa98a57911 to your computer and use it in GitHub Desktop.
Desactivate media key mac

Desactivate media key mac
The most consistent and easiest way I’ve found to stop iTunes from listening for the Play/Pause button key was to stop the Launch Agent com.apple.rcd

launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist

Similarly, the Launch agent can be re-enabled so that iTunes listens for the Play / Pause key again with the command:

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