Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Durdin <[email protected]>
  • Loading branch information
Meng-Heng and mcdurdin authored Dec 10, 2024
1 parent 14d581b commit bf8b970
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions knowledge-base/kb0117.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This is a more in-depth guide to help install a Keyman keyboard onto Keyman for Windows without any language association using the Command Prompt, related to [transient LCIDs on Windows](/kb/116).

You should only follow the steps in this guide if you are having trouble installing
a keyboard through the normal methods, because you have run into the Windows
limitation of 4 transient languages, as linked above.

### Install khmer_angkor.kmp

* Download the `.kmp` file for [Khmer Angkor keyboard](https://keyman.com/keyboards/khmer_angkor) (or other keyboard of your choice) from [keyman.com](https://keyman.com/keyboards/).
Expand All @@ -23,24 +27,18 @@ This is a more in-depth guide to help install a Keyman keyboard onto Keyman for
* If the `kmp` file is in the download folder, or already in a different folder. Please follow:

```cmd
C:\Windows\system32>cd %userprofile%\Downloads
C:\Users\mengh\Downloads> // you are in the Downloads folder
cd %userprofile%\Downloads
```
* Run this command:
```cmd
"C:\program files (x86)\keyman\keyman desktop\kmshell.exe" -i khmer_angkor.kmp= // the final `=` sign is important
"C:\program files (x86)\keyman\keyman desktop\kmshell.exe" -i khmer_angkor.kmp=
```
(This will install khmer_angkor.kmp for all users, but with no language association.)
* The full command:
> [!NOTE] The final `=` sign in the command above is important
```cmd
C:\Users\mengh\Downloads>"C:\program files (x86)\keyman\keyman desktop\kmshell.exe" -i khmer_angkor.kmp=
```
(This will install khmer_angkor.kmp for all users, but with no language association.)
### Result
Expand Down

0 comments on commit bf8b970

Please sign in to comment.