eclipse-efx / efxclipse-rt

Eclipse Public License 1.0
28 stars 29 forks source link

DefMenuItemRenderer should use ModifierValue.DOWN or ModifierValue.UP to build accelerators #437

Closed martinbluehweis closed 2 years ago

martinbluehweis commented 2 years ago

1) if I set e.g. "Ctrl+F" then I don't want it to work for "Alt-Ctrl+F"

2) ModifierValue.ANY has unwanted effects to screen readers: they say e.g. "Ignore Alt" if Alt is set to ANY (for reading MenuItems)