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:
Johan Malm 2020-10-31 15:27:22 +00:00
parent a26fd5a75b
commit 543f00131c
4 changed files with 28 additions and 9 deletions

View file

@ -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)