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

[Tiles view] keyboard interaction #8429

Closed
kulmann opened this issue Feb 14, 2023 · 0 comments · Fixed by #9542
Closed

[Tiles view] keyboard interaction #8429

kulmann opened this issue Feb 14, 2023 · 0 comments · Fixed by #9542
Labels
Category:Enhancement Add new functionality Priority:p4-low Low priority

Comments

@kulmann
Copy link
Member

kulmann commented Feb 14, 2023

The keyboard interaction possibilities that we provide for the list view don't work in the tiles view. The current implementation should be adapted so that it can be used in a generic, parameterized way as follows.

  • navigating through the list:
    • list view: arrow keys up/down
    • tiles view: arrow keys in all four directions
  • toggle selection: space bar (for all view types)
  • extend selection (having one or more items already selected and adding more via keyboard or keyboard+mouse):
    • list view: shift + click extends the selected rows up/down to the clicked one
    • tiles view: shift + click extends the selected tile up/down to the clicked one in a rectangle 😄 🤓
    • for both list & tiles view: ctrl + click adds the clicked row/tile to the selection
  • clear selection: ESC (for all view types)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category:Enhancement Add new functionality Priority:p4-low Low priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant