uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Accessibility: No keyboard accelerator shortcuts #419

Open leoluk opened 3 years ago

leoluk commented 3 years ago

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.

uwolfer commented 3 years ago

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".