┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinui.rc
diff options
context:
space:
mode:
authorYann Holme-Nielsen <[email protected]>2020-06-29 22:27:33 +0000
committerElvis Angelaccio <[email protected]>2020-06-29 22:27:33 +0000
commit86e3b82efbbcdb287773cdaf6a5f4c1c22bb9fc6 (patch)
tree7ce105d0ca28e4de8e019bc3dd36a050a5c05013 /src/dolphinui.rc
parentd1baf3398e53931735b724672d5ae48649b44a18 (diff)
## Summary
* Adds a "Copy location" item, after the "Copy" Context item and Edit Menu, which will attempt to copy the path of the fist item into clipboard. ## Reasoning Most File Managers have this option through one or another way. Also using the default Copy option often results in different behaviour depending on the target software, Konsole will take the path. Other Programs will use the URI. Which ultimately could lead to non optimal User Experience. ## Notes * Should the target file **not** be on a local hard drive, this fallback to using the remote URL, feedback is wanted on that matter. FEATURE: 407004
Diffstat (limited to 'src/dolphinui.rc')
-rw-r--r--src/dolphinui.rc11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc
index acb2f1dcd..46a4bac51 100644
--- a/src/dolphinui.rc
+++ b/src/dolphinui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui name="dolphin" version="31">
+<kpartgui name="dolphin" version="32">
<MenuBar>
<Menu name="file">
<Action name="new_menu" />
@@ -20,6 +20,15 @@
<Action name="properties" />
</Menu>
<Menu name="edit">
+ <Action name="edit_undo" />
+ <Separator />
+ <Action name="edit_cut" />
+ <Action name="edit_copy" />
+ <Action name="copy_location" />
+ <Action name="edit_paste" />
+ <Separator />
+ <Action name="edit_find" />
+ <Separator />
<Action name="copy_to_inactive_split_view" />
<Action name="move_to_inactive_split_view" />
<Action name="edit_select_all" />