A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon 1783dcdb35 Refactor: Restrict sliders to new 'Slider' key kind
Setting 'slider="true"' on a key is no longer enough to make a slider,
the key must also be of kind 'Slider'.

Only the KeyValue that started sliding is now considered, they can be
generated with negative values. This allows keys that don't have the
complementary cursor movement key on the opposite direction.

This will help implement other kind of sliders as well as up/down
sliders.
2025-01-11 16:18:58 +01:00
.github/workflows CI: Improve layout and store description checks (#565) 2024-02-18 17:55:41 +01:00
assets Add glyphs for zwj and zwnj 2025-01-03 15:50:30 +01:00
doc Add :keyevent key syntax 2024-12-08 11:41:50 +01:00
fastlane/metadata/android Release 1.30.3 (46) 2024-12-29 10:31:02 +01:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
res Add zwj, zwnj, nbsp, nnbsp to extra keys preferences 2025-01-02 11:08:04 +01:00
srcs Refactor: Restrict sliders to new 'Slider' key kind 2025-01-11 16:18:58 +01:00
test/juloo.keyboard2 test: Add ComposeKeyTest 2025-01-03 11:43:38 +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 Proper support for Android 15 edge-to-edge (#848) 2024-12-26 18:29:19 +01:00
build.gradle Release 1.30.3 (46) 2024-12-29 10:31:02 +01:00
check_layout.output Lithuanian QWERTY layout (#824) 2025-01-02 10:43:01 +01:00
check_layout.py layouts format: Add 'c' as a synonym for 'key0' 2024-11-24 10:56:19 +01:00
CONTRIBUTING.md Allow extending the compose key (#713) 2024-07-21 23:37:07 +02:00
FUNDING.yml Add FUNDING.yml 2024-02-21 19:07:34 +01:00
gen_emoji.py Pull the emoji list from unicode.org (#612) 2024-05-08 13:02:19 +02:00
gen_layouts.py Update comment in res/values/layouts.xml 2024-12-04 23:01:39 +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: Update link and status for Calculator++ 2024-10-27 11:12:34 +01:00
settings.gradle Use Gradle (#452) 2023-11-25 20:11:12 +01:00
shell.nix Drop support for Android 3 and 4 2024-12-29 00:27:44 +01:00
sync_translations.py Add Japanese translation and layout (#743) 2024-09-08 15:46:38 +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.

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.

Contributing

For instructions on building the application, see Contributing.