<!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 Nov 2017, at 6:54, Benny Kjær Nielsen 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">On 6 Nov 2017, at 15:43, Robert Goldman wrote:<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto">2. Would it be possible to add a log entry if MailMate does not find a file?</p>
</blockquote><p dir="auto">I've added this.</p>
</blockquote><p dir="auto">Thanks.  Will this pop-up in a beta build when I update?</p>
</blockquote><p dir="auto">Yes, it should work in the next update.<br>
</p>
<blockquote style="border-left:2px solid #777; color:#999; margin:0 0 5px; padding-left:5px; border-left-color:#999"><blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><blockquote style="border-left:2px solid #777; color:#BBB; margin:0 0 5px; padding-left:5px; border-left-color:#BBB"><p dir="auto">3. Are there any characters forbidden in filenames?</p>
</blockquote><p dir="auto">No.</p>
</blockquote><p dir="auto">Then I guess I'm still at a loss.  When a keystroke fails to do what I expect, is there any debugging recourse?  Is there some sort of API that Apple supplies to let you query a keyboard configuration with a keystroke to find out what will happen?  Is there a logging capability that one can use to see how keystrokes were mapped in an application?</p>
</blockquote><p dir="auto">Sorry, neither the system or MailMate does much to help you here.<br>
<br>
You can send me your key bindings file and I'll see if I can spot the problem. That's the best I can offer you for now.</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">It's quite simple, and it was mostly copied from the manual and from GitHub resources.  This is all it is:<br>
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><br>
{<br>
    "^@\U000D" = "send:"; // Cmd + Return<br>
    "^@\U000A" = "send:"; // Cmd + Enter<br>
    // spacebar like Thunderbird<br>
    " " = "scrollPageDownOrNextUnreadMessage:";<br>
    // tag commands<br>
    "t" = {<br>
    "p" = ( "setTag:", "Primrose" );<br>
        };<br>
}<br>
</code></p>

<p dir="auto">and it's in a file called <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">rpg-bindings.plist</code> in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/Library/Application Support/MailMate/Resources/KeyBindings/</code></p>

<p dir="auto">My keybinding preference text field is like this:<br>
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">Postbox,rpg-bindings</code><br>
and the "Custom Key Bindings" "Enable:" checkbox is checked.</p>

<p dir="auto">When I try using the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">t-p</code> combination in the messages window, it seems like some other keybinding interfere, and I get a thread display (I believe this is coming from the Postbox bindings).  When I try Cmd + Return in a compose buffer, I just get a beep.</p>

<p dir="auto">I have probably just done something obvious and stupid, but I can't for the life of me figure out what... I don't even know how to tell if my file is failing to parse (although <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">plutil</code> says it is OK), or if the file is simply never being read.</p>

<p dir="auto">Thanks, and sorry for all the questions,<br>
r</p>
</div>
</div>
</body>
</html>