Contextmenu (Slash Command): Difference between revisions
Jump to navigation
Jump to search
BlackSpectre (talk | contribs) mNo edit summary |
BlackSpectre (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
* The /contextmenu command is not useful by itself, but when you combine it with a command to open a context window in a bind or macro, it actually works. Bind strings for context menus process from left to right. | * The /contextmenu command is not useful by itself, but when you combine it with a command to open a context window in a bind or macro, it actually works. Bind strings for context menus process from left to right. | ||
* The command can also select items in sub-menus. | * The command can also select items in sub-menus. | ||
* In [[popmenu]]s, the command interprets | * In [[popmenu]]s, the command interprets dividers as menu choices. | ||
==Example== | ==Example== | ||
/petoptions$$contextmenu 2 | /petoptions$$contextmenu 2 | ||
/popmenu BAF$$contextmenu 2$$contextmenu 1 | |||
This last example would select menu item 2 and then sub-menu item 1. | |||
==Also== | ==Also== | ||
* [[The Players' Guide to the Cities/User Interface/Tray Window]] | * [[The Players' Guide to the Cities/User Interface/Tray Window]] |
Revision as of 05:20, 17 June 2022
Slash command
/contextmenu menu_num
Activate a context menu slot.
- This command is used to choose a menu option in various context menus (such as /petoptions, /link_channel, /popmenu, etc.)
- 1 is usually the first menu choice from the top, 2 = second menu choice, etc. Depending on the context menu, the first menu choice might be a different number.
- The /contextmenu command is not useful by itself, but when you combine it with a command to open a context window in a bind or macro, it actually works. Bind strings for context menus process from left to right.
- The command can also select items in sub-menus.
- In popmenus, the command interprets dividers as menu choices.
Example
/petoptions$$contextmenu 2 /popmenu BAF$$contextmenu 2$$contextmenu 1
This last example would select menu item 2 and then sub-menu item 1.