Retouch iTunes section

This commit is contained in:
Marcel Bischoff 2015-12-04 01:04:52 +01:00
parent b03f0ea0f5
commit 512ec6a23a

View File

@ -145,10 +145,10 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop
#### Keyboard Media Keys #### Keyboard Media Keys
```bash ```bash
# Stop Responding to Keypresses # Stop Responding to Key Presses
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
# Reset to OS Default # Respond to Key Presses (Default)
launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
``` ```