-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Allow navigation with up/down arrow keys #270
Comments
There is already a ticket for that: #64. It's not trivial to implement, thus while it's been in the backlog for a little while now, unfortunately. I'll close the other one as duplicate as yours has screenshot and the other ticket talks about the old collectionview which is no longer how it's implemented. |
While implementing this, I first started with a geometrical-based approach: going down means finding the next thumbnail in that direction, potentially skipping multiple rows. For example going from
Then I tested on Windows 10, and they do row-by-row which I think is more suited for what our use-case of switching windows. The same example would do this here:
|
If activated, only use of left/right arrows seems to be possible, but with two or more rows it would be nice to press up/down to quickly access the desired tab.
The text was updated successfully, but these errors were encountered: