JetUML icon indicating copy to clipboard operation
JetUML copied to clipboard

MenuItem mnemonics key binding conflict

Open jkcoding7 opened this issue 1 year ago • 1 comments

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 avatar Apr 17 '24 18:04 jkcoding7

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

jkcoding7 avatar Apr 17 '24 19:04 jkcoding7