mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
doc: Adapt MoveToEdge action
This commit is contained in:
parent
08cff6edcf
commit
81af658c1f
1 changed files with 8 additions and 3 deletions
|
|
@ -39,9 +39,14 @@ Actions are used in menus and keyboard/mouse bindings.
|
||||||
*<action name="Move" />*
|
*<action name="Move" />*
|
||||||
Begin interactive move of window under cursor
|
Begin interactive move of window under cursor
|
||||||
|
|
||||||
*<action name="MoveToEdge" direction="value" />*
|
*<action name="MoveToEdge" direction="value" snapWindows="value" />*
|
||||||
Move window to edge of outputs. Understands directions "left", "up",
|
Move window until it hits the next edge.
|
||||||
"right" and "down".
|
|
||||||
|
*direction* [left|up|right|down] Direction in which to move.
|
||||||
|
|
||||||
|
*snapWindows* [yes|no] Move window until it hits an edge of
|
||||||
|
another window or screen edge. If set to "no", only move to
|
||||||
|
the next screen edge. Default is yes.
|
||||||
|
|
||||||
*<action name="Resize" />*
|
*<action name="Resize" />*
|
||||||
Begin interactive resize of window under cursor
|
Begin interactive resize of window under cursor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue