Merge pull request #21 from vinkla/patch-3

Stop Itunes from Responding to the Keyboard Media Keys
This commit is contained in:
Marcel Bischoff 2015-10-21 15:56:28 +02:00
commit 45e3b5b62c

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