From ac04128339c2c689198ec6c082ea13a370a59662 Mon Sep 17 00:00:00 2001 From: Bryan Clark Date: Wed, 28 Oct 2015 09:53:26 -0700 Subject: [PATCH] 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! --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75af4b5..519406c 100644 --- a/README.md +++ b/README.md @@ -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