ContextMenu SHOWCMDS : Send to txt

Hello :slight_smile:

I want to use some commands from my contextual menu to make a new button.
I've found this command to display a dialog box with all menu items with the id :

ContextMenu SHOWCMDS

But i have a problem : The dialog box is too big, i can't see all the items.
So : is there a way to me, to send all the content to a txt file ?
Or another way to show those items and their id ?

Thanks for your help :slight_smile:

There's a Copy button at the bottom of the dialog which copies everything to the clipboard and closes the dialog.

If you can't see the button to click on it, you can use Alt-C instead.

Alt-C was perfect, thank you Leo :slight_smile: