Hi,

I have a target device which gives numeric (key_0, Key_1, etc.) key events to the Linux kernel. Now I want to enable texting on my Qt Gui for the device. This means I want to be able to type text in my line edits, text edits, etc.. Is there present any generic keymapping function where I can start from?

The function should be such which maps the numeric events to the alphabets and also detects successive key presses for multiple alphabets on same events (like Key_1 -> a, b, c).

Please guide how to start.

Thanks in advance.
Charvi.