<!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">Thanks.  Actually, I should have mentioned that I do have both of these in my <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">.plist</code>, not just the one for Cmd-enter.  It still doesn't work.  So I don't know if my plist file isn't loaded, my plist file is ill-formed, my plist file is loaded, but something is clobbering this keybinding, etc.  Worse, I don't know how to find out.</p>

<p dir="auto">Best,<br>
r</p>

<p dir="auto">On 4 Nov 2017, at 11:15, Sam Hathaway wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Not sure how you’d debug, but I just looked at Gmail.plist in the MailMate.app bundle and that’s not the correct string for Cmd+Enter. Try:</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">    "@\U000A" = "send:"; // ⌘+return
    "@\U000D" = "send:"; // ⌘+enter
</code></pre>

<p dir="auto">Hope this helps.<br>
-sam</p>

<p dir="auto">On 3 Nov 2017, at 18:43, Robert Goldman 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">I took someone else's plist definition to use a (TBird-like) Cmd-RETURN keyboard shortcut for "send:"  Presumably it works for them:<br>
<code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7"><br>
    "^@\U000D" = "send:"; // Cmd + Return<br>
</code></p>

<p dir="auto">Unfortunately, it doesn't work for me.  I press Cmd-RETURN and just get a "bad keystroke" booping noise.</p>

<p dir="auto">So... how does one proceed to debug from here?</p>

<p dir="auto">Is there a log file that would show a failure to parse my plist file?  And/or a log file that would show a keystroke going to MailMate and being rejected as unbound or otherwise inappropriate?</p>

<p dir="auto">Thanks!_______________________________________________<br>
mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com" style="color:#999">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#999">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

<hr style="background:#333; background-image:linear-gradient(to right, #ccc, #333, #ccc); border:0; height:1px" height="1">

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com" style="color:#777">mailmate@lists.freron.com</a><br>
<a href="https://lists.freron.com/listinfo/mailmate" style="color:#777">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
</div>
</div>
</body>
</html>