From 83d54963a5d10f25c03f09573f7427b9f46ac44e Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Thu, 7 Nov 2024 11:51:15 +0700 Subject: [PATCH] docs(developer): add --input-mapping-file for kmc analyze osk-char-use --- developer/docs/help/reference/kmc/cli/reference.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/developer/docs/help/reference/kmc/cli/reference.md b/developer/docs/help/reference/kmc/cli/reference.md index bff696d0d0..51a28f4fc5 100644 --- a/developer/docs/help/reference/kmc/cli/reference.md +++ b/developer/docs/help/reference/kmc/cli/reference.md @@ -280,6 +280,14 @@ Note: paths shown above may vary. : Result file to write to (.json, .md, or .txt) +`-i, --input-mapping-file ` + +: Merge result file with existing mapping file. If supplied, existing + codepoint mappings will be kept, to ensure that updated fonts are + backwardly compatible with deployed keyboards. The + `--include-counts` flag will be set according to the format of + the input mapping file. + For more information on the purpose of `analyze osk-char-use` and `analyze rewrite-osk-from-char-use`, see [`&displayMap`](/developer/language/reference/displaymap).