diff options
-rwxr-xr-x | .osx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -435,7 +435,7 @@ defaults write com.apple.iTunes disableRadio -bool true # To use these commands in another language, browse iTunes’s package contents, # open `Contents/Resources/your-language.lproj/Localizable.strings`, and look # for `kHiddenMenuItemTargetSearch`. -defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F" +defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" -string "@F" ############################################################################### # Mail # @@ -449,7 +449,7 @@ defaults write com.apple.mail DisableSendAnimations -bool true defaults write com.apple.mail AddressesIncludeNameOnPasteboard -bool false # Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app -defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" "@\\U21a9" +defaults write com.apple.mail NSUserKeyEquivalents -dict-add "Send" -string "@\\U21a9" ############################################################################### # Spotlight # |