Project

General

Profile

Showmenu » History » Version 5

Per Amundsen, 04/29/2018 12:50 AM

1 1 Per Amundsen
_Added in 2.7_
2
3 4 Per Amundsen
*/showmenu [-qnmcsuwa] [window|nick} [nick] [x y]*
4 1 Per Amundsen
5
Shows the specified context-menu type for current active window or [window|nick].
6
7 4 Per Amundsen
By default the menu opens relative to the current active [[Editbox Control|Editbox]].
8 1 Per Amundsen
9
*Switches*
10
11
-q - Show the Query menu.
12
-n - Show the Nicklist menu.
13
-m - Shows the Menubar menu.
14
-c - Shows the Channel menu.
15
-s - Shows the Status menu.
16
-u - Shows the specified @custom menu.
17
-w - Shows the Window menu.
18 2 Per Amundsen
-a - Shows the Menubar as a context menu. (while the context menu is open, the regular Menubar will be empty)
19 1 Per Amundsen
20
*Parameters*
21
22
[window|nick} - Window or query nick to open the menu for.
23
[nick} - The Nicklist/Query nick to open the menu for.
24 3 Per Amundsen
[x y] - The X and Y position to open the menu at (relative to the associated window).
25 1 Per Amundsen
26
*Example*
27
28
<pre>
29
; Opens the channel menu for the channel #test at x y position 42 42.
30
/showmenu -c #test 42 42
31
</pre>