[Bug 129918] Changed - Doesn't obey remapped keyboard from GNOME

bugzilla-daemon@widget.gnome.org bugzilla-daemon@widget.gnome.org
Sat, 3 Jan 2004 23:00:45 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=129918

Changed by readams@hmc.edu.

--- shadow/129918	Sat Jan  3 22:32:16 2004
+++ shadow/129918.tmp.18040	Sat Jan  3 23:00:45 2004
@@ -32,6 +32,12 @@
 Metacity relies on the keysym <-> keycode map though, in order to call
 XGrabKey(). There's another open bug already I think that it doesn't
 properly react to keyboard mapping change events (MappingNotify IIRC).
 There's code that's supposed to react to these events, but it must not
 work.
 
+
+------- Additional Comments From readams@hmc.edu  2004-01-03 23:00 -------
+probably not the problem but in keybindings.c (reload_keymap)
+(display->max_keycode - display->min_keycode) in the call to
+XGetKeyboardMapping should be (display->max_keycode -
+display->min_keycode + 1)