mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: describe MoveToOutput/FitToOutput action
This commit is contained in:
parent
6391f9bcb2
commit
945eea8f27
1 changed files with 13 additions and 0 deletions
|
|
@ -163,6 +163,19 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
to the center of the window. If the given output does not contain
|
||||
any windows, the cursor is centered on the given output.
|
||||
|
||||
*<action name="MoveToOutput" name="HDMI-A-1" direction="value" />*
|
||||
Moves active window to other output, unless the window state is
|
||||
fullscreen.
|
||||
|
||||
If *name* is specified, the window will be sent directly to the specified
|
||||
output and *direction* is ignored. If *name* is omitted, *direction* may
|
||||
be one of "left", "right", "up" or "down" to indicate that the window
|
||||
should be moved to the next output in that direction (if one exists).
|
||||
|
||||
*<action name="FitToOutput" />*
|
||||
Resizes active window size to width and height of the output when the
|
||||
window size exceeds the output size.
|
||||
|
||||
*<action name="GoToDesktop" to="value" wrap="yes" />*
|
||||
Switch to workspace.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue