In the rightclick menu on a folder or file I would be convenient to have an option to copy or move the folder/file to the other split view tab. Other file managers have this option and I would like to see it on dolphin as well. Reproducible: Always
Depends on Bug 276167.
I would also like to see a "Copy to other pane" or "Move to other pane" in the "Copy To" and "Move To" menus. This is something I enjoyed when using a different desktop and file manager and I think it would make a very nice enhancement for Dolphin.
In fact we already have this, with the shortcuts MAJ+F5 (copy) Maj+F6 (copy).
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/523
Git commit 9061b22a0d0bc6bd7b9a1c31a5296bd00af60d0b by Méven Car. Committed on 02/04/2023 at 07:22. Pushed by meven into branch 'master'. Context menu: allow to show copy to/move to inactive split view Prevent copying/moving to same folder as origin when copying/moving to inactive split view M +10 -0 src/dolphincontextmenu.cpp M +20 -7 src/dolphinmainwindow.cpp M +1 -0 src/dolphinmainwindow.h M +8 -0 src/settings/contextmenu/contextmenusettingspage.cpp M +8 -0 src/settings/dolphin_contextmenusettings.kcfg M +3 -1 src/settings/dolphinsettingsdialog.cpp https://invent.kde.org/system/dolphin/commit/9061b22a0d0bc6bd7b9a1c31a5296bd00af60d0b
Thank you very much for doing that.