[Bug 129918] Changed - Doesn't obey remapped keyboard from GNOME
bugzilla-daemon@widget.gnome.org
bugzilla-daemon@widget.gnome.org
Tue, 23 Dec 2003 23:34:02 -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 hp@redhat.com.
--- shadow/129918 Tue Dec 23 16:40:18 2003
+++ shadow/129918.tmp.19456 Tue Dec 23 23:34:02 2003
@@ -24,6 +24,14 @@
------- Additional Comments From readams@hmc.edu 2003-12-23 16:40 -------
funky. Metacity stores integer keysyms internally to maintain its
keyboard shortcut map. I was under the impression that, for example,
a "a" was always the same keysym no matter what the keyboard layout
was. Is this not the case?
+
+------- Additional Comments From hp@redhat.com 2003-12-23 23:34 -------
+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.
+