On Wed, Jul 17, 2013 at 12:04:10AM +0100, Richard Wordingham wrote: > (LCID); I don't see any way to check what the general .klc file format > is - the format seemed very delicate when I had to edit it by hand, at > least, not for the SMP.
I wonder whether this link is relevant to what you discuss: http://blogs.msdn.com/b/michkap/archive/2013/04/16/10233999.aspx Myself, I found very few problems with manipulation of .klc files. (See the first dozen of Windows GOTCHAS in http://search.cpan.org/~ilyaz/UI-KeyboardLayout/lib/UI/KeyboardLayout.pm ) Just in case: do you realize that out-of-BMP must be specified via LIGATURES section? (Put %% instead of the characters, and put in LIGATURES: the VK, the modification column, and the “content”: up to 4 16-bit numbers.) My sources are in k.ilyaz.org/iz/windows/src.zip. Yours, Ilya

