mirror of
https://github.com/labwc/labwc.git
synced 2026-02-06 04:06:33 -05:00
labwc-actions(5): add ToggleFullscreen, ToggleDecorations, Iconfiy
This commit is contained in:
parent
e7955d68d5
commit
74e1d6e45c
1 changed files with 11 additions and 2 deletions
|
|
@ -17,6 +17,9 @@ Actions are used in keyboard bindings.
|
|||
*<action name="Exit">*
|
||||
Exit labwc.
|
||||
|
||||
*<action name="Iconify">*
|
||||
Iconify (minimize) focused window.
|
||||
|
||||
*<action name="MoveToEdge"><direction>*
|
||||
Move view to edge of outputs. Understands directions "left", "up",
|
||||
"right" and "down"
|
||||
|
|
@ -30,8 +33,14 @@ Actions are used in keyboard bindings.
|
|||
*<action name="ShowMenu"><menu>*
|
||||
Show menu. Valid menu name is "root-menu".
|
||||
|
||||
*<action name="ToggleMaximize"><menu>*
|
||||
Toggle maximize state of top-most window.
|
||||
*<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.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue