Skip to content

Reorder the right-click context menu to display cut, copy, duplicate #7

@ghost

Description

I have this keybinding to duplicate a file or folder in the File Explorer.

    {
        "key": "ctrl+d",
        "command": "duplicate.execute",
        "when": "explorerViewletVisible && filesExplorerFocus && !explorerResourceIsRoot && !inputFocus"
    },

My preferred sequence

I want to reorder the right-click context menu to display cut, copy, duplicate instead of the default duplicate, rename, delete.

Capture

Solution

A setting to reorder the right-click context menu.

With a setting to turn off Move to.. and Copy to... features, I think this sequence will do just fine.

I know I'm asking a lot. But could you make my dream come true?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions