aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwann Mest <erwann.mest+github@gmail.com>2013-10-25 22:08:42 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-26 13:04:16 +0200
commitb9a741e4927a888b2dfa4486e07fffeb313e5eff (patch)
tree256cd4e4d8772d6c536bf68bcadaafafac3cc3ca
parent017c140d593129e369a09e4183784174579518fc (diff)
downloaddotfiles-b9a741e4927a888b2dfa4486e07fffeb313e5eff.tar.gz
dotfiles-b9a741e4927a888b2dfa4486e07fffeb313e5eff.tar.bz2
dotfiles-b9a741e4927a888b2dfa4486e07fffeb313e5eff.zip
.osx: Stop iTunes from responding to the keyboard media keys
Commented out, as I actually use these keys. Closes #265.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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 #
###############################################################################