I have a couple of legacy Windows keyboard layouts for a number of languages that I made 8 years ago on Win7. They were made with the "Microsoft Keyboard Layout Creator" which saves the layouts to .klc files in its own specific binary format and compiles them directly to DLLs.
As I've almost completely switched to Ubuntu now, I'm looking for a good way to port those layouts to Linux. I've read how the Linux system works here: What are the steps needed to create new keyboard layout on ubuntu?, and recreating the layouts manually would be doable but extremely tedious. So I need a tool.
This question was raised more than 5 years ago: Any tool for importing Microsoft .klc file? so it's time to ask it again:
Is there any program out there that converts MKLC files to Linux keyboard layout files?
key <AE01> { [ 1, exclam, onesuperior, exclamdown ] };
, 'someone' here (me?) could make this into something you can integrate in your system. – Adriaan Sep 25 '20 at 09:47