User a200fcbc5e
30-03-2012 09:52:09
Hi,
With the MarvinSketch GUI (Marvin version 5.9 and JChem 5.9) , I've come across a couple of small issues with the Menu mnemonics (i.e the underscored letter for key shortcuts / accessibility)
Neither of these are critical issues for us, so am just reporting FYI.
Issues are
* Duplicate mnemonic
* Missing mnemonics for many of the menu options
Duplicate mnemonic
-----------------------------
In the ISIS view (via View -> COnfigurations -> ISIS), the menu bar options 'Templates' and 'Tools' both have the same mnemonic 'T'
I noticed this because it threw an assertion error in our client code, which checks for duplicate mnemonics.
The other side effect is that the key shortcut <Alt> + T can only ever access one of these two menubar options. In my case, the 'Tools' option.
Missing mnemonics
----------------------------
Initially, I was going to enumerate them but it would take too long and not as accurate as doing it programmatically
So I'll just give some examples to illustrate the problem:
Default View
==========
Edit -> Transformation -> Flip -> Rotate 180 in Canvas
View -> Zoom -> {all options}
View -> Toolbars -> {all options}
View -> Configurations -> {all 5 radio buttons}
Atom -> Stereo -> Enhanced -> {all options}
etc...
ISIS View
=========
Options -> {many missing}
Regards,
Barry