keyman
keyman copied to clipboard
Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
## Introduction This is a holding issue for the Keyman Core required to support LDML keyboards. We'll be filling this in as we complete planning and design. Much of this...
This is my first draft of kmcompx with lots of my comments ( _S2... ) still included. All the tests of kmcompxtest.exe run Ok. There are some functions that are...
- add tiny sample kmx - update union - add DTD
- Width: uint16_t - defined `km_kbp_event_flags` to define the bitfield - bitfield has value `KM_KBP_EVENT_FLAG_TOUCH` for touch events - ignored everywhere, currently Fixes: #7046 @keymanapp-test-bot skip
## Introduction Document an optimized binary format for use by the process_event #5015 and other consumers of LDML data. It will be written into the KMX binary file. ## Goals...
**Describe the bug** After entering a word in the text pane I tried to delete all the characters by long pressing the Backspace key leads to stuck the cursor on...
Hopefully addresses some aspects of #6985. This PR is primarily designed to address some CI unit testing stability issues. Since our browser-based unit testing is handled via an external service,...
Cleans up some code that's proving problematic for some of our unit tests; there's some cross-UI-module pollution happening on occasion that turns into a race condition of sorts. @keymanapp-test-bot skip
Fixes #6734. An important aspect of #6734 was that the known reproduction involved swapping from a keyboard with predictive text to one without it. This causes an adjustment for the...
This is a proposal to decouple the Windows system keyboard data from the kbdxx.dll file so that we can use mcompile on other platforms as well. The idea would be...