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 320196 - duplicate keybinding for <Shift><Control>t
duplicate keybinding for <Shift><Control>t
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: General
2.2.x
Other All
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-29 20:23 UTC by Michael Hoelzen
Modified: 2008-01-15 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Hoelzen 2005-10-29 20:23:28 UTC
depending on the context the key combination <Shift><Control>t has two meanings.
First meaning is view-show-guides, second meaning is dialogs-tool-options.
Comment 1 Michael Natterer 2005-10-30 14:11:30 UTC
Indeed. That's an artefact from the time when the toolbox had separate
accelerators. Fixed in CVS:

2005-10-30  Michael Natterer  <mitch@gimp.org>

	* app/actions/dialogs-actions.c (dialogs_dockable_actions): removed
	shift+ctrl+t accelerator from dialogs-tool-options because it's
	already taken by view-show-guides. Fixes bug #320196.