<!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 31 May 2018, at 5:49, Mike Hucka wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I've been able to change my key bindings in many Mac applications by using a custom ~/Library/KeyBindings/DefaultKeyBinding.dict file, but the bindings do not appear to have effect when editing new mail message text in the Composer window.  (Or at least, some of the key bindings do not work for me as expected.)</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Hmm, that should work. I have some customizations to, e.g., write ⌘ and that works for me. For example:</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">{
    "^m" = {
        "^a"    = ("insertText:", "\U2318");  /* C-a     command (apple) */
    }
}
</code></pre>

<p dir="auto">⌃m followed by ⌃a enters the ⌘-symbol.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">I know about, and already use, a MailMate key bindings definition file in ~/Library/Application Support/MailMate/Resources/KeyBindings/, and it does work -- for MailMate actions outside the Composer window.<br>
<br>
Is there a way to affect the key bindings in the editing panel of the Composer window?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">If the keys are not swallowed by the NSTextView then MailMate key bindings should work, but it can be tricky to find something which is not swallowed. (I don't have much guidance for you on that.)</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/" style="color:#3983C4">https://freron.com/become_a_mailmate_patron/</a></p>
</div>
</div>
</body>
</html>