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

[Listbox] Modifier keys keyboard interactions #9

Open
3 of 6 tasks
Tracked by #1
samaraoliveiram opened this issue Jan 27, 2024 · 0 comments
Open
3 of 6 tasks
Tracked by #1

[Listbox] Modifier keys keyboard interactions #9

samaraoliveiram opened this issue Jan 27, 2024 · 0 comments

Comments

@samaraoliveiram
Copy link
Owner

samaraoliveiram commented Jan 27, 2024

  • Shift + Down Arrow (Optional): Moves focus to and toggles the selected state of the next option.
  • Shift + Up Arrow (Optional): Moves focus to and toggles the selected state of the previous option.
  • Shift + Space (Optional): Selects contiguous items from the most recently selected item to the focused item.
  • Control + Shift + Home (Optional): Selects the focused option and all options up to the first option. Optionally, moves focus to the first option.
  • Control + Shift + End (Optional): Selects the focused option and all options down to the last option. Optionally, moves focus to the last option.
  • Control + A (Optional): Selects all options in the list. Optionally, if all options are selected, it may also unselect all options.
@samaraoliveiram samaraoliveiram mentioned this issue Jan 27, 2024
41 tasks
@samaraoliveiram samaraoliveiram changed the title [Listbox] Composed keyboard interactions [Listbox] Modifier keys keyboard interactions Jan 27, 2024
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