I'm working on a virtual keyboard for disabled people and I have some problems with button press emulation.
I use XTestFakeButtonEvent to simulate button press events.
Every virtual key has a keysym and using XKeysymToKeycode I translate virtual key Keysyms into keycodes.
I have some problems with key modifiers.
I'm using and italian keyboard and some keys use the AltGR modifier that is mapped as Mod5.
XGetKeyboardMapping function returns 4 keysyms per keydef corresponding to Shift, Lock, Control and Mod1 modifiers.
I have no information about the Mod5 state and I don't know were find it.
Thank you Simone Mangano
_______________________________________________ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel
