Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Eberhard Beilharz b0dfd5854d
chore(common): update C/C++ formatting options
This change updates two formatting options:

- pointers and references will be left-aligned (`int* foo`). Previously
  we had the setting to left-align but that got ignored because of the
  `DerivePointerAlignment` setting which tries to use the style used
  elsewhere in the file, which is not good to get consistent styling.
- no longer always add a line break after the return type of a function,
  only if type and name don't fit in a line. Unfortunately clang-format
  doesn't have a setting to only add the line break if the method
  definition is too long to fit in one line. The new setting matches the
  alternative formatting from our style guide.
2024-06-19 20:19:12 +02:00
.github fix(linux): remove debug output and re-enable failures 2024-06-05 09:27:05 +02:00
android Merge pull request #11722 from keymanapp/fix/android/split-layout-and-rescale 2024-06-10 12:15:21 +07:00
common Merge pull request #11784 from keymanapp/feat/web/interruptible-predictions 2024-06-19 14:54:14 +07:00
core Merge branch 'master' into test/core/10968-minimum-ldml-test 2024-06-17 08:24:11 -05:00
developer Merge pull request #11822 from keymanapp/dependabot/npm_and_yarn/ws-8.17.1 2024-06-19 10:35:29 +10:00
docs fix(core): serialize tests for core/wasm on mac agents 2024-06-16 16:42:38 +10:00
ios change(ios): move location of method definition 2024-06-04 09:34:42 +07:00
linux Merge pull request #11789 from keymanapp/feat/linux/9396_RecreateMissingFiles 2024-06-19 16:35:52 +02:00
mac fix(mac): change build configuration to prevent cycle error in Xcode 15 2024-06-07 10:15:46 +07:00
oem/firstvoices Merge pull request #11524 from keymanapp/fix/windows/oem-build-sh 2024-05-24 12:22:11 +07:00
resources chore(common): eliminate ts-node ref from most subpackages 2024-06-10 10:07:58 +07:00
web Merge pull request #11786 from keymanapp/fix/web/quick-addKeyboards-call 2024-06-17 11:21:58 +07:00
windows chore(windows): add debug log msgs for modifier key press 2024-06-03 21:40:24 +10:00
.clang-format chore(common): update C/C++ formatting options 2024-06-19 20:19:12 +02:00
.editorconfig chore(linux): Address a few more lintian warnings 2022-03-15 15:32:10 +01:00
.eslintrc.cjs chore(developer): add eslint devDependency for kmc 2023-04-25 13:44:56 +07:00
.flake8 chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
.gitignore chore(developer): minor cleanup on scripts 2024-05-20 06:35:11 +07:00
.nycrc.json feat(developer): fixup and prepare build scripts and docs for kmc 2022-09-19 06:36:06 +10:00
.shellcheckrc chore(linux): Properly fix shellcheck SC1091 warnings 2023-05-11 11:59:15 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-08 10:46:53 +11:00
configure-repo.sh chore: update docs and non-standard readlink refs 2023-02-22 10:41:54 +07:00
CONTRIBUTING.md chore(common): update labels to include change, style 2024-05-24 09:43:10 +07:00
crowdin.yml chore(common): Update Kannada strings 2023-02-07 21:39:23 +07:00
HISTORY.md auto: increment master version to 18.0.60 2024-06-19 14:04:51 -04:00
LICENSE.md chore: license date 2022-03-15 13:59:27 +11:00
package-lock.json Revert "chore(common): update base-package node-engine setting" 2024-06-19 15:14:19 +10:00
package.json Revert "chore(common): update base-package node-engine setting" 2024-06-19 15:14:19 +10:00
README.md Update README.md 2021-10-08 18:06:46 +11:00
TIER.md Update TIER.md 2022-11-14 07:34:26 +11:00
tsconfig.base.json chore(web): updates all KMW-related projects to TS 5.4.5 2024-05-15 16:00:34 +07:00
tsconfig.json chore(web): Merge branch 'feature-gestures' into chore/merge-master-into-feature-gestures 2023-10-12 10:31:56 +07:00
VERSION.md auto: increment master version to 18.0.60 2024-06-19 14:04:51 -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 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