Le 21/03/2018 à 01:50, Richard Kimberly Heck a écrit :
is there a way to enter more than one at the same time in the same inset?
Not with unicode-insert. I suppose we should fix that and allow multiple
characters, as will self-insert. If you file a bug report about that, I
expect it can be fixed quite quickly.
But note that you can do things like:
self-insert ຄໆໆ
where the Unicode characters are just given explicity.
Note that it is possible to use command-sequence like:
command-sequence unicode-insert 0x11 ; unicode-insert 0x22 ;
JMarc