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 682520 - Ctrl-Shift composite key not work
Ctrl-Shift composite key not work
Status: RESOLVED DUPLICATE of bug 661973
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-08-23 08:25 UTC by shendl
Modified: 2012-09-04 20:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description shendl 2012-08-23 08:25:57 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.
Comment 1 Cosimo Cecchi 2012-09-04 20:45:50 UTC
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 ***