The Computer Oracle

How do I disable Command+Enter sending e-mail in Outlook 2011 for Mac?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT


Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping

--

Chapters
00:00 How Do I Disable Command+Enter Sending E-Mail In Outlook 2011 For Mac?
00:19 Accepted Answer Score 33
00:43 Answer 2 Score 4
01:06 Thank you

--

Full question
https://superuser.com/questions/453516/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #microsoftoutlook #keyboardshortcuts #microsoftoutlook2011

#avk47



ACCEPTED ANSWER

Score 33


Go to System Preferences -> Keyboard -> Keyboard shortcuts -> Application Shortcuts. Now add Outlook/Entourage to the list and make sure that "Menu title" states "Send". After that choose whatever cryptic shortcut you are sure you will never accidentally hit.

Note that you have to quit Outlook, make the change in System Preferences and relaunch Outlook 2011 for the change to take effect.




ANSWER 2

Score 4


If you prefer not to have any keyboard shortcut assigned to the "Send" command (as I do) I suggest using a zero-width space character (set via the below Terminal command). This will effectively disable the keyboard shortcut completely:

defaults write com.microsoft.Outlook NSUserKeyEquivalents -dict-add "Send" "\U200B"

Be sure Outlook is not running when you issue this command, or the preference may not be saved.