labwc/docs/labwc-actions.5.md
Johan Malm 543f00131c action: add "ShowMenu" option
Parse the following in rc.xml:

<keyboard>
  <keybind key="">
    <action name="ShowMenu">
      <menu>root-menu</menu>
    </action>
  </keybind>
</keyboard>
2020-10-31 15:27:22 +00:00

44 lines
649 B
Markdown

% labwc-actions(5)
% Johan Malm
% 31 Oct, 2020
# NAME
labwc - actions
# ACTIONS
Actions are used in key bindings.
Action syntax:
<action name="NAME">
OPTION
</action>
where `NAME` is the name of the action as listed below, and `OPTION` is a set
of tags specific to each action as defined below.
`Execute`
: Execute command specified by `<command>` option.
`Exit`
: Exit labwc.
`NextWindow`
: Cycle focus to next window.
`Reconfigure`
: 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)