From 512ec6a23a95b46e08f21dee5e99c1bdfb43cd95 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 4 Dec 2015 01:04:52 +0100 Subject: [PATCH] Retouch iTunes section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88fe54c..766dbb5 100644 --- a/README.md +++ b/README.md @@ -145,10 +145,10 @@ rm -r ~/Library/Containers/com.apple.RemoteDesktop #### Keyboard Media Keys ```bash -# Stop Responding to Keypresses +# Stop Responding to Key Presses 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 ```