mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-23 08:47:40 +00:00
feat(linux): mcompile-dk replace wchar_t create duplicate u16.functions (no implem. yet) feat(linux): mcompile-dk replace wchar_t disable some old wchar_t functions feat(linux): mcompile-dk replace wchar_t disable more old wchar_t functions feat(linux): mcompile-dk char16 works feat(linux): mcompile remove _16 where I do not need them feat(linux): mcompile remove even more _16 where I do not need them feat(linux): mcompile rename functions with _16 back |
||
|---|---|---|
| .. | ||
| keymap | ||
| Readme.md | ||
This is a proposal to rewrite mcompile for Linux. For this we need to query the base keyboard data from the Linux platform, then rewriting the keyboard .kmx using the same approach as is done in mcompile for Windows, but working from the data from the x11 keyboard on Linux.
Ideally, we'd rewrite mcompile to be cross-platform (Windows, Linux, macOS), so that the keyboard interrogation would be separated from the .kmx rewriting, at least to some degree. Nevertheless it would probably be easiest to start from a standalone implementation.