I have this setup
{
"m" = {
"a" = ("toggleTag:", "Aktuellt" );
"k" = ("toggleTag:", "Kanske");
}
}
in the file
/Users/jem/Library/Application
Support/MailMate/Resources/KeyBindings/jem.plist
I've also enabled "Custom Key Bindings" and entered "
Jan Erik Moström 2020-04-29 9:26 wrote:
> {
> "m" = {
> "a" = ("toggleTag:", "Aktuellt" );
> "k" = ("toggleTag:", "Kanske");
> }
> }
I believe it should be a semicolon extra like this.
{
"m" = {
"a" = ("toggleTag:", "Aktuellt" );
Hello,
I think you should remove the first and last curly bracket.
---
Regards,
Angelo
On 29 Apr 2020, at 10:26, Jan Erik Moström wrote:
I have this setup
{
"m" = {
"a" = ("toggleTag:", "Aktuellt" );
"k" = ("toggleTag:", "Kanske");
}
}
in
On 29 Apr 2020, at 11:13, Fredrik Jonsson wrote:
I believe it should be a semicolon extra like this.
{
"m" = {
"a" = ("toggleTag:", "Aktuellt" );
"k" = ("toggleTag:", "Kanske");
};
}
Yes, I noticed that before ... I actually got the idea that it