spiegel-keyman/developer/server
Marc Durdin 0d4a6e428a fix(windows): base layout support in Keyman Core
While Keyman Core already supported the base layout flags, they were not
being passed in from Keyman Engine for Windows. This meant that any
rules that used `baselayout` would fail, such as in sil_ipa with AltGr+0
for }

0bf72bed74/release/sil/sil_ipa/source/sil_ipa.kmn (L348-L350)

This patch adds support for the following properties:

* KM_KBP_KMX_ENV_BASELAYOUT: the legacy base layout name, e.g. kbdus.dll
* KM_KBP_KMX_ENV_BASELAYOUTALT: the BCP 47 base layout name, e.g. en-US
* KM_KBP_KMX_ENV_SIMULATEALTGR: whether the user has selected to emulate
  AltGr with Ctrl+Alt, for example on laptops without a right alt key.
* KM_KBP_KMX_ENV_BASELAYOUTGIVESCTRLRALTFORRALT: whether the system base
  layout in use generates Ctrl+RAlt when RAlt is pressed, which can be
  true for many European system layouts. This is necessary when
  associating the keyboard with a European language because the base
  keyboard becomes the language's default keyboard, rather than kbdus.
2022-11-14 12:27:04 +11:00
..
src Merge pull request #7016 from keymanapp/fix/developer/cherry-pick/server-rebuild-model-consistency 2022-08-01 10:22:08 +10:00
.gitignore chore: cleanup 2021-12-22 06:25:22 +11:00
build-addins.inc.sh chore(developer): use github-based packages for node addins 2022-01-21 12:02:17 +11:00
build.sh fix(windows): base layout support in Keyman Core 2022-11-14 12:27:04 +11:00
package-lock.json auto: increment stable-15.0 version to 15.0.273 2022-11-01 23:07:55 -04:00
package.json auto: increment stable-15.0 version to 15.0.273 2022-11-01 23:07:55 -04:00
postbuild.sh fix(windows): base layout support in Keyman Core 2022-11-14 12:27:04 +11:00
tsconfig.json chore: cleanup 2021-12-22 06:25:22 +11:00