5

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?

pnuts
  • 58,317
  • 11
  • 87
  • 139
A1exandr Belan
  • 4,442
  • 3
  • 26
  • 48

1 Answers1

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