Bug 451558 - [request] Add two shortcuts: open directory stored in clipboard, and copy the current directory + close the tab
Summary: [request] Add two shortcuts: open directory stored in clipboard, and copy the...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-16 06:38 UTC by Jonathan Davey
Modified: 2022-03-16 06:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Davey 2022-03-16 06:38:21 UTC
One thing that I found disrupts my workflow is when I have two tabs open and I want to combine them into a split view. The best method as far as I can tell is quite cumbersome: ctrl+shift+C to copy the path from one tab, close the tab, press f3 to open split view, select the path, ctrl+a -> ctrl+v -> enter.

The logistics of combining tabs sounds a bit complicated (which I assume is why this isn't implemented), like if either tab is already in split view what is the expected behavior?
My proposal is extending the already existing shortcut ctrl+shift+C, which copies the working directory to the clipboard. ctrl+shift+X should copy the path and close the tab/split view column. ctrl+shift+V should switch the tab/column to whatever path is in the clipboard, as if you pasted the path and then went to it.

The new proposed workflow is as follows: ctrl+shift+X -> f3 -> ctrl+shift+V.
And of course these shortcuts would have uses other than combining tabs.