A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon 833dfa31bb Fix miscalculation of the space between the keys
'keyVerticalInterval' was mistakenly used to compute the height of the
keyboard and the vertical position of keys.
While the code handling pointers did not use this value, the hit box of
the bottom row was shifted by several pixels.

Make sure 'keyVerticalInterval' is only used for rendering and not for
placing the keys.
2022-01-15 20:24:27 +01:00
assets/fonts Special key font + Esc key 2015-10-13 00:02:34 +02:00
metadata/android Update screenshots 2022-01-10 01:02:14 +01:00
res Add the Action key 2022-01-09 20:26:06 +01:00
srcs Fix miscalculation of the space between the keys 2022-01-15 20:24:27 +01:00
.gitignore Use apksigner for signing the apk 2021-12-14 00:13:34 +01:00
AndroidManifest.xml Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
CONTRIBUTING.md Contributing: Mention enabling the virtual keyboard 2022-01-15 19:51:40 +01:00
emoji_gen.py Remove duplicate emojis and skin tones 2021-01-17 00:20:09 +01:00
LICENSE Make the project open source ! 2021-09-20 22:55:20 +02:00
Makefile Use apksigner for signing the apk 2021-12-14 00:13:34 +01:00
README.md Add a CONTRIBUTING guide 2022-01-15 18:55:05 +01:00
shell.nix Use apksigner for signing the apk 2021-12-14 00:13:34 +01:00

Unexpected Keyboard

A lightweight virtual keyboard for developers.

Unexpected Keyboard

All the characters you might need are available on a single screen, as well as control, alt, escape and many others.

Several characters are displayed on each key. Get the one in the middle with a press and the ones in the corners by sliding your finger.

Like any other keyboard app, you will need to activate it in the system settings to be able to use it. This can be found in the System Settings > System > Languages & Input > Virtual keyboard > Manage keyboards.

Get it on F-Droid

Contributing

For instructions on building the application, see Contributing.