I want to write a piece of software that could convert a touchpad into a writepad. For example, if you write 'A','B' or 'C' on the touchpad with your finger, the software should enter that character to stdin.
I don't know how to get started with this project. What would you suggest?