This is a simple proof-of-concept which shows how to implement a custom minimalistic Keyboard and the according algorithms for selecting the right words.
This Project was inspired by the "minuum" project, which was not available at the time of writing this, so i implemented my own version.
A dirty implementation can be seen here:
http://tyrael.homeip.net/minimum_keyboard/
I you think, there are Features misssing, just implement them yourself. It is easy. This Project is also an educational one.
For example: sloppy typing.
Just think what this means: the user presses a Little bit to the left or right, which means: the Position and value pairs of "en_hashes" must be adjusted +- 1. ...