<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto" style="margin:1em 0">On 6 Dec 2016, at 10:25, Vlad Ghitulescu wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto" style="margin:1em 0">With one of the latest update MailMate added CMD-K as a keybinding for Edit - Add Link.</p>

<p dir="auto" style="margin:1em 0">I know this because I previously used this exact keybinding for "send:" in my ~/Library/Application Support/MailMate/Resources/KeyBindings/VladsCustom.plist-file :-) and the new behavior drove me crazy! ;-)</p>
</blockquote>

<p dir="auto" style="margin:1em 0">Sorry about that, but it was the “standard key” for this action.</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto" style="margin:1em 0">So I changed my keybinding for send to this:</p>

<p dir="auto" style="margin:1em 0">"^~@k"     = "send:";</p>

<p dir="auto" style="margin:1em 0">and everything was fine again.</p>

<p dir="auto" style="margin:1em 0"><em>Almost</em> everything. :-/</p>

<p dir="auto" style="margin:1em 0">I discovered that the new keybinding works only when the cursor it's in the message window and not (<strong>anymore!</strong>) when the cursor is in the To:- or the Subject:-fields.</p>

<p dir="auto" style="margin:1em 0">As I said, I changed ONLY the keybinding and NOT the command itself… but the behavior changed.</p>

<p dir="auto" style="margin:1em 0">3 related questions:</p>

<ol>
<li value="1">Did anybody else experienced this as well?</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">I can reproduce it.</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<ol>
<li value="2">It's this a bug or a new feature? ;-)</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">It's naturally not intentional.</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<ol>
<li value="3">Do you have any ideas what to do in order to be able to send an email-message with a keybinding regardless of the position of the cursor (as previous)?</li>
</ol>
</blockquote>

<p dir="auto" style="margin:1em 0">I'm not quite sure which ones would work. Looking at the code indicates it has to be a binding which already has some kind of binding/purpose such that the text field converts it into a selector (even if that selector is <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">noop:</code>). This is why the old one worked. A bit of experimenting revealed that this should work:</p>

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">"^K"     = "send:";
</code></pre>

<p dir="auto" style="margin:1em 0">Maybe you can use that for now (⌃⇧K).</p>

<p dir="auto" style="margin:1em 0">-- <br>
Benny</p>
</div>
</div>
</body>
</html>