I need to parse .klc files from msklc and I can't find any docs about it's format. I know this format is simple, but I have some misunderstanding. So where I can find information about it?
Asked
Active
Viewed 1,354 times
1 Answers
3
I have found some code in the keyboard layout tool, which might help you. I have pasted it Here. I extracteded it from the exe using il-spy.
Apparently the code parses the klc file for you.
I have not tested it out, but it could serve as a starting point.

Henrik Gering
- 1,769
- 16
- 29
-
This is the best kind of documentation there might be for this format, given how the parser is written. Great answer! – polkovnikov.ph Jan 15 '20 at 02:07