gerrit-intellij-plugin icon indicating copy to clipboard operation
gerrit-intellij-plugin copied to clipboard

Accessibility: No keyboard accelerator shortcuts

Open leoluk opened this issue 2 years ago • 1 comments

Forms like the push dialog and the comment entry form do not have Alt accelerator shortcuts like other forms in IntelliJ do.

For example, in the commit dialog, pressing Alt-M causes the "Amend" checkbox to be checked, and it would be useful - especially for screen readers and similar - if this worked for Gerrit forms too.

leoluk avatar Jul 13 '21 10:07 leoluk

The push dialog is mostly based on IntelliJ' own implementation. The plugin only injects the "Push to Gerrit" section.

If I understand correctly, you would like to get keyboard accelerator shortcuts for example for the "Push" button. If this is correct, please open a feature request in IntelliJ issue tracker.

Of course, we also could add such shortcuts to the section "Push to Gerrit".

uwolfer avatar Jul 15 '21 12:07 uwolfer