Hi all,

I have a custom keypad and I am mapping all the keys
in my custom keypad driver made and it works fine.
The changes are done in the QWSServer keypad driver.
I have number keys in my kepad. If i press 1 for sometime
it should change to a and then to b etc., Do I have to
implement it using timers or Is there any other simple
Qt way?

I know about autorepeat() but i dont know how to use
it to make my keypad work for multiple keys

Thank you,
Ram.