[MlMt] Key binding selector for "Edit Tags"?
Lisa Sieverts
lisa at lisasieverts.com
Fri Jun 7 09:23:39 EDT 2024
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
lisa at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20240607/b1452058/attachment.htm>
More information about the mailmate
mailing list