<!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">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!</p>
</div>
</div>
</body>
</html>