diff --git a/HISTORY.md b/HISTORY.md index 4373f2a6a5..e553e13395 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -710,6 +710,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