mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 12:19:25 +00:00
Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
A tchad keyboard has a diacritic rule that converts `=` (U_003D) into a combining macron (U_0304). A longpress on `»` (U_00BB) was inadvertently triggering the diacritic rule, and outputting the macron. The longpress code in KMEA and KMW needs to be refactored so they dont confuse key text (U_00BB is decimal 187) with underlying keyCodes (`=` is keyCode 187). - fix KMW executePopupKey so key code is dictionary lookup instead of parsing the keyID. - clean up JS call to executePopupKey since it only uses the keyID |
||
|---|---|---|
| android | ||
| ios | ||
| mac | ||
| resources | ||
| web | ||
| windows/src | ||
| .gitignore | ||
| README.md | ||
Open Source
| Platform | Master | Nightly | Beta | Stable |
|---|---|---|---|---|
| Windows | ||||
| macOS | ||||
| Web | ||||
| Android | ||||
| iOS |
Keyman makes it possible for you to type in over 1,000 languages on Windows, iPhone, iPad, Android tablets and phones, and even instantly in your web browser.
Getting Started
Desktop Platforms
Web & Mobile Platforms
Release Types
Each platform maintains multiple types of releases:
- Stable: A released version.
- Beta: A version that is nearing full "stable" release.
- Nightly: Contains the very latest code. These versions are published daily whenever the code changes.
License
Copyright (c) SIL International. All rights reserved.
Licensed under the MIT License.
