<!DOCTYPE html>
<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">This is what I have.</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">// Combo keys
"g" = {
    "a" = ( "goToMailbox:", "ALL_MESSAGES" );
    "s" = ( "goToMailbox:", "FLAGGED" );
    // g then c    Go to 'Contacts'    Takes you to your Contacts list.
    "d" = ( "goToMailbox:", "DRAFTS" );
    "l" = "goToMailbox:";
    "i" = ( "goToMailbox:", "INBOX" );
    "t" = ( "goToMailbox:", "SENT" );
    "u" = ( "goToMailbox:", "UNREAD" );

};
</code></pre>

<p dir="auto">On 24 Feb 2021, at 15:07, Lisa Sieverts wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Hi Todd,</p>

<p dir="auto">Whenever I’ve had trouble, it’s been a misplaced semi-colon or parenthesis or something like that. Stare at your code until you can see what’s different about the code you wrote compared to what was already there.</p>

<p dir="auto">Or paste it and send it to the list and we can help find the mistake.</p>

<p dir="auto">Lisa Sieverts<br>
603-762-0235<br>
<a href="mailto:lisa@lisasieverts.com" style="color:#777">lisa@lisasieverts.com</a></p>

<p dir="auto">On 24 Feb 2021, at 13:52, Todd Singletary 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 have a smart folder that contains all unread messages. It is titled “Unread.” I have tried to create a keybinding to access it like the other gmail custom key bindings (e.g. g + u, for unread). The syntax is the same in the .plist file, but it is not working. I’m sure I’m missing something simple and would greatly appreciate any help.</p>

<p dir="auto">Todd</p>
</blockquote>
</blockquote>
</div>
</div>
</body>
</html>