Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Marc Durdin a45145ae3d fix(mac): Caps processing was not consistent with core
Fixes #7632.

If Caps Lock was on, rules that did not specify Caps Lock state were
not matched, for example:

```
+ [K_SLASH] > 'foo'
```

The truth table for matches is:

Event    |    Rule     | Result
---------|-------------|-----------
NCAPS    |    0        | match
NCAPS    |    CAPS     | no match
NCAPS    |    NCAPS    | match
CAPS     |    0        | match
CAPS     |    CAPS     | match
CAPS     |    NCAPS    | no match

(Internally, Keyman for Mac currently maps 0 to NCAPS on the event for
simplicity.)

The fix is to ignore the Event Caps Lock state if the rule specifies
neither `CAPS` nor `NCAPS`. If the rule specifies either of these
state masks, then the Caps component of the state mask must match.
2022-11-23 09:25:11 +11:00
.github chore(common): update actions to node16 2022-10-25 16:22:03 +11:00
android fix(android/engine): Check if kmp.json is null 2022-11-22 07:47:59 +07:00
common fix(developer): cast to prevent ERangeError for failed http reqs in CEF 2022-11-21 09:01:40 +11:00
core fix(linux): Fix lintian warnings 2022-11-16 18:45:34 +01:00
developer feat(common/models): directional quotes now match against nondirectional ones 2022-11-18 14:15:53 +07:00
docs chore: Update history-and-versioning to match history 2022-11-10 08:26:59 +07:00
ios Merge pull request #7782 from keymanapp/fix/ios/7185-in-app-text-size 2022-11-22 08:04:12 +07:00
linux Merge pull request #7783 from keymanapp/fix/linux/warning 2022-11-22 19:51:45 +01:00
mac fix(mac): Caps processing was not consistent with core 2022-11-23 09:25:11 +11:00
oem/firstvoices Merge pull request #7768 from keymanapp/cherrypick/android/sdk-version-31 2022-11-21 16:23:39 +07:00
resources fix: automatically merge changes to history back to master 2022-11-21 13:17:30 +11:00
web Merge pull request #7694 from keymanapp/fix/web/doc-kbd-styling 2022-11-18 10:18:39 +07:00
windows Merge branch 'beta' into fix/windows/options-buttons-in-list 2022-11-22 06:14:15 +11:00
.clang-format chore(common): Add C++ formatting rules 2021-07-29 18:50:25 +02:00
.editorconfig chore(linux): Address a few more lintian warnings 2022-03-15 15:32:10 +01:00
.flake8 chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
.gitignore chore(linux): Adjust Linux specific files in .gitignore 2022-10-13 10:22:05 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-08 10:46:53 +11:00
configure-repo.sh chore(common): update configure-repo.sh to include pre-commit hook 2022-10-26 15:33:37 +11:00
CONTRIBUTING.md chore(linux): Fix lintian warnings 2022-03-10 20:30:44 +01:00
crowdin.yml Merge pull request #6529 from keymanapp/chore/linux/l10n 2022-04-14 09:13:02 +02:00
HISTORY.md auto: increment beta version to 16.0.110 2022-11-22 13:02:43 -05:00
LICENSE.md chore: license date 2022-03-15 13:59:27 +11:00
package-lock.json chore(common): npm audit fix - ansi-regex update 2022-09-22 09:13:21 +07:00
package.json chore(deps): bump nanoid and mocha 2022-09-16 21:06:23 +00:00
README.md Update README.md 2021-10-08 18:06:46 +11:00
TIER.md chore: move to beta 16.0 2022-11-01 08:06:49 +11:00
tsconfig-base.json chore(web): eliminates es6-shim TS project 2022-05-31 09:35:52 +07:00
tsconfig.json chore(developer): Merge branch 'master' into chore/developer/js-to-lmc 2022-06-25 05:48:57 +10:00
VERSION.md auto: increment beta version to 16.0.110 2022-11-22 13:02:43 -05: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 2,000 languages!

License

Copyright (c) SIL International.

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

Get Involved

Development Status

Important Links