Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
darcywong00 cdd75ccf5f Refactor longpress logic so key text is not confused with key code
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
2017-10-12 14:21:29 +07:00
android Refactor longpress logic so key text is not confused with key code 2017-10-12 14:21:29 +07:00
ios Merge pull request #336 from keymanapp/ios-codesign-fix 2017-10-03 08:09:37 +07:00
mac Merge pull request #262 from keymanapp/mac-update-readme 2017-10-04 22:38:05 -04:00
resources Merge pull request #336 from keymanapp/ios-codesign-fix 2017-10-03 08:09:37 +07:00
web Refactor longpress logic so key text is not confused with key code 2017-10-12 14:21:29 +07:00
windows/src Fixup regression for debug-mode keyboards using touch keys (hexadecimal format error) 2017-10-11 12:11:25 +07:00
.gitignore [Mac] Initial check-in to open-source repo 2017-08-10 13:11:52 +07:00
README.md Update README files 2017-08-30 08:22:00 +07:00

Keyman

Open Source

Platform Master Nightly Beta Stable
Windows Build Status Build Status Build Status Build Status
macOS Build Status Build Status Build Status Build Status
Web Build Status Build Status Build Status Build Status
Android Build Status Build Status Build Status Build Status
iOS Build Status Build Status Build Status Build Status

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

Windows macOS

Web & Mobile Platforms

Web Android iOS

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.