files-community / Files

Building the best file manager for Windows
https://files.community
MIT License
33.09k stars 2.11k forks source link

Feature: Right Mouse Click DragDrop ContextMenu for Copy/Move #1396

Open cocoon opened 4 years ago

cocoon commented 4 years ago

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

gave92 commented 3 years ago

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

yaira2 commented 1 year ago

How does the feature work in File Explorer?

Josh65-2201 commented 1 year ago

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

rugamaga commented 1 year ago

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.

SpringsTS commented 1 month ago

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.

0x5bfa commented 1 month ago

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

yaira2 commented 5 days ago

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

if (e.Modifiers == DragDropModifiers.RightButton)