<!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 9 Dec 2016, at 10:58, 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">On 7 Dec 2016, at 15:16, Benny Kjær Nielsen 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" style="margin:1em 0">Maybe you can use that for now (⌃⇧K).</p>
</blockquote>

<p dir="auto" style="margin:1em 0">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>
</blockquote>

<p dir="auto" style="margin:1em 0">The NSTextField (or to be more exact, its field editor) converts keys to selectors itself, but some key presses are not converted (I don't know or I have forgotten exactly how this works). MailMate only watches for unused selectors (<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">noop:</code>) and then looks through its own key bindings. The main text field in the composer works differently. In this case, MailMate monitors all key events. This is what MailMate should also do for the NSTextField to make this work.</p>

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