"Duncan Rubinger" duncan@semanticedge.de wrote:
I have a german keyboard layout and I'm using RH9 and KDE 3.1
After trying out some Keyboard layout settings I got the idea to change one entry:
From: /*AltGrMask = event->state & 0x6000;*/
To: AltGrMask = event->state;
Now it works.
Looks reasonable to me. Probably we have to be a bit picky what flags we want to save/restore. Does the attached patch work for you?