<!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 2 Jun 2018, at 20:33, 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">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:<br>
<br>
        "~<"    = (moveToBeginningOfDocument:);<br>
        "~>"    = (moveToEndOfDocument:);</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">It might not matter, but to make it less likely to be parsed wrongly I would write:</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">"~<"    = "moveToBeginningOfDocument:";
"~>"    = "moveToEndOfDocument:";
</code></pre>

</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">Is there something special that MailMate does with respect to those two particular functions?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Not as far as I can see.</p>

<p dir="auto">I tried reproducing the issue, but I cannot make the key bindings above work at all. (I use ⌘⇡ and ⌘⇣.)</p>

<p dir="auto">I also tried in TextEdit with no success.</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">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>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">That does seem to imply that MailMate is involved, but right now I have no idea how.</p>

<p dir="auto">Just for the record, I believe <a href="https://www.hcs.harvard.edu/%7Ejrus/site/cocoa-text.html" style="color:#3983C4">this old resource</a> is still the best one on system key bindings, but you probably already found that one.</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>