diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-02-13 09:57:38 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-02-13 09:57:38 +0100 |
commit | 26b8f132f8fc69acf1f19e4596011a9ceff50db3 (patch) | |
tree | e8b9a3f7c690b0b40463ec9862b42ab9f3f1b9a0 | |
parent | e4f42d3ca85bbf18a2156fc43699b236045dd3b3 (diff) | |
download | dotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.tar.gz dotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.tar.bz2 dotfiles-26b8f132f8fc69acf1f19e4596011a9ceff50db3.zip |
.osx: Make ⌘ + F focus the search input in iTunes
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |