aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-23 13:26:30 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-23 13:26:30 +0200
commit7669dfde2975b1c7391fafe24eadfb92eb687dd2 (patch)
tree34acd7e021ad2dc2fbb1f2c4ada2a2bfdbdc58a3 /.osx
parentf10eb803cf9cb9ed321bc60e92f662353400a38c (diff)
downloaddotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.tar.gz
dotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.tar.bz2
dotfiles-7669dfde2975b1c7391fafe24eadfb92eb687dd2.zip
.osx: Consistently specify the type for `dict-add` actions
Diffstat (limited to '.osx')
-rwxr-xr-x.osx4
1 files changed, 2 insertions, 2 deletions
diff --git a/.osx b/.osx
index e11dd30..da165ae 100755
--- a/.osx
+++ b/.osx
@@ -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 #