<!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">
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999">
<ol>
<li value="1">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">There is something I still doesn't understand completely: the command itself is the same ("send:"), only the chosen keybinding is different.<br>
Why this difference in the behavior?!</p>
</div>
</div>
</body>
</html>