forked from extern/Unexpected-Keyboard
A lightweight virtual keyboard for developers.
`KeyboardData.getKeys()` now returns a map of the keys present on the layout to their position. Positions are the row, column and swipe direction. The computed map is cached in the KeyboardData object as it might be accessed later by `findKeyWithValue`, which now do less work. |
||
---|---|---|
.github/workflows | ||
metadata/android | ||
res | ||
srcs | ||
.gitignore | ||
AndroidManifest.xml | ||
check_layout.output | ||
check_layout.py | ||
CONTRIBUTING.md | ||
gen_layouts.py | ||
LICENSE | ||
Makefile | ||
README.md | ||
shell.nix | ||
sync_translations.py |
Unexpected Keyboard
Lightweight and privacy-conscious virtual keyboard for Android.
![]() |
![]() |
![]() |
---|---|---|
![]() |
![]() |
![]() |
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.
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.