Comment 11 for bug 950160

Revision history for this message
Keng-Yu Lin (lexical) wrote : Re: Keyboard function key to switch between monitors no more works

Further investigating this issue could occur in
  gtk+3.0.4.1/gdk/x11/gdkkeys-x11.c : gdk_x11_keymap_map_virtual_modifiers()

       *state |= 1 << i;
        without unsettling the original state value.

The attached patch is confirmed to make the super+P key works.