mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
A gap in the kmc-analyze module displayMap support was that it was not possible to extend an existing mapping file, but only to rewrite one. This caused issues because the mappings could change between runs, if keyboards changed, meaning fonts would not be backward compatible. This change guarantees an existing mapping file will have exactly the same character mappings, and only adds new mappings that are found. Also adds unit tests and enables for kmc-analyze. Fixes: #9767 |
||
|---|---|---|
| .. | ||
| config | ||
| src | ||
| test | ||
| .eslintrc.cjs | ||
| build.sh | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Keyman Developer - kmc-analyze
This package provides Keyman keyboard analysis tools. It can be used from the command line with @keymanapp/kmc.
Currently, the primary function of this package is to work with Keyman's
&displayMap store for
rewriting the On Screen Keyboard with PUA characters, for consistent display of
diacritics and combining marks across all platforms.