<!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
"T" = ( "selectThread:", "setTag:", "\Seen");
"N" = ("selectNextCountedMailbox:", "makeFirstResponder:", "mainOutline","selectFirstMessageRow:");
"P" = ("selectPreviousCountedMailbox:", "makeFirstResponder:", "mainOutline","selectFirstMessageRow:");
// "N" = ("removeFilterKey:", "unread", "collapseAll:","selectNextCountedMailbox:", "setFilterKey:", "unread", "makeFirstResponder:", "mainOutline", "selectFirstMessageRow:");
//"m" = ( "makeFirstResponder:", "mainOutline", "selectFirstMessageRow:" );
"," = ( "makeFirstResponder:", "mainOutline", "nextUnreadMessage:", "centerSelectionInVisibleArea:");
//"." = ( "deleteMessage:");
"i" = ( "removeFilterKey:", "unread", "restoreMailboxExpansions:", "makeFirstResponder:", "mailboxesOutline", "goToMailbox:", "INBOX", "selectPreviousMailbox:", "selectNextMailbox:", "makeFirstResponder:", "mainOutline", "removeFilterKey:", "unread");
"M" = ("markAllAsRead:");
"S" = ("selectThread:", "toggleFlag:" );
"/" = ("searchAllMessages:");
"w" = ( "performBundleItemWithUUID:" , "BEF7B322-839A-4835-8875-23A0A0A3E363");
// g,g jumps to first message in message list
// G jumps to last message in list
";" = {
";" = ( "makeFirstResponder:", "mainOutline", "selectFirstMessageRow:");
"M" = ( "makeFirstResponder:", "mainOutline", "selectLastMessageRow:");
"f" = "goToMailbox:";
};
"'" = ( "nextMode:" );
"f" = {
"f" = ( "toggleTag:", "fix" );
"w" = ( "toggleTag:", "waiting" );
"r" = ( "toggleTag:", "reference" );
"l" = ( "toggleTag:", "readlater" );
};
"x" = ( "toggleFilterKey:", "unread", "makeFirstResponder:", "mainOutline", "selectFirstMessageRow:");
}</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>