mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
action: add "ShowMenu" option
Parse the following in rc.xml:
<keyboard>
<keybind key="">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</keybind>
</keyboard>
This commit is contained in:
parent
a26fd5a75b
commit
543f00131c
4 changed files with 28 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
% labwc-actions(5)
|
||||
% Johan Malm
|
||||
% 31 Aug, 2020
|
||||
% 31 Oct, 2020
|
||||
|
||||
# NAME
|
||||
|
||||
|
|
@ -35,6 +35,10 @@ of tags specific to each action as defined below.
|
|||
|
||||
: Re-load configuration and theme files
|
||||
|
||||
`ShowMenu`
|
||||
|
||||
: Show menu specified by `<menu>` option. Valid menu is "root-menu"
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
labwc(1), labwc-config(5), labwc-theme(5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue