Stop Itunes from Responding to the Keyboard Media Keys

Make iTunes ignore users pressing the media keys.
This commit is contained in:
Vincent Klaiber 2015-10-20 17:52:38 +02:00 committed by Vincent Klaiber
parent b369222a52
commit f939a4e6ff

View File

@ -16,6 +16,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Applications](#applications)
- [App Store](#app-store)
- [Apple Remote Desktop](#apple-remote-desktop)
- [iTunes](#itunes)
- [Safari](#safari)
- [Sketch](#sketch)
- [TextEdit](#textedit)
@ -127,6 +128,13 @@ rm -r ~/Library/Application\ Support/Remote\ Desktop/ && \
rm -r ~/Library/Containers/com.apple.RemoteDesktop
```
### iTunes
#### Stop Itunes from Responding to the Keyboard Media Keys
```bash
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
```
### Safari
#### Enable Develop Menu and Web Inspector