11-23-2020, 10:20 AM
I was looking into doing something similar myself, nice work. I'm personally looking to just use X11 and not rely on gtk (it'll look less clean, but should be more performant).
For an advanced feature, the other thing you may want to consider is a "typing" mode that offers spelling corrections. Also would be great if you could load a character profile for different languages.
One note about the code, is your space bar and tab key broken?
The indentation is awful! Haha https://github.com/jackghg/OnKey/blob/main/onkey.c
Btw, isn't an additional limitation that it's designed for single display use?
For an advanced feature, the other thing you may want to consider is a "typing" mode that offers spelling corrections. Also would be great if you could load a character profile for different languages.
One note about the code, is your space bar and tab key broken?

Btw, isn't an additional limitation that it's designed for single display use?