Skip to content

Feature: Support right click context menu when dragging files/folders #1396

@cocoon

Description

@cocoon

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

Activity

gave92

gave92 commented on Jan 6, 2021

@gave92
Member

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

32 remaining items

yaira2

yaira2 commented on Jul 10, 2024

@yaira2
Member

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

if (e.Modifiers == DragDropModifiers.RightButton)
ZenRevision

ZenRevision commented on Sep 26, 2024

@ZenRevision

Right click drag to context menu on release is critical

This is a can't-live-without feature for many.

While it is true that many are unaware of this function in explorer, most people find it quite useful once shown.

Right click drag to context allows moving/copying/duplicating/extracting/creating shortcuts and more (because other apps can add entries to the context menu), all purely with mouse, with a single hand. It is also generally much quicker than clicking on toolbar buttons (which generally won't exist for the full range of possible context menu functions).

Most of these operations can be done with key commands, purely on the keyboard, with a single hand. However it is still very good to have the pure mouse option as well. This is an important accessibility feature.

Personally, I've been right click drag context menu-ing to extract archives to auto-created auto-named directories via 7zip/WinRAR context menu entries for about 30 years now... so that's really not easy to let go of.

I know many people like Ctrl/Shift/Alt drag for copying/moving/creating shortcuts -- however it is worth recognizing that that requires two hands with two devices, which makes it less than ideal for many people and in many situations. That also does not account for the full range of operations that right click drag to context provides.

Of course copy/paste/duplicate can also be handled just through the context menu, without the dragging, using only mouse. That does not account for the full range of operations that right click drag to context provides either (without additional interactions -- like creating a shortcut, then cutting, then pasting).

moved this from 🔖 Ready to build to 🏗 In progress in Files task boardon Jan 6, 2025
added this to the Files v4 milestone on Jan 7, 2025
changed the title [-]Feature: Right Mouse Click DragDrop ContextMenu for Copy/Move[/-] [+]Feature: Support right click context menu when dragging files/folders[/+] on Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area - context menuFeatures or bug reports relating to the context menuarea - file operationsFeatures or bug reports for file operations

Projects

Status

🏗 In progress

Participants

@cocoon@gave92@Josh65-2201@SpringsTS@yaira2

Issue actions

    Feature: Support right click context menu when dragging files/folders · Issue #1396 · files-community/Files