Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Marc Durdin e36c0085b0 fix(developer): improve .kmx output consistency for cross-platform
This fixes two issues:

1. `COMP_KEY` structure had padding that was not always zeroed out.
   Made this explicit.

2. Rule sorting could be inconsistent when re-sorting rules that
   use `+ any() > ...`, which are expanded at compile time into multiple
   rules, and which ended up with identical sort keys due to lack of
   precision. This relates to #8381 but only adds differentiation for
   the otherwise ambiguous rule sort keys, and does not fix that issue,
   which requires further investigation.
2023-03-08 13:53:29 +07:00
.github chore(developer): Merge branch 'feature-kmcompx' into chore/developer/master-to-kmcompx-A17S7 2023-03-02 12:37:37 +07:00
android chore(android): Revert "Merge pull request #8291 from keymanapp/fix/android/landscape-osk" 2023-02-24 15:11:03 +07:00
common chore(common): add _reserved member to COMP_KEY 2023-03-08 13:02:23 +07:00
core chore(core): update unit tests with new store indices 2023-03-08 13:47:34 +07:00
developer fix(developer): improve .kmx output consistency for cross-platform 2023-03-08 13:53:29 +07:00
docs Merge pull request #8279 from keymanapp/chore/core/cleanup-meson-build 2023-02-23 13:28:02 +11:00
ios Merge pull request #8289 from keymanapp/chore/dirname-to-builtin 2023-02-23 08:42:29 +11:00
linux Merge pull request #8294 from keymanapp/fix/linux/debian 2023-02-28 15:02:30 +01:00
mac chore: Merge branch 'feature-ldml' into chore/merge-master-to-feature-ldml-A17S7-2 2023-02-23 08:05:31 +07:00
oem/firstvoices chore: update standard script prolog to use builtin instead of dirname 2023-02-22 11:04:15 +07:00
resources fix(common): builder: skip dependency build for clean action 2023-03-01 08:26:30 +07:00
web fix(web): Add check on compile 2023-02-28 10:49:49 +07:00
windows chore(developer): Merge branch 'feature-kmcompx' into chore/developer/master-to-kmcompx-A17S7 2023-03-02 12:37:37 +07:00
.clang-format chore(common): Add C++ formatting rules 2021-07-29 18:50:25 +02:00
.editorconfig chore(linux): Address a few more lintian warnings 2022-03-15 15:32:10 +01:00
.flake8 chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
.gitignore chore(developer): Merge branch 'feature-kmcompx' into chore/developer/master-to-kmcompx-A17S7 2023-03-02 12:37:37 +07:00
.nycrc.json feat(developer): fixup and prepare build scripts and docs for kmc 2022-09-19 06:36:06 +10:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-08 10:46:53 +11:00
configure-repo.sh chore: update docs and non-standard readlink refs 2023-02-22 10:41:54 +07:00
CONTRIBUTING.md chore(linux): Fix lintian warnings 2022-03-10 20:30:44 +01:00
crowdin.yml chore(common): Update Kannada strings 2023-02-07 21:39:23 +07:00
HISTORY.md auto: increment master version to 17.0.60 2023-03-01 13:02:44 -05:00
LICENSE.md chore: license date 2022-03-15 13:59:27 +11:00
package-lock.json chore(developer): update to commander 10.0.0 2023-02-24 13:54:25 +07:00
package.json Merge remote-tracking branch 'upstream/master' into chore/merge-master-20230217-epic-ldml 2023-02-17 18:52:33 -06:00
README.md Update README.md 2021-10-08 18:06:46 +11:00
TIER.md Update TIER.md 2022-11-14 07:34:26 +11:00
tsconfig-base.json chore(web): eliminates es6-shim TS project 2022-05-31 09:35:52 +07:00
tsconfig.cjs.json chore(core): changes ldml tsconfig to es2020 🙀 2022-09-20 06:49:56 +10:00
tsconfig.esm-base.json refactor(developer): split file type management into package 2022-09-27 12:33:10 +10:00
tsconfig.esm.json refactor(developer): split file type management into package 2022-09-27 12:33:10 +10:00
VERSION.md auto: increment master version to 17.0.60 2023-03-01 13:02:44 -05:00

Keyman

Keyman makes it possible for you to type in any language on Windows, macOS, Linux, iPhone, iPad, Android tablets and phones, and even instantly in your web browser. Create keyboard layouts with Keyman Developer and share them with the community in the keyboards repository. The Keyman Community have already contributed keyboard layouts for over 2,000 languages!

License

Copyright (c) SIL International.

Keyman is an open source project distributed under the MIT license.

Get Involved

Development Status

Important Links