ai / keyux

JS library to improve keyboard UI of web apps
https://ai.github.io/keyux/
MIT License
391 stars 18 forks source link

Add search to `menuKeyUX` #1

Closed ai closed 6 months ago

ai commented 6 months ago

Right now we are missing one very useful feature from role=menu keyboard UI—moving focus by typing first letters of the item

Any character key Moves focus to the next item in the menubar having a name that starts with the typed character. If none of the items have a name starting with the typed character, focus does not move.