Rework iTunes category

This commit is contained in:
Marcel Bischoff 2015-12-04 00:56:45 +01:00
parent d342605720
commit 9536551b7f

View File

@ -143,9 +143,13 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop
### iTunes ### iTunes
#### Stop Responding to Keyboard Media Keys #### Keyboard Media Keys
```bash ```bash
# Stop Responding to Keypresses
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
# Reset to OS Default
launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
``` ```
### Mail ### Mail