Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COntext Menu SHould be Triggerable from the Keyboard #1195

Open
BlindGuyNW opened this issue May 3, 2019 · 1 comment
Open

COntext Menu SHould be Triggerable from the Keyboard #1195

BlindGuyNW opened this issue May 3, 2019 · 1 comment
Labels
Accessibility Work dealing with improving the accessibility of the application (RFE) Enhancement Requests for Enhancement, new features or implementations

Comments

@BlindGuyNW
Copy link
Contributor

A common pattern in MekHQ is the selection of an item from a table, and then right-clicking that item to produce a context menu. This should also be made accessible from the keyboard—the usual Windows shortcut is shift+F10, as current screen readers make clicking on items with the mouse in Java apps unreliable.

@sixlettervariables
Copy link
Contributor

Looking into this, you apparently cannot create a custom popup menu via key bindings. You have to use componentPopupMenu. I'm going to see how that would be possible given our dynamic creation of popup menus.

@sixlettervariables sixlettervariables added the Accessibility Work dealing with improving the accessibility of the application label Jun 25, 2019
@Windchild292 Windchild292 added the (RFE) Enhancement Requests for Enhancement, new features or implementations label Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility Work dealing with improving the accessibility of the application (RFE) Enhancement Requests for Enhancement, new features or implementations
Projects
None yet
Development

No branches or pull requests

3 participants