A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon c5f2c0b727 Send down event for modifiers on time
This allows to use modifiers in combination with other inputs like a
mouse click, for example under termux-x11.

The key down event and notification about modifiers changing are sent
down to KeyEventHandler. A mutable state remember for which modifier
down events have been sent.

When pressing down a modifier with one finger and typing with the
other, it might appear that the modifier is released after the first
time an other key is pressed and then pressed and released for the
following keys.
This prevents unintentionally type two modified keys instead of one
when the second key is pressed while the other is not yet released.
2024-01-26 00:17:51 +01:00
.github/workflows Use Gradle (#452) 2023-11-25 20:11:12 +01:00
assets Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
metadata/android Release 1.25.0 (37) 2024-01-03 01:07:22 +01:00
res Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
srcs Send down event for modifiers on time 2024-01-26 00:17:51 +01:00
.gitignore Use Gradle (#452) 2023-11-25 20:11:12 +01:00
AndroidManifest.xml Light and dark themes for the launcher and settings 2024-01-20 22:37:51 +01:00
build.gradle Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
check_layout.output check_layout: Warn against whitespaces and "loc" 2024-01-22 20:55:36 +01:00
check_layout.py check_layout: Warn against whitespaces and "loc" 2024-01-22 20:55:36 +01:00
CONTRIBUTING.md Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
gen_layouts.py Move layout definitions into srcs/layouts 2024-01-21 16:34:49 +01:00
gradle.properties Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradlew Use Gradle (#452) 2023-11-25 20:11:12 +01:00
gradlew.bat Use Gradle (#452) 2023-11-25 20:11:12 +01:00
LICENSE Make the project open source ! 2021-09-20 22:55:20 +02:00
README.md README: Display the intro video 2023-12-31 20:19:58 +01:00
settings.gradle Use Gradle (#452) 2023-11-25 20:11:12 +01:00
shell.nix shell.nix: Update dependencies and add Gradle 2023-11-25 20:13:24 +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.

https://github.com/Julow/Unexpected-Keyboard/assets/2310568/28f8f6fe-ac13-46f3-8c5e-d62443e16d0d

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.

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

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.