Bug 430729

Summary: Add shortcut to open all subdirectory recursively
Product: [Applications] dolphin Reporter: Bill Werrel <werrel3>
Component: view-engine: details modeAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: kfm-devel, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Bill Werrel 2020-12-23 07:15:18 UTC
In the Details view mode I know that when a folder is selected, I can use the left/right arrows to open or close the folder contents in the view. What I would like is to be able to to recursively open all folders under the selected folder with a single key press.

It would also be useful to be able to collapse the subtree back to a single level with a keypress or alternatively close the folder and open again to a single level. Currently closing a subtree then opening restores the previous subtree.

The MS-DOS XTree filemanager used the shortcuts:
'+' open single level
'*' recursively open all subdirs under current dir
'-' close the subdirectory contents

So that is one possible set of short cut keys to use. It has the advantage that all three are easily accessible on the numeric keypad.

It would also be useful to be able to navigate to the next or previous directory when a subtree is open.

eg

  A    (A currently selected)
  | a1
  |  | aa1
  | a2
  | a3
  B

be able to press a key to go from A to B in one step without having to step over a1, aa1, a2, a3 or having to close the A subtree first.

Also, as far as I can see, the current navigation shortcuts (arrow keys) are  not documented in the Dolphin Handbook.
Comment 1 Nate Graham 2020-12-23 15:24:03 UTC

*** This bug has been marked as a duplicate of bug 196772 ***