Bryan Moore <moore.bryan at gmail.com> writes: > /is there a way to have a keybinding open a menu, similar to hitting > the windows key and opening the start menu?/ Something like this: <keybind key="keys goes here"> <action name="ShowMenu"> <menu>root-menu</menu> </action> </keybind>