aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-02-13 09:57:38 +0100
committerMathias Bynens <mathias@qiwi.be>2012-02-13 09:57:38 +0100
commit26b8f132f8fc69acf1f19e4596011a9ceff50db3 (patch)
treee8b9a3f7c690b0b40463ec9862b42ab9f3f1b9a0
parente4f42d3ca85bbf18a2156fc43699b236045dd3b3 (diff)
downloaddotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.tar.gz
dotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.tar.bz2
dotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.zip
.osx: Make ⌘ + F focus the search input in iTunes
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index d844c9c..18476a7 100755
--- a/.osx
+++ b/.osx
@@ -127,6 +127,9 @@ defaults write com.apple.terminal StringEncodings -array 4
# Disable the Ping sidebar in iTunes
defaults write com.apple.iTunes disablePingSidebar -bool true
+# Make ⌘ + F focus the search input in iTunes
+defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
+
# Disable all the other Ping stuff in iTunes
defaults write com.apple.iTunes disablePing -bool true