prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

MenuItem mnemonics key binding conflict #540

Closed jkcoding7 closed 3 months ago

jkcoding7 commented 4 months ago

It is not possible to select "Export Image" using mnemonics to navigate the menu items. It has the same key binding, "E,' as the top level key binding for "Edit". If a user attempts to press "E" in the window below, the focus will shift to the "Edit" sub-level menu items instead of executing "Export Image."

image

jkcoding7 commented 4 months ago

Additionally, "Exit," does not have a mnemonic key binding because mnemonics are case sensitive and it should be set to the lowercase "x"