Hi inukshuk, while I ramp up the using the Tropy, I noticed a few navigation-related usability wishes. After browsing through the forum and github issues, found some old feature requests too.
The use cases could be grouped into the followings:
-
Support movement between items / photos when glimpsing through a list of items
This functions have already existed, would need some effort for enhancement.- Shortcut to open item on List view. (Right now
<Enter>
would open rename textbox instead open item view) - In List View with preview open: Keyboard navigation of quick look view #98 and Scroll through-all-items-images-in-a-list
- Preview is not cross-platform, might take time to investigate and implement.
- Shortcut to open item on List view. (Right now
-
Navigation between browsing history
This requires creating a new data to manage history and also UI (Both Visual and Shortcuts) to support. If there is already view history, could be first implement without UI. -
Support favorite or shortcut to jump to certain items.
This also requires a new model to save and store user’s favorite, and UI. The navigation functionality depends on #2.
I am wondering what’s the current status of these navigation-related features?