A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon e025fddf2f Accept some escaped keys in custom layouts
These symbols have special meaning when in `res/xml` and are escaped in
standard layouts.
The backslash is not stripped when parsed from the custom layout option.

Treat these backslashed keys specifically to allow standard layouts to
be passed back to the custom layout option.
2023-06-28 18:04:32 +02:00
.github/workflows CI: Check that 'gen_layouts.py' output is uptodate 2023-06-25 16:52:48 +02:00
metadata/android Added Romanian layout and translations with special romanian characters (#358) 2023-06-25 12:19:00 +02:00
res Use generated arrays in Config.layout_of_string 2023-06-25 16:34:05 +02:00
srcs Accept some escaped keys in custom layouts 2023-06-28 18:04:32 +02:00
.gitignore Upgrade CI workflow (#111) 2022-04-02 16:33:12 +02:00
AndroidManifest.xml Release 1.22.1 2023-04-10 13:18:24 +02:00
check_layout.output Standard layout names (#386) 2023-06-25 13:40:20 +02:00
check_layout.py Allow to specify a layout script 2023-06-22 20:14:20 +02:00
CONTRIBUTING.md Update guidelines about adding layouts 2023-06-25 16:48:18 +02:00
gen_layouts.py Update guidelines about adding layouts 2023-06-25 16:48:18 +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 New app description 2023-04-15 16:24:11 +02:00
shell.nix Revert to the previous CI 2022-03-24 18:43:09 +01:00
sync_translations.py Generate layouts arrays used in settings 2023-06-25 15:52:24 +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.

Contributing

For instructions on building the application, see Contributing.