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 424465 - Accerciser lots of accelerator overlaps
Accerciser lots of accelerator overlaps
Status: RESOLVED FIXED
Product: accerciser
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 0.1.1
Assigned To: Eitan Isaacson
LSR maintainers
Depends on:
Blocks: 422164
 
 
Reported: 2007-03-30 13:22 UTC by Peter Parente
Modified: 2007-04-12 22:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Tool to extract mnemonics (725 bytes, text/x-python)
2007-04-12 22:17 UTC, Eitan Isaacson
Details

Description Peter Parente 2007-03-30 13:22:16 UTC
Only one object should have a given accelerator in all visible panels in a window. Duplicate accelerators cause indeterminate behavior. For instance, the Show buttons in the Accessible and Hypertext panels both use "S" as the accelerator. In the script recorder, Save and Stop both use "S".
Comment 1 Eitan Isaacson 2007-04-02 14:44:23 UTC
This could be a tough one.
Is there an easy way of discovering double defined mnemonics?
Comment 2 Peter Parente 2007-04-07 18:14:19 UTC
Nope. But this is where an Accerciser accessibility validator plug-in would be mighty mighty handy. :)
Comment 3 Eitan Isaacson 2007-04-12 22:17:05 UTC
Created attachment 86270 [details]
Tool to extract mnemonics

This creates and goes through a POT file and searches for mnemonics, it warns about duplicates, and gives a summary at the end.
Comment 4 Eitan Isaacson 2007-04-12 22:24:18 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.