context menu extras

Continuing the discussion from Tip: Organise and Speed-Up Context Menus:

this is fun!! is there a way to have this sub menu show the shift + right-click menu??

i tried moving a couple of these modifiers, @keydown:shift and @sendkey:shift, around the command thou they just end up breaking it.

Not via the FileType command.

The ContextMenu command has an EXTENDEDVERBS argument that lists things as if Shift was down:

You probably don't want that as your normal menu, though. It not only adds items, it can also remove or modify items you would get when Shift isn't held down. (It's up to the 3rd party handlers how they react to the flag/key, and some may literally check if the Shift key is down as well, although they shouldn't do that.)