Touch keyboard working
This makes the keyboard actually function, the coordinates on the keyboard get converted to the correct chars.
This makes it usable on phones without hardware keyboard if your password validates on this regex: [0-9a-z ]+
, this is because caps and special chars arent implemented yet.
This depends on PR #9, implements issue #6 (closed)