Well not really... but they could turn it into a fully customizable quasi-replacement of the main application menu:
- I created Run Script UDCs for each main menu category so that I could retain the Alt shortcut keys. Each command calls a script consisting of just the PopupMainMenu SC with the appropriate category:
- Then I cleaned off my toolbar and added user buttons for each category.
- Each user button was defined to call the related Run Script UDC and given a label as its icon.
- Lastly I hid true main menu by using command:
#1061 Miscellaneous | General Functions | Show/Hide Main Menu (Alt+Up)
- The menus won't appear until the mouse click is released (on mouse up). You can enable Fire click on mousedown in each user button but then overlay arrows are shown breaking the illusion.
- While you can use the normal shortcut keys to display the menu (or customize them) doing so causes the menu to show at the mouse cursor instead of under the "toolbar" which is a bit disorienting.
- Further you lose the ability to easily navigate between each of the menu categories via the keyboard.
- As you can see the labels need to be renamed and rather short to avoid being cut off.
Now, I don't feel this is worth doing and certainly won't be continuing to use it, but I thought I'd share it in the off chance someone here might be crazy enough to find it useful.
XYplorer Beta Club