forked from extern/Unexpected-Keyboard
A lightweight virtual keyboard for developers.
8021a626c5
This implements clockwise/anticlockwise circle and round trip gestures inspired by Messagease. The circle gestures start after a small threshold to avoid making the regular swipe too hard to aim. The gestures do: - clockwise circle: Shift variant of the center symbol - anticlockwise circle: Fn variant of the center symbol - round trip: Fn variant of the targetted side symbol The Gesture class now keep track of what the pointer is doing while it moves on a key. It replaces the 'selected_direction' integer. |
||
---|---|---|
.github/workflows | ||
assets | ||
fastlane/metadata/android | ||
gradle/wrapper | ||
res | ||
srcs | ||
.gitattributes | ||
.gitignore | ||
AndroidManifest.xml | ||
build.gradle | ||
check_layout.output | ||
check_layout.py | ||
CONTRIBUTING.md | ||
FUNDING.yml | ||
gen_emoji.py | ||
gen_layouts.py | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle | ||
shell.nix | ||
sync_translations.py |
Unexpected Keyboard
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.
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.