From 86e3b82efbbcdb287773cdaf6a5f4c1c22bb9fc6 Mon Sep 17 00:00:00 2001 From: Yann Holme-Nielsen Date: Mon, 29 Jun 2020 22:27:33 +0000 Subject: ## 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 --- src/dolphinui.rc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/dolphinui.rc') 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 @@ - + @@ -20,6 +20,15 @@ + + + + + + + + + -- cgit v1.3