Questions tagged [msklc]

3 questions
5
votes
2 answers

MSKLC : How to associate a country to a custom keyboard layout

I made a custom keyboard layout with MSKLC. I thought I followed the instructions carefully and chose appropriate values for the LOCALENAME and LOCALID parameters. However, in the switch-keyboard popup that is displayed by pressing Win+Space or on…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
4
votes
0 answers

MSKLC : How to tell Windows about the first row of my custom keyboard layout

In Windows, one can install a custom keyboard layout, made with MSKLC. However, when using the Language and Keyboard Options dialog, the "moniker" that consists in the sequence of characters found on the first row of the layout, is not displayed for…
Maxime Labelle
  • 3,609
  • 2
  • 27
  • 48
0
votes
0 answers

How to make an MSIX (or standalone executable) for installing a keyboard layout

I've been trying to make an MSIX which would install a keyboard layout on Windows. I have a folder exported from MSKLC which contains a few dlls, 3 msi files (ia64, i386 and amd64) and a setup (exe) file. Running the exe or any of the 3 msi's…