A lightweight virtual keyboard for developers.
Go to file
Jules Aguillon 58cb6ca232 Clipboard history pane
Work in progress: It's not yet possible to paste from the pane.

The pane can be switched to and from and displays the strings recently
added to the clipboard.

ClipboardHistoryService listens for change to the system clipboard and
keep the history in memory.
This data is not persisted to the storage.

The maximum size limits the amount of user data stored in memory but
also gives a sense to the user that the history is not persisted and can
be forgotten as soon as the app stops.
2024-06-29 22:53:08 +02: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
doc doc: Where to put <modmap> (#666) 2024-06-22 23:27:29 +02:00
fastlane/metadata/android Release 1.28.0 2024-05-29 14:08:27 +02:00
gradle/wrapper Use Gradle (#452) 2023-11-25 20:11:12 +01:00
res Clipboard history pane 2024-06-29 22:53:08 +02:00
srcs Clipboard history pane 2024-06-29 22:53:08 +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 Release 1.28.0 2024-05-29 14:08:27 +02:00
check_layout.output Automatic placement of f11/f12 placeholders 2024-06-09 13:55:27 +02:00
check_layout.py Clipboard history pane 2024-06-29 22:53:08 +02:00
CONTRIBUTING.md Update NixOS wiki link (#633) 2024-05-12 10:53:04 +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 Increase target SDK to 34 2024-05-29 14:04:14 +02:00
sync_translations.py sync_translations: Fix store descrs not updated 2024-03-24 21:37:41 +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.