Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Marc Durdin 8501f2aa6d feat(core): add deleted_context to km_core_actions struct
Fixes #10530.

Adds the deleted_context member to the km_core_actions struct, and
associated unit tests. Simplifies integration by providing the consumer
with all the data they need in order to execute the transform,
specifically around number of delete operations required, without
needing to query the target application context again. The number of
delete operations will vary according to application compliance and
selected encoding; for example a UTF-16 string may require 2
delete-backs for surrogate pairs in the text buffer for a compliant app,
whereas there will be a single delete-back key event for a non-compliant
app.

The deleted_context member should also be used for debug assertions.
2024-01-29 13:21:25 +07:00
.github chore(core): Ignore C++ symbols 2024-01-15 18:47:53 +01:00
android Merge pull request #10393 from keymanapp/chore/android/target-sdk-34 2024-01-19 06:35:31 +07:00
common Merge pull request #10492 from keymanapp/fix/common/10486-preserve-const-enums 2024-01-24 18:12:26 +11:00
core feat(core): add deleted_context to km_core_actions struct 2024-01-29 13:21:25 +07:00
developer feat(core): add deleted_context to km_core_actions struct 2024-01-29 13:21:25 +07:00
docs Merge pull request #10409 from keymanapp/docs/linux/10405_CoreApiVerificationDoc 2024-01-17 08:16:31 +01:00
ios Merge pull request #10362 from keymanapp/fix/ios/kbd-multi-slide-in 2024-01-19 08:02:22 +07:00
linux feat(developer): make context_get and context_length public again 2024-01-26 06:37:09 +07:00
mac Merge branch 'epic/core/9999-normalization' into chore/merge-master-into-core/9999-normalization 2024-01-19 17:42:40 +11:00
oem/firstvoices chore(android): Update targetSdkVersion to 34 2024-01-16 09:26:24 +07:00
resources chore(developer,core): change sample and test files to use \u{…} 🙀 2024-01-15 17:27:41 -06:00
web Merge pull request #10434 from keymanapp/fix/web/unicode-id-preprocessing 2024-01-19 08:04:26 +07:00
windows Merge branch 'epic/core/9999-normalization' into chore/merge-master-into-core/9999-normalization 2024-01-19 17:42:40 +11: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
.eslintrc.cjs chore(developer): add eslint devDependency for kmc 2023-04-25 13:44:56 +07:00
.flake8 chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
.gitignore feat(developer): remove kmcomp 2023-09-09 17:47:15 +02:00
.nycrc.json feat(developer): fixup and prepare build scripts and docs for kmc 2022-09-19 06:36:06 +10:00
.shellcheckrc chore(linux): Properly fix shellcheck SC1091 warnings 2023-05-11 11:59:15 +02: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.248 2024-01-18 13:10:52 -05:00
LICENSE.md chore: license date 2022-03-15 13:59:27 +11:00
package-lock.json Merge pull request #10258 from keymanapp/feat/developer/10150-control-message-severity 2024-01-16 14:01:27 +11:00
package.json fix(common): publish @keymanapp/developer-utils as npm module 2023-12-01 14:05:51 +07: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: test preserveConstEnums in common/web/types only 2024-01-24 10:55:31 +07:00
tsconfig.json chore(web): Merge branch 'feature-gestures' into chore/merge-master-into-feature-gestures 2023-10-12 10:31:56 +07:00
VERSION.md auto: increment master version to 17.0.248 2024-01-18 13:10:52 -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