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

Add keyboard accessibility to Menu #150

Open
ecton opened this issue May 10, 2024 · 0 comments
Open

Add keyboard accessibility to Menu #150

ecton opened this issue May 10, 2024 · 0 comments

Comments

@ecton
Copy link
Member

ecton commented May 10, 2024

We need several types of keyboard accessibility for menus:

  • Typing should jump to the closest match alphabetically. Since arbitrary widgets can be used, we need a reliable way to have a type hint. This isn't meant to be a fuzzy search, just a prefix match.
  • Alt shortcuts should be supported and rendered with an underline. These shortcuts should only be shown if the menu is opened via keyboard navigation or keyboard navigation is used.
  • Arrow keys should be able to navigate menus and submenus.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant