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 support for Home and End keys #31

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 25, 2023

  1. Add support for Home and End keys

    The [WAI ARIA Practices 1.1][listbox-keyboard] outlines optional support
    for [`Home` and `End` keys][keys] to jump to the top and bottom of the
    listbox, respectively.
    
    [listbox-keyboard]: https://www.w3.org/WAI/ARIA/apg/patterns/combobox/#listbox-popup-keyboard-interaction
    [keys]: https://www.w3.org/TR/uievents-key/#keys-navigation
    
    Configure: Home and End navigation
    ---
    
    By default, continue to ignore `Home` and `End` navigation keys.
    
    When `optionalNavigationKeys: ["Home", "End"]` is passed as a
    configuration object, treat them as valid navigation keys.
    seanpdoyle committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    19e522f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    454ba19 View commit details
    Browse the repository at this point in the history