A lightweight virtual keyboard for developers.
Go to file
Zitrone b21bf3fffd
Improve bone layout (#748)
* shell.nix: fix gradle error

error was:
> \> Task :compileDebugJavaWithJavac FAILED
> error: Source option 7 is no longer supported. Use 8 or later.
> error: Target option 7 is no longer supported. Use 8 or later.

fixed by overriding the jdk version for gradle to openjdk17

* layouts/latn_bone: fix layout

- fix alignment with tabs mess
- make like actual bone layout, instead of trying to fit it into a 10 key
  wide keyboard
  - fixes missing üäö
  - fix missing $
  - moves q and ß where they belong
  - remove all of the diacritic keys (they can be added through the
    settings as extra keys)
  - kept the number row extra keys integration into top row
  - kept the idea of compressing , and . into the swipe actions of the
    bottom row
  - kept the number keys as key4 in the layer4 positions (instead of
    moving them to a number row, which i also considered)
2024-09-19 23:57:26 +02:00
.github/workflows CI: Improve layout and store description checks (#565) 2024-02-18 17:55:41 +01:00
assets Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
doc doc: Point to code for built-in bottom row and number row for use as starting points (#756) 2024-09-19 23:48:56 +02:00
fastlane/metadata/android Add Japanese translation and layout (#743) 2024-09-08 15:46:38 +02:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
res Add Serbian to method.xml 2024-09-14 14:28:56 +02:00
srcs Improve bone layout (#748) 2024-09-19 23:57:26 +02: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 Update target SDK version to 35 2024-07-28 23:07:05 +02:00
check_layout.output Improve bone layout (#748) 2024-09-19 23:57:26 +02:00
check_layout.py check_layout.py: Handle compass-point attributes 2024-07-26 00:10:54 +02: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 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 Move fastlane metadata into fastlane/metadata/android 2024-03-16 23:37:38 +01:00
settings.gradle Use Gradle (#452) 2023-11-25 20:11:12 +01:00
shell.nix Improve bone layout (#748) 2024-09-19 23:57:26 +02: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. Works up to Android 13 but maybe unmaintained.

Contributing

For instructions on building the application, see Contributing.