From d4078577170c44d9ad9ee884d671f01564754358 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Tue, 2 Sep 2025 15:12:14 +0200 Subject: [PATCH] docs(developer): tweak get-started for kmc and add entry to HISTORY.md Yeah, two things but they are both minor! Build-bot: skip Test-bot: skip --- HISTORY.md | 1 + developer/docs/help/reference/kmc/cli/get-started.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 7ff95ca9cf..1c4fadd4ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -702,6 +702,7 @@ * docs(linux): clarify requirement of patched ibus for Keyman < 18 (#14113) * chore(linux): Update debian changelog (#14118) * fix(windows): add values wucUpdateAvailable and wucNotChecked to TRemoteUpdateCheckResult enum (#14208) +* fix(windows): fix download failing when cache.json missing (#14207) * fix(web): deploy `web/build/publish` folder (#14238) * fix(ios): restore keyboard scale map for iPad Air 2 (#14306) * chore(developer): upgrade multer to 2.0.2 (#14417) diff --git a/developer/docs/help/reference/kmc/cli/get-started.md b/developer/docs/help/reference/kmc/cli/get-started.md index cb3e9073e2..348bf4c4b9 100644 --- a/developer/docs/help/reference/kmc/cli/get-started.md +++ b/developer/docs/help/reference/kmc/cli/get-started.md @@ -149,13 +149,16 @@ referenced folder, e.g. `kmc build .`. [KMConvert](../../../context/kmconvert) generates keyboards and models from templates, and converts keyboard layouts between different formats. +[kmc generate][kmc] replicates most of the functionality in KMConvert, except for +importing Windows keyboards. + The [New Project dialog](../../../context/new-project) in Keyman Developer provides a graphical version of the most common functionality in KMConvert. * [KMConvert reference](../../../context/kmconvert) -**Note:** KMConvert is currently a Windows executable, and will be integrated -into kmc in an upcoming version of Keyman. +**Note:** KMConvert is currently a Windows executable, and the remaining +functionality will be integrated into kmc in an upcoming version of Keyman. [kmc]: ./reference [file-layout]: ../../file-layout