.osx: Stop iTunes from responding to the keyboard media keys

Commented out, as I actually use these keys.

Closes #265.
This commit is contained in:
Erwann Mest
2013-10-26 13:04:16 +02:00
committed by Mathias Bynens
parent 017c140d59
commit b9a741e492
Vendored
+3
View File
@@ -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 #
###############################################################################