A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon 92a8db5e93 Update auto-capitalisation state when input starts
The initial capitalisation state given by the editor
(`info.initialCapsMode`) is always 0 in many editors.

For some text input types, update the state when typing starts,
disregarding the value given by `info.initialCapsMode`.
2023-09-09 14:15:44 +02:00
.github/workflows CI: Check that 'gen_layouts.py' output is uptodate 2023-06-25 16:52:48 +02:00
metadata/android Release 1.24.0 (36) 2023-08-18 12:29:17 +02:00
res Per-script numpad 2023-09-03 23:38:55 +02:00
srcs Update auto-capitalisation state when input starts 2023-09-09 14:15:44 +02:00
.gitignore Upgrade CI workflow (#111) 2022-04-02 16:33:12 +02:00
AndroidManifest.xml Release 1.24.0 (36) 2023-08-18 12:29:17 +02:00
check_layout.output check_layout.py: Deterministic output order 2023-09-03 20:15:31 +02:00
check_layout.py check_layout.py: Deterministic output order 2023-09-03 20:15:31 +02:00
CONTRIBUTING.md CONTRIBUTING: Fix typos 2023-08-27 17:44:13 +02:00
gen_layouts.py Allow multiple custom layouts 2023-08-16 12:21:23 +02:00
LICENSE Make the project open source ! 2021-09-20 22:55:20 +02:00
Makefile Generate layouts arrays used in settings 2023-06-25 15:52:24 +02:00
README.md docs: mention Calculator++ (#418) 2023-08-05 17:37:27 +02:00
shell.nix Revert to the previous CI 2022-03-24 18:43:09 +01:00
sync_translations.py sync_translations.py: Report number of missing strings 2023-08-05 17:27:56 +02:00

Unexpected Keyboard

Get it on F-Droid Get it on Google Play

Lightweight and privacy-conscious virtual keyboard for Android.

Screenshot-1 Screenshot-2 Screenshot-3
Screenshot-4 Screenshot-5 Screenshot-6

The main feature is that you can type more characters by swiping the keys towards the corners.

This application was originally designed for programmers using Termux. Now perfect for everyday use.

This application contains no ads, doesn't make any network requests and is Open Source.

Similar apps

  • Calculator++ - Calculator with a similar UX, swipe to corners for advanced math symbols and operators. Works up to Android 13 but maybe unmaintained.

Contributing

For instructions on building the application, see Contributing.