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

14

1

I accidentally send e-mails about twice a week because of Outlook's keyboard shortcut for Cmd-Enter sending a message. How do I disable this keyboard shortcut?

cmcculloh

Posted 2012-07-25T18:52:38.810

Reputation: 5 307

Answers

27

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 and relaunch Outlook 2011 for the change to take effect.

Raoul Grösser

Posted 2012-07-25T18:52:38.810

Reputation: 416

2Finally! Now please tell me how to get those prematurely sent messages back. – danjp – 2015-03-11T10:07:08.220

2It wasn't immediately obvious how to add "Outlook" - I had to go to the bottom to find "other", then select "Microsoft Office" and only then was Outlook available as a choice. (But thanks for this helpful answer!) – GreenAsJade – 2015-09-03T01:49:34.643

If you get here looking for how to do this same thing in Lync, the answer is basically the same. The app is Microsoft Lync and the Menu Title is "Start Lync Call" – KC Baltz – 2015-12-23T19:07:02.493

thank you! Why on earth microsoft would even set a hotkey for that by default is beyond me. Typing fast and pasting something I accidently send a mail to 8 of my colleagues that was half written. – LightningStryk – 2016-11-11T19:31:02.703

2

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.

luckman212

Posted 2012-07-25T18:52:38.810

Reputation: 179