Change Submenu and all contents from Move to Copy with button held down?

This is my right click menu when I click on any file. The menu I have activated is the menu I use to send to various folders around my various drives. IS there a way I can make this submenu change the "Move to" title of this submenu to "Copy To" if I hold down control or some other key? This would change all the included items to Copy instead of the Move as it is configured now.

1 Like

Yes, with @label.

No, that's a different modification.

How is the menu built currently? Are there individual buttons for each folder or is it using Go FOLDERCONTENT or similar?

@leo so currently the submenu itself is just the submenu, but all of the individual buttons are of the Move To variety. Do I need to individually go through each button and add the variable to it to add that capability? I was hoping there was a way I could just make the entire menu's contents through a single addition somewhere?

If each button is separate then you'd need to edit each button individually.

The config files are XML, so you can edit several at once by editing the file directly, if needed, as long a you're careful. /dopusdata/FileTypes/AllFilesystemObjects.oxr is the file in this case, I think.

Thank you Leo. That is precisely what I was hoping to get my hands on to make this process a little bit easier. :blush::blush::blush: