New user, still doing trial - how do I make a shortcut for Send in Mail.app?

I don't know why, but Apple's standard keyboard shortcut settings for Send in Mail.app doesn't work reliably. I'm trying to set it to CMD+return. Sometimes it works (like whenever I screenshare to show the problem to Apple support!) but most of the time it doesn't - unless I first open and close the Message menu.

Some people in TidBits forums were suggesting Keyboard Maestro and saying I could used it for other stuff too, like some repetitive entries I often do in the Terminal app.

Anyway... while it looks interesting, I've tried KeyBoard Maestro 3 times so far, gone through the tutorial and getting started materials, got frustrated, and deleted it.

I'm willing to give it 4th try, because it looks like it might be useful software, but can somebody explain how to simply make a keyboard shortcut (CMD+return) to Send an email I'm composing in MacOS Mail.app?

Thanks.

Open Keyboard Maestro and the Editor shows three columns. The first step is to make a Macro Group that will only apply to Mail. To do this,

  • At the bottom of the left column, click the Plus (+) button;
  • Over in the right column, give this Macro Group a name (e.g., Mail), and
  • change the Available In All Applications option to 1) Available In These Applications and 2) select Mail.

Next you need to make the Macro to perform your task.

  • At the bottom of the middle column, click the Plus (+) button.
  • Over in the right column, give your Macro a name (e.g., Send Message).
  • Click where it says New Trigger and select Hot Key Trigger. Enter the Hot Key, which you’ve said would be Command-Return.
  • Still in the right column, click where it says No Action. From the left side of the middle column, make certain All Actions is selected, then from the right side of the middle column locate Select Or Show A Menu Item and double click on it. The Action is now in the right column waiting to be set up.
  • Use the small menu shown titled Menu (on the right side of the Action) and navigate it so the Mail menu item for Send can be selected.

Note: On my older macOS system, I had to have a Mail message available to be sent for the Send option to be available to Keyboard Maestro.

All told, your new Macro will look something like this:

image
When new to using Keyboard Maestro, this kind of setup often seems complex. It seems like for most people that making a few Macros gets them accustomed to the process of Macro creation and then the focus can move more toward exploring Keyboard Maestro's capabilities and how it can be utilized for your goals.

3 Likes

That appears to have worked! Thank you!

Just a couple of notes:

  • At one point you said "Still in the right column, click where it says No Action. From the left side of the middle column, make certain All Actions is selected, then from the right side of the middle column locate Select Or Show A Menu Item and double click on it." That was confusing at first because the true left column was not there at that point. So this was really the left side of the left column and the right side of the left column."

  • I was not able to to select "Send" - just "Send Again" appeared. Both use the same default keystroke in the Message menu, depending on whether you are composing a message or not. So I selected Send Again and manually modified that to just Send. And it worked.

Thanks!