PHPBB_IMPORT_WARNING CODE_NEAR_LI
[ol][li]Enter Customize mode (From the menus: Settings -> Customize)
[/li]
[li]Switch to the Toolbars tab and create a new toolbar called MyMenu (or whatever you want). This will be the menu that pops up. (Menus and toolbars are the same thing in Opus.)
[/li]
[li]You'll probably want to switch on the new toolbar's Vertical style within the Customize dialog so that it is more like a traditional pop-up menu. Setting the Type to No Frame might also look best.
[/li]
[li]Create the buttons that you want in the toolbar, either from scratch or by dragging out things from the Commands tab (or copying items from other toolbars/menus).
[/li]
[li]For each button in your menu, edit it, switch the editor to advanced mode (so you can enter more than one line) and then add this line to the end of the command:
Toolbar NAME=MyMenu CLOSE
That means that when you click the button its command will run and the toolbar will also close.
[/li]
[li]Now go back to the Customize dialog and this time go to the Keys tab.
[/li]
[li]Add a hotkey, set to Ctrl-G, which runs this command:
Toolbar NAME=MyMenu STATE=Float POS=mouse
[/li]
[li]Click OK in the Customize dialog to save your changes.[/li][/ol]
Now when you press Ctrl-G the toolbar will appear, floating under the mouse pointer, and when you click a button in the toolbar its command will run and the toolbar will close.