Alias Context Menu / Sub Menu

Posted by Chariot on Wed 15 Jun 2022 11:17 AM — 2 posts, 10,180 views.

#0
Is there any way to create a submenu item in the Alias (Ctrl+Right Click) Menu?

I basically want to group items as i have a lot of menu items i want to add.

Is this possible or is there another way to achieve this?
Amended on Wed 15 Jun 2022 04:40 PM by Chariot
Australia Forum Administrator #1
Not directly in an alias, however look at https://www.gammon.com.au/forum/?id=9280 for some ideas.

You can make a button bar, and the button bar can have menus. The WindowMenu used there can have sub-menus.

Template:function=WindowMenu
WindowMenu

The documentation for the WindowMenu script function is available online. It is also in the MUSHclient help file.




Or, slightly less complexly perhaps, make a miniwindow "active spot" somewhere in your output window (eg. bottom RH corner) which has a WindowMenu happen when you click on it.

See https://gammon.com.au/mushclient/mw_intro.htm for documentation about miniwindows.