After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 73424 - Should gdkevents-x11.c use gdk_keymap_translate_keyboard_state ()
Should gdkevents-x11.c use gdk_keymap_translate_keyboard_state ()
Status: RESOLVED DUPLICATE of bug 93575
Product: gtk+
Classification: Platform
Component: Backend: X11
1.3.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-03-04 20:11 UTC by Owen Taylor
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2002-03-04 20:11:30 UTC
Right now, we use XLookupString () instead; this is sort
of useful because it gives us the string that we have in
the GdkEvent (but we don't use that string anywhere, and
shouldn't -- string translations come from the input method).

However, we are basically just hoping that XLookupString()
is consistent with what we do in gdk_keymap_translate_keyboard_state -
that better be true in broad outline anyways so that GDK apps
work like other apps, but in some parts ... e.g., the fudging
of GDK_Tab / GDK_ISO_Left_Tab, we are already deviating
a bit.
Comment 1 Noah Levitt 2003-12-08 20:02:51 UTC

*** This bug has been marked as a duplicate of 93575 ***