diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -330,6 +330,9 @@ defaults write com.apple.iTunes disablePingSidebar -bool true defaults write com.apple.iTunes disablePing -bool true # Make ⌘ + F focus the search input in iTunes +# To use these commands in another language, browse iTunes’s package contents, +# open `Contents/Resources/your-language.lproj/Localizable.strings`, and look +# for `kMenuItemFullScreen` and `kHiddenMenuItemTargetSearch`. defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F" # Disable send and reply animations in Mail.app |