<!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">On 7 Dec 2016, at 15:16, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">On 6 Dec 2016, at 10:25, Vlad Ghitulescu wrote:</p>

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

<p dir="auto">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">Sorry about that, but it was the “standard key” for this action.</p>
</blockquote>

<p dir="auto">Yes, I know.<br>
No problem, I only need to change my keybinding for it.</p>

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

<p dir="auto">"^~@k"     = "send:";</p>

<p dir="auto">and everything was fine again.</p>

<p dir="auto"><em>Almost</em> everything. :-/</p>

<p dir="auto">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">As I said, I changed ONLY the keybinding and NOT the command itself… but the behavior changed.</p>

<p dir="auto">3 related questions:</p>

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

<p dir="auto">I can reproduce it.</p>

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

<p dir="auto">It's naturally not intentional.</p>

<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<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">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">Maybe you can use that for now (⌃⇧K).</p>
</blockquote>

<p dir="auto">I'll try it right after this reply…</p>

<p dir="auto">Thanks!</p>

<p dir="auto">Regards,<br>
Vlad</p>
</div>
</div>
</body>
</html>