Files icon indicating copy to clipboard operation
Files copied to clipboard

Feature: Right Mouse Click DragDrop ContextMenu for Copy/Move

Open cocoon opened this issue 5 years ago • 8 comments

What feature or improvement do you think would benefit Files?

I am very often using the explore right mouse dragdrop context menu to copy file and folders etc. Would be cool to have this feature and an option to enable/disable it, too.

Requirements

Files Version

2.3.11.0

Windows Version

10.19043.1899

Comments

No response

cocoon avatar Jul 11 '20 18:07 cocoon

Merging here requests for having ctrl and shift keys change the drop action.

  • Ctrl+Drag should copy the file
  • Shift+Drag should move the file (in situations where copy is the default)
  • Alt+Drag should create a shortcut to the file in the new location

gave92 avatar Jan 06 '21 17:01 gave92

How does the feature work in File Explorer?

yaira2 avatar Nov 16 '22 01:11 yaira2

Hold right click and drag when on a File or folder. then it opens a context menu when you let go image

Josh65-2201 avatar Nov 16 '22 05:11 Josh65-2201

Additionally, In right drag context menu, some applications insert these own menus. It is very convenient especially you are using archivers like 7-Zip. e.g.Right Drag an archive file to drop Extraction target directory. or Right Drag some items to some directory that output as archive file.

rugamaga avatar Feb 14 '23 06:02 rugamaga

Suggestion: Add an option to make the completed Status center tasks auto-disappear after a while. When I perform a lot of file manipulations, it costs a lot of clicks to often open the Status center, clear all tasks, close it.

SpringsTS avatar May 17 '24 07:05 SpringsTS

This issue is not for that. We have similar report on that, adding support to have a setting to hide it completely. #15183

0x5bfa avatar May 17 '24 07:05 0x5bfa

For future reference: we can check the modifiers to see if the right button is pressed.

if (e.Modifiers == DragDropModifiers.RightButton)

yaira2 avatar Jul 10 '24 16:07 yaira2