<!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">So, this is interesting.  Most of my key bindings from ~/Library/KeyBindings/DefaultKeyBinding.dict work, but the two that don't seem to act properly are:</p>
<p dir="auto">        "~<"    = (moveToBeginningOfDocument:);<br>
        "~>"    = (moveToEndOfDocument:);</p>
<p dir="auto">Is there something special that MailMate does with respect to those two particular functions?  What happens is that instead of moving to the beginning/end of the document, they cause the cursor to move to the beginning/end of paragraphs.</p>
<p dir="auto">Thanks,<br>
MH</p>
<p dir="auto">On 2 Jun 2018, at 1:06, Benny Kjær Nielsen wrote:</p>
</div>
<blockquote style="border-left:2px solid #5855D5; color:#5855D5; margin:0 0 5px; padding-left:5px"><div id="9E562286-91C6-46C8-8864-65D21105F207">

<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></div></blockquote>
<div style="white-space:normal"><blockquote style="border-left:2px solid #5855D5; color:#5855D5; margin:0 0 5px; padding-left:5px">
</blockquote><blockquote style="border-left:2px solid #5855D5; color:#5855D5; margin:0 0 5px; padding-left:5px"><p dir="auto">_______________________________________________<br>
mailmate mailing list<br>
mailmate@lists.freron.com<br>
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote></div>
</div>
</body>
</html>