Hi,

I am running a Qt application on a system using an older version of the XServer. I cannot configure the keyboard layout on X, so I wonder if it is possible to change the keyboard layout internally in the Qt application.

For example, when I press ';' on the keyboard, I want to capture the keyboard event, convert the keypress from ';' to a Turkish character and provide the new keyboard event to the application.

Is it possible to do so or do I have to configure the XServer somehow to change the keyboard layout ?

Sami