GNOME Bugzilla – Bug 671562
keyhash issue with shift
Last modified: 2012-10-09 03:45:14 UTC
It seems that _gtk_key_hash_lookup is a bit conflicted about shift... What I am seeing is that the binding for Shift-F10 -> popup-menu that we create in gtkwidget.c is considered an exact match for a F10 press without any modifiers. Not sure if that is intentional or if it was introduced with the last round of os x tweaks.
gtkkeyhash seems like something that is very much testable - we should really set up tests for this.
*** Bug 671260 has been marked as a duplicate of this bug. ***
gdk_keymap_translate_keyboard_state() in gtk-2.24 reports Shift as consumed for Shift-Fn combos. F3: event->keyval: 65472 event->state: 0x0 keyval: 65472 consumed: 0x6083 Shift-F3: event->keyval: 65472 event->state: 0x1 keyval: 65472 consumed: 0x6083
Evil, will try to have a look next week.
This seems to be duplicate of bug 661973
Matthias, didn't you fix that?
yes, I thought I did. *** This bug has been marked as a duplicate of bug 661973 ***