A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon 3cb92fce84 Normalization of Korean characters
This changes how some characters are sent to the editor.
Characters specified in 'should_normalize_char' are not committed
immediately to the editor but instead added to the composing text.

The composing text is NFCKC-normalized. Resulting characters that are
not in 'should_normalize_char' committed, the rest is the composing
text.

Typing a character not specified here do not change: commitText is used
immediately.
2024-03-16 23:28:32 +01:00
.github/workflows CI: Improve layout and store description checks (#565) 2024-02-18 17:55:41 +01:00
assets compose: Add glyph 2024-02-17 23:28:31 +01:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
metadata/android metadata: Remove metedata without a short_description 2024-03-04 00:57:23 +01:00
res Update Russian translation (#588) 2024-03-14 00:37:37 +01:00
srcs Normalization of Korean characters 2024-03-16 23:28:32 +01:00
.gitattributes compose: Add X11 compose sequences 2024-02-17 23:28:31 +01:00
.gitignore Use Gradle (#452) 2023-11-25 20:11:12 +01:00
AndroidManifest.xml Fix various linter warnings 2024-02-10 18:10:49 +01:00
build.gradle Release 1.27.0 (39) 2024-03-03 23:19:02 +01:00
check_layout.output Gujarati phonetic layout (#562) 2024-03-03 23:12:52 +01:00
check_layout.py check_layout: Warn against whitespaces and "loc" 2024-01-22 20:55:36 +01:00
CONTRIBUTING.md Relicense layout definitions under CC0 (#528) 2024-02-18 23:37:26 +01:00
FUNDING.yml Add FUNDING.yml 2024-02-21 19:07:34 +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 Update README.md (#553) 2024-02-11 20:54:35 +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 metadata: Remove metedata without a short_description 2024-03-04 00:57:23 +01: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.

Usage: to apply the symbols located in the corners of each key, slide your finger in the direction of the symbols. For example, the Settings are opened by sliding in the left down corner.

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.