Marc Durdin
Marc Durdin
The js module fight seems to have resolved in favour of ES modules. It'll be some time before we can use them in browsers that we support. However, we can...
Relates to #4324 (but slightly orthogonal.) We wanted some message classes to be handled in the lexical model editor more cleanly, including drill-down to line of error. A few changes...
Part of #7042. Per https://github.com/unicode-org/cldr/pull/2413
**Describe the bug** If you uninstall Keyman and immediately reinstall it, the previously installed keyboards may still be visible. However, they cannot be modified or reinstalled correctly. Furthermore, after a...
**Describe the bug** Looking at various versions of keymanweb.js, I am concerned about the file size growth. I think we need to try and find ways to bring it back...
The [`inputmode` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode) has a possible value of `'none'` which allows for page-implemented virtual keyboard. This is exactly what KeymanWeb needs, on mobile, for us to avoid implementing the hacky...
While those properties are currently required to be strings, they should be able to be integers. See the following code in kmwosk.js:`osk.deviceDependentLayout`: ```` var kw, kp; kw = (typeof key['width']...
**Describe the bug** Per John, via email: > I have Keyman installed, and have your Easy Chakma keyboard, but the shift state does not seem to work: when I hold...
**Is your feature request related to a problem? Please describe.** Keyman and AutoHotkey don't work well together. This is particularly a problem if the serialised input queue is in use....