On Mon, Jul 12, 2004 at 12:37:55AM +1000, Nicholas FitzRoy-Dale wrote: > My solution to this was to change the event handler to do an > XKeycodeToKeysym call during the event handler. I then changed the > relevant keyboard binding lookup to compare keysyms rather than keycodes. > > Any opinions on this solution? The obvious downside is the extra X11 > call on XEvents, but I'm not sure of the impact of that.
The real problem is grabbing keys, as that has to be done on keycode basis. -- Tuomo
