I'm trying to create multiple sub-menus in the Context Menu tab of Edit File Type. The problem I have is hierarchy. Once the initial sub-menu is created, subsequent sub-menus fall under that first sub-menu.
What I get:
sub-menu 1...
- whatever command
- whatever command
- sub-menu 2...
- sub-menu 3...
What I want:
sub-menu 1...
- whatever command
- whatever command
sub-menu 2...
sub-menu 3...
Is this possible through the Context Menu tab, or does it call for other measures?