Hi there,

I wan't to capture key presses, including dead keys. So for instance, if you press ~ and afterwards n, you get ñ (at least on a spanish keyboard layout).

When I reimplement keyPressEvent() in my widget, I get however always the ~ and n separately. I would rather get only one keyPressEvent() with the complete character.

How would I best do this?
Bye,
Andreas