<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div><div class="markdown">
<p dir="auto">On 15 Jun 2021, at 7:25, Jean-Pierre Gattuso wrote:</p>
<blockquote>
<p dir="auto">The help says:</p>
<p dir="auto">“It is also possible to create new key bindings files in the following folder location:<br />
~/Library/Application Support/MailMate/Resources/KeyBindings/“</p>
<p dir="auto">Yet, there is no “Resources” folder in my system (MacOS 11.4, MM Version 1.14 (5798).</p>
</blockquote>
<p dir="auto">you simply create the directory.</p>
<p dir="auto"><code>mkdir -p ~/Library/Application Support/MailMate/Resources/KeyBindings/</code></p>
<p dir="auto">and put your plist file in there.</p>
<p dir="auto">Here is mine for reference:</p>
<pre><code>{
        // Mark all read in mailbox
              &quot;T&quot; = ( &quot;selectThread:&quot;, &quot;setTag:&quot;, &quot;\Seen&quot;);
        
        
              &quot;N&quot; = (&quot;selectNextCountedMailbox:&quot;,     &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;,&quot;selectFirstMessageRow:&quot;); 
              &quot;P&quot; = (&quot;selectPreviousCountedMailbox:&quot;, &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;,&quot;selectFirstMessageRow:&quot;);

       // &quot;N&quot; = (&quot;removeFilterKey:&quot;, &quot;unread&quot;, &quot;collapseAll:&quot;,&quot;selectNextCountedMailbox:&quot;, &quot;setFilterKey:&quot;, &quot;unread&quot;, &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;selectFirstMessageRow:&quot;);
        //&quot;m&quot; = ( &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;selectFirstMessageRow:&quot; );
        &quot;,&quot; = ( &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;nextUnreadMessage:&quot;, &quot;centerSelectionInVisibleArea:&quot;);
        //&quot;.&quot; = ( &quot;deleteMessage:&quot;);
        &quot;i&quot; = ( &quot;removeFilterKey:&quot;, &quot;unread&quot;, &quot;restoreMailboxExpansions:&quot;, &quot;makeFirstResponder:&quot;, &quot;mailboxesOutline&quot;, &quot;goToMailbox:&quot;, &quot;INBOX&quot;, &quot;selectPreviousMailbox:&quot;, &quot;selectNextMailbox:&quot;, &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;removeFilterKey:&quot;, &quot;unread&quot;);
        &quot;M&quot; = (&quot;markAllAsRead:&quot;);

              &quot;S&quot; = (&quot;selectThread:&quot;, &quot;toggleFlag:&quot; );


        &quot;/&quot; = (&quot;searchAllMessages:&quot;);

        &quot;w&quot; = ( &quot;performBundleItemWithUUID:&quot; , &quot;BEF7B322-839A-4835-8875-23A0A0A3E363&quot;);

              // g,g jumps to first message in message list
              // G jumps to last message in list
        
              &quot;;&quot; = {
                    &quot;;&quot; = ( &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;selectFirstMessageRow:&quot;);
                    &quot;M&quot; = ( &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;selectLastMessageRow:&quot;);
                    &quot;f&quot; = &quot;goToMailbox:&quot;;
                    };
                
              &quot;'&quot; = ( &quot;nextMode:&quot; );

        
              &quot;f&quot; =  {
          &quot;f&quot; = ( &quot;toggleTag:&quot;, &quot;fix&quot; );
          &quot;w&quot; = ( &quot;toggleTag:&quot;, &quot;waiting&quot; );
          &quot;r&quot; = ( &quot;toggleTag:&quot;, &quot;reference&quot; );
          &quot;l&quot; = ( &quot;toggleTag:&quot;, &quot;readlater&quot; );
           };

        &quot;x&quot; = ( &quot;toggleFilterKey:&quot;, &quot;unread&quot;, &quot;makeFirstResponder:&quot;, &quot;mainOutline&quot;, &quot;selectFirstMessageRow:&quot;);


}</code></pre>

<p dir="auto">I save that in <code>~/Library/Application Support/MailMate/Resources/KeyBindings/max.plist</code><br />
and then put "max" in front of the keybinding field in preferences.</p>
<p dir="auto">/max</p>
<blockquote>
<p dir="auto">Could someone help? Thanks!</p>
<p dir="auto">Jean-Pierre</p>
<hr />
<p dir="auto">mailmate mailing list<br />
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br />
<a href="https://lists.freron.com/listinfo/mailmate">https://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>
<p dir="auto">/max<br />
<a href="https://xam.dk/about">https://xam.dk/about</a></p>

</div></div>
</body>
</html>