kmap2qmap
-
-
qmap is a very simple format ,https://github.com/qt/qtbase/blob/dev/src/platformsupport/input/evdevkeyboard/qevdevkeyboardhandler.cpp#L516, you can create custom converter at another language, e.g. Python or Perl
-
@debian how much time would it take you to write it?
There are 500 lines and 12 libraries.
That sounds like at least weeks of full-time work even for an experienced programmer, including the testing. Let alone me:)According to @SGaist it seems that compiling is not an option in the latest QT anymore.
So I keep this thread here just for the chance that somebody has it already compiled in his system and would just be willing to convert it.But thank you guys for your inputs. Definitely good insights, I'm just not experienced to take them further by myself.
-
-
@SGaist That's strange. When I open the *.kmap in a text editor, it shows me just a text starting with:
keymaps 0-127 keycode 1 = Escape Escape Escape Escape…
That file was created on Debian, I just zipped it on MacOS. Not sure if/how that could break things(?) or if there are variations in the kmap across linuxes.
Here are direct links to files that one good guy with Debian created me:
https://nyx.cz/files/000/026/2611388_0f12e02f9f931e4ea0ab/original.bin?name=us.kmap
https://nyx.cz/files/000/026/2611389_c85ecb66f87a7a17c55f/original.bin?name=de.kmap
https://nyx.cz/files/000/026/2611390_eff4e16b73a7633fa6bc/original.bin?name=cz.kmapThanks for trying.