labwc/docs/labwc-actions.5.scd

48 lines
927 B
Text
Raw Normal View History

2021-03-05 22:14:02 +00:00
labwc-actions(5)
# NAME
labwc - actions
# ACTIONS
Actions are used in keyboard bindings.
*<action name="Close"><command>*
Close top-most view.
2021-03-05 22:14:02 +00:00
*<action name="Execute"><command>*
Execute command.
*<action name="Exit">*
Exit labwc.
*<action name="Iconify">*
Iconify (minimize) focused window.
2021-07-20 20:06:48 +01:00
*<action name="MoveToEdge"><direction>*
Move view to edge of outputs. Understands directions "left", "up",
"right" and "down"
2021-03-05 22:14:02 +00:00
*<action name="NextWindow">*
Cycle focus to next window.
*<action name="Reconfigure">*
Re-load configuration and theme files.
*<action name="ShowMenu"><menu>*
Show menu. Valid menu name is "root-menu".
*<action name="ToggleDecorations">*
Toggle decorations of focused window.
*<action name="ToggleFullscreen">*
Toggle fullscreen state of focused window.
*<action name="ToggleMaximize">*
Toggle maximize state of focused window.
2021-07-13 21:54:22 +01:00
2021-03-05 22:14:02 +00:00
# SEE ALSO
labwc(1), labwc-config(5), labwc-theme(5)