GNOME Bugzilla – Bug 320196
duplicate keybinding for <Shift><Control>t
Last modified: 2008-01-15 13:01:52 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.
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.