From 7669dfde2975b1c7391fafe24eadfb92eb687dd2 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 13:26:30 +0200 Subject: .osx: Consistently specify the type for `dict-add` actions --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.osx') 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 # -- cgit v1.2.3