Skip to content

Commit

Permalink
Update kb0114.md
Browse files Browse the repository at this point in the history
Addresses review comment from #1335 (comment)
  • Loading branch information
darcywong00 committed Jun 27, 2024
1 parent 2defdbe commit 7eec7b8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions knowledge-base/kb0114.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ With a little more work this can be entirely done on Linux with Keyman 17+:
Disregard the error: `"TypeError: Cannot read properties of undefined (reading 'description')"`, as the compiler will already have created the .kmp file in the `build`
subdirectory.

## Use Keyman for Linux to install the .kmp keyboard package

You can install the .kmp file with:
To properly do this without an error, you'll have to add some additional fields to the .kps file. It's easiest to let the `kmconvert` tool generate a template which will contain all necessary the fields:

```bash
km-package-install -f build/mykeyboard.kmp
kmconvert template -id mykeyboard
```

or with the Keyman Configuration tool.
Unfortunately this tools isn't available for Linux yet. You should be able to use it in wine though.

To properly do this without an error, you'll have to add some additional fields to the .kps file. It's easiest to let the `kmconvert` tool generate a template which will contain all necessary the fields:
## Use Keyman for Linux to install the .kmp keyboard package

You can install the .kmp file with:

```bash
kmconvert template -id mykeyboard
km-package-install -f build/mykeyboard.kmp
```

Unfortunately this tools isn't available for Linux yet. You should be able to use it in wine though.
or with the Keyman Configuration tool.

0 comments on commit 7eec7b8

Please sign in to comment.