aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-02 19:12:30 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-02 19:12:30 +0200
commit4267ea9582e3bac8ad70cae1048eedbbe367090e (patch)
tree98134d3849edbbea3930773f582866a2cac69de2 /.osx
parent4b1381e99d1388de5d5cbcc5db9d83f400de12aa (diff)
downloaddotfiles-4267ea9582e3bac8ad70cae1048eedbbe367090e.tar.gz
dotfiles-4267ea9582e3bac8ad70cae1048eedbbe367090e.tar.bz2
dotfiles-4267ea9582e3bac8ad70cae1048eedbbe367090e.zip
.osx: Add the keyboard shortcut ⌘ + Enter to send an email in Mail.app
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 4 insertions, 1 deletions
diff --git a/.osx b/.osx
index 904be88..7881ca5 100755
--- a/.osx
+++ b/.osx
@@ -332,7 +332,7 @@ 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`.
+# for `kHiddenMenuItemTargetSearch`.
defaults write com.apple.iTunes NSUserKeyEquivalents -dict-add "Target Search Field" "@F"
# Disable send and reply animations in Mail.app
@@ -342,6 +342,9 @@ defaults write com.apple.Mail DisableSendAnimations -bool true
# Copy email addresses as `foo@example.com` instead of `Foo Bar <foo@example.com>` in Mail.app
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"
+
# Enable the debug menu in Disk Utility
defaults write com.apple.DiskUtility DUDebugMenuEnabled -bool true