]> Pileus Git - ~andy/gtk/commit
Try harder to discriminate Shift-F10 and F10
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Sep 2012 02:51:18 +0000 (22:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Sep 2012 03:25:18 +0000 (23:25 -0400)
commit314b6abbe8d8daae1e2de50b15cc9b6553af1f3d
treed3fd7d1d9e09e5982271acfef4522f50b30ab782
parent0388c05b2f4acc13a94d88285830792678d2666f
Try harder to discriminate Shift-F10 and F10

A change in xkeyboard-config 2.4.1 made it so that function keys
now have a shift level which has the same symbol, but 'eats' the
shift modifier. This would ordinarily make it impossible for us
to discriminate between these key combinations.

This commit tries harder to discriminate in 2 ways:
- XKB has a mechanism to tell us when a modifier should not be
  consumed even though it was used in determining the level.
  We now respect such 'preserved' modifiers. This does not fix
  the Shift-F10 vs F10 problem yet, since xkeyboard-config does
  not currently mark Shift as preserved for function keys.
- Don't consume modifiers that do not change the symbol. For
  the function keys, the symbol on the shift level is the same
  as the base level, so we don't consider Shift consumed.

For more background on the xkeyboard-config change, see
https://bugs.freedesktop.org/show_bug.cgi?id=45008

https://bugzilla.gnome.org/show_bug.cgi?id=661973
gdk/x11/gdkkeys-x11.c