<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif; line-height: 1.4;"><div class="markdown" style="white-space: normal;">
<p dir="auto">On 18 Jun 2022, at 0:22, Bill Cole wrote:</p>
</div><div class="plaintext" style="white-space: normal;"><blockquote style="margin: 0 0 5px 5px; padding-left: 5px; border-left: 2px solid #777; color: #777;"><p dir="auto">⌘-Return does nothing for me in a composer window with a ready-to-send message. Do you have a "Custom Key Bindings" setting in Preferences->General?</p>
</blockquote></div>
<div class="markdown" style="white-space: normal;">
<p dir="auto">Yes, that was it. I had the following in my <code style="margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7;">~/Library/Application Support/MailMate/Resources/KeyBindings/custom.plist</code> file:</p>
<pre style="margin-left: 5px; margin-right: 5px; padding: 5px; background-color: #F7F7F7; border-radius: 3px; overflow-x: auto; max-width: 95vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">    "@\U000A" = "send:"; // ⌘+return
    "@\U000D" = "send:"; // ⌘+enter
</code></pre>
<p dir="auto">Thanks Bill!</p>
<p dir="auto">Q</p>

</div>
</div>
</body>

</html>