[MlMt] Problem getting custom shortcuts to work, I'm missing something

Jan Erik Moström lists at mostrom.pp.se
Wed Apr 29 07:22:01 EDT 2020


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 should 
look like this

{
	"m" = {
		"a" = ("toggleTag:", "Aktuellt" );
		"k" = ("toggleTag:", "Kanske");
	}
};


Which didn't help, then tried

{
	"m" = {
		"a" = ("toggleTag:", "Aktuellt" );
		"k" = ("toggleTag:", "Kanske");
	};
};

but I didn't try

{
	"m" = {
		"a" = ("toggleTag:", "Aktuellt" );
		"k" = ("toggleTag:", "Kanske");
	};
}

which works. Thanks.

= jem


More information about the mailmate mailing list