GNOME Bugzilla – Bug 682520
Ctrl-Shift composite key not work
Last modified: 2012-09-04 20:45:50 UTC
Use gtk_accel_group_connect or other method to set ctrl and shift composite key, example: gtk_accel_group_connect(gtkAccelGroup, GDK_KEY_F2,GDK_SHIFT_MASK| GDK_CONTROL_MASK , GTK_ACCEL_VISIBLE | GTK_ACCEL_LOCKED, closure); I can use ctrl-shift-f2 to activate this accelerators. And if I press ctrl-f2 also can activate this accelerators! Other composite key is normal. I use ubuntu12.04.
I believe this is a duplicate of bug 661973, which is fixed in GTK 3.5.14. Please reopen if that doesn't fix the bug for you. *** This bug has been marked as a duplicate of bug 661973 ***