From b9a741e4927a888b2dfa4486e07fffeb313e5eff Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Fri, 25 Oct 2013 22:08:42 +0200 Subject: .osx: Stop iTunes from responding to the keyboard media keys Commented out, as I actually use these keys. Closes #265. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 695748e..804a74e 100755 --- a/.osx +++ b/.osx @@ -167,6 +167,9 @@ systemsetup -settimezone "Europe/Brussels" > /dev/null # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false +# Stop iTunes from responding to the keyboard media keys +#launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist + ############################################################################### # Screen # ############################################################################### -- cgit v1.2.3