Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Marc Durdin b14e2f5d7e fix(windows): crash when installing TIP in some rare situations
May fix #4889.

In some situations, Keyman is unable to precisely match the user's
default language with its own keyboard settings. In this situation,
Keyman may crash when attempting to install the TIP, or may give a
spurious error such as "Too many transient languages" or similar.

I have been unable to reproduce the crash described in #4889 on my
machines so this is an attempted fix.

This does fix a bug with default languages in any case so is a good fix
to include: if the user's default language is not found in Keyman's LCID
table, then Keyman would fail to install the TIP when the keyboard is
installed and would return an error message (but not crash).
2021-04-19 15:59:59 +10:00
.github chore: Enhance PR labeling based on PR title 2021-01-27 16:06:25 +01:00
android chore(android): Rename "Fula" to "Pulaar" 2021-04-05 08:30:59 +07:00
common auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04:00
developer auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04:00
docs docs(common): Update npm-packages readme 2021-03-10 15:19:06 +01:00
ios chore(ios): iOS integration of Fulah l10n 2021-04-01 08:34:08 +07:00
linux Merge pull request #4822 from keymanapp/chore/windows/crowdin-ff 2021-04-01 08:50:35 +07:00
mac fix(mac): prevent duplicate keyboards in list 2021-03-15 20:14:56 +11:00
oem/firstvoices fix(android/engine): Add divider styling 2021-03-16 20:22:07 +07:00
resources chore(linux): Debug triggering Jenkins build 2021-04-01 18:15:20 +02:00
web auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04:00
windows/src fix(windows): crash when installing TIP in some rare situations 2021-04-19 15:59:59 +10:00
.editorconfig fix(linux): add more package requirements 2020-02-06 18:26:57 +01:00
.flake8 feat(linux): Install keyboard on Gnome 2020-06-24 19:13:40 +02:00
.gitignore chore(windows): remove obsolete importkeyboard app 2020-12-15 11:20:09 +11:00
configure-repo.sh feat(common): Support git worktree when configuring local hooks 2020-02-24 18:30:57 +01:00
crowdin.yml fix(ios): ResourceInfoView.strings l10n mapping correction 2021-03-04 09:50:22 +07:00
HISTORY.md auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04:00
lerna.json auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04:00
linux.code-workspace default platform and baselayout for linux 2018-12-18 15:49:56 +07:00
package-lock.json fix(common): specifies version of hoisted TypeScript 2020-05-25 10:04:13 +07:00
package.json fix(common): specifies version of hoisted TypeScript 2020-05-25 10:04:13 +07:00
README.md chore: Add localization progress badge 2021-02-04 11:40:34 +07:00
TIER.md chore: stable tier 2021-03-23 20:25:22 +11:00
VERSION.md auto: increment stable-14.0 version to 14.0.272 2021-03-31 22:08:20 -04: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 1,500 languages!

Keyman is an open source project distributed under the MIT license.

Get Involved

Crowdin

Get involved

Development Status on status.keyman.com

Platform Alpha Beta Stable
Windows Alpha Beta Stable
macOS Alpha Beta Stable
Web Alpha Beta Stable
Android Alpha Beta Stable
iOS Alpha Beta Stable
Linux Alpha Beta Stable

Getting Started

Desktop Platforms

Web & Mobile Platforms

Release Types

Each platform maintains multiple types of releases:

  • Stable: A released version. On a stable or stable-<version> branch.
  • Beta: A version that is nearing full "stable" release. On the beta branch.
  • Alpha: Contains the very latest code. These versions are published daily whenever the code changes. On master branch.

License

Copyright (c) 2018-2021 SIL International. All rights reserved.

Licensed under the MIT License.

Keyman for Linux is licensed under the MIT License apart from ibus-kmfl which is licensed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Notes for Contributors

When cloning this repo for local development on a Windows machine, take care not to place it overly deep in your file system. Some of the paths for compilation can push character lengths around 160 characters long, while certain operations on Windows systems may be limited to paths of 260 characters or less. For example, git clean on Windows with msys is limited due to dependence on older Windows APIs.