
2 Jan
2009
2 Jan
'09
9:33 a.m.
On Mon, Dec 15, 2008 at 07:57:11PM +0100, svein.ove@aas.no wrote:
Sat Dec 13 22:06:02 CET 2008 svein.ove@aas.no * Grab all keycodes linked to each keysym, not just one XKeysymToKeycode only gives the first code bound to a given symbol. To handle the case where multiple keys are bound to the same symbol, XKeycodeToKeysym is used instead, searching through all possible (247) keycodes for each sym.
I don't understand the significance of this patch. Could you explain a bit more? What incorrect behavior does it fix? Could it be related to Issue #102? http://code.google.com/p/xmonad/issues/detail?id=102 Is it related to any other issues in the bug tracker? thanks, -Brent