iTunes: Added info on restoring default behavior

The "Stop Responding to the Keyboard Media Keys" tip was great - but later on, I wanted to re-enable it. Replacing `unload` with `load` does the trick to restore the default behavior!
This commit is contained in:
Bryan Clark 2015-10-28 09:53:26 -07:00
parent 9b54375d44
commit ac04128339

View File

@ -147,6 +147,10 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop
```bash
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist
```
To reverse this and restore default behavior:
```bash
launchctl load -w /System/Library/LaunchAgents/com.apple.rcd.plist
```
### Safari