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.

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?