diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-10-23 13:26:30 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-10-23 13:26:30 +0200 |
commit | 7669dfde2975b1c7391fafe24eadfb92eb687dd2 (patch) | |
tree | 34acd7e021ad2dc2fbb1f2c4ada2a2bfdbdc58a3 | |
parent | f10eb803cf9cb9ed321bc60e92f662353400a38c (diff) | |
download | dotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.tar.gz dotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.tar.bz2 dotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.zip |
.osx: Consistently specify the type for `dict-add` actions
-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 # |