Here’s what I use for combo key tagging, which I realize isn’t what you’re looking for but maybe helps someone else.:

```
        // 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:");
                
        };
```

Lisa Sieverts
603-762-0235
l...@lisasieverts.com

On 7 Jun 2024, at 9:01, Benny Kjær Nielsen wrote:

On 6 Jun 2024, at 20:39, Tariq Magdon-Ismail wrote:

I'd like to create a multi-stroke key binding for "Edit Tags" but couldn't find any obvious selector here: https://manual.mailmate-app.com/key_binding_selectors.html. Is there one for this action?

I think this is what you are looking for:

```
"t" = {
    "t" = "toggleTagsEditor:";
};
```

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.

--
Benny
_______________________________________________
mailmate mailing list
Unsubscribe: https://lists.freron.com/listinfo/mailmate

Reply via email to