<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Here’s what I use for combo key tagging, which I realize isn’t what you’re looking for but maybe helps someone else.:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">        // Combo keys for tagging
        "m" = {
                "f" = ( "toggleTag:", "Reply");
                "r" = ( "toggleTag:", "Receipts");
                "e" = ( "toggleTag:", "Events");
                "t" = ( "toggleTag:", "ToRead");
                "s" = ( "toggleTag:", "Storage");
                "w" = ( "toggleTag:", "WaitingOn");
                "j" = ("markAsJunk:", "deleteMessage:");
                "n" =("markAsNotJunk:");
                
        };
</code></pre>
<p dir="auto">Lisa Sieverts<br>
603-762-0235<br>
<a href="mailto:lisa@lisasieverts.com" style="color: #3983C4;">lisa@lisasieverts.com</a></p>
<p dir="auto">On 7 Jun 2024, at 9:01, Benny Kjær Nielsen wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777;">
<p dir="auto">On 6 Jun 2024, at 20:39, Tariq Magdon-Ismail wrote:</p>
<blockquote style="margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; border-left-color: #999999; color: #999999;">
<p dir="auto">I'd like to create a multi-stroke key binding for "Edit Tags" but couldn't find any obvious selector here: <a href="https://manual.mailmate-app.com/key_binding_selectors.html" style="color: #999999;">https://manual.mailmate-app.com/key_binding_selectors.html</a>. Is there one for this action?</p>
</blockquote>
<p dir="auto">I think this is what you are looking for:</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">"t" = {
    "t" = "toggleTagsEditor:";
};
</code></pre>
<p dir="auto">And that will likely only work if the key binding in the Tags settings pane has been changed/removed, but you obviously already did that.</p>
<p dir="auto">--<br>
Benny</p>
</blockquote>

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

</html>