mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
Merge pull request #14667 from keymanapp/docs/history-and-get-started
docs(developer): tweak get-started for kmc and add entry to HISTORY.md
This commit is contained in:
commit
07617c2f2a
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue