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 322190 - duplicate assignment of keyboard shortcut <Alt+T>
duplicate assignment of keyboard shortcut <Alt+T>
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.96
Other All
: Normal trivial
: 0.97
Assigned To: Steffen Macke
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-23 00:40 UTC by Mischa Oliver Altmann
Modified: 2009-01-31 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mischa Oliver Altmann 2005-11-23 00:40:20 UTC
Problem:
<Alt+T> opens Tools menu and is also assigned to the text tool. Currently the 
Tools menu has "wins".

Further Info:
All menus are accessed via their first letter. All elementry drawing components 
(line, box, text,...) are accessed equally by their first letter. 

Solution:
I don't know what a sensible alternative keyboard shortcut assignment would be. 
I would give the text tool preference though. Alternatively, within the Tool 
menu one could select the text tool via another "t" key stroke.
Any Ideas?

Other information:
Comment 1 Alan Horkan 2005-11-23 01:57:16 UTC
The real problem is the text infrastructure needs an overhaul so we can go back
to using single letter keybindings for the Tools.  Harder problem to fix though.  
Comment 2 Lars Clausen 2005-11-23 20:35:58 UTC
Agreed, Alan.  Setting component correctly.  Notice that also other menu
shortcuts are used by the tools menu.
Comment 3 Hans Breuer 2005-12-27 17:35:16 UTC
In fact it depends on the menubar visibility which shortcut wins.
For me - avoiding the toolbar as much as possible - alt-T still
selects the text tool. Though I never noticed before ...
Comment 4 Hans Breuer 2009-01-31 14:47:39 UTC
2009-01-31  Hans Breuer  <hans@breuer.org>

	* app/display.[ch] app/diagram.[ch] app/menus.[ch] : get rid of nearly
	unmaintainable UpdatableMenuItems and a lot of ui-variant-specific code
	by dynamic action lookup when updating sensitivity. This not only fixes
	bug #527565 but also bug #322190 and allows ...
	* app/interface.c : make Tool accelerator single key strokes - e.g. no
	more <alt><shift>L to draw a line but just "L" - another benefit of the
	dedicated test edit mode ;) - bug #439854.