Bug 460700 - Add action to go to previous and next sibling folder
Summary: Add action to go to previous and next sibling folder
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: URL navigator (other bugs)
Version First Reported In: 5.99.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-19 09:43 UTC by Frank Steinmetzger
Modified: 2022-10-19 09:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Steinmetzger 2022-10-19 09:43:38 UTC
SUMMARY
Time and again I browse through a hierarchy of folders, most often to view photo albums. That means I either have to click through a tree view in a sidebar with the mouse, or when I only use the keyboard, go one folder level up, select the next one and press enter (in Gwenview) or – in Dolphin’s detailed view – press left to select the folder, left again to close it, go down to the next folder and right to open it. Due to https://bugs.kde.org/show_bug.cgi?id=426716, being on a Touchpad is not very practical and on a touch screen the user cannot scroll on a breadcrumb item at all.

We already have a “Go up” action. So I propose two new related actions: go to previous sibling folder and go to next sibling folder. The Icon could be double-arrow left/right (i.e. the skip symbols from a media player), and the default keyboard shortcut something like Ctrl+Alt+Left/Right (unfortunately, Alt+Left/Right, which would better fit together with Alt+Up for “Go to parent”, is already taken). I got this idea yesterday when I was using Ranger, the vim-like terminal file manager, which provides [ and ] to do what I just described.