mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
add wrap argument
This commit is contained in:
parent
7a69fffe44
commit
f9017b389b
2 changed files with 13 additions and 3 deletions
|
|
@ -70,11 +70,14 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
|
||||
*direction* [left|up|right|down] Direction in which to shrink.
|
||||
|
||||
*<action name="DirectionalTargetWindow" direction="value" />*
|
||||
*<action name="DirectionalTargetWindow" direction="value" wrap="value" />*
|
||||
Move focus to closest window in given direction.
|
||||
|
||||
*direction* [left|up|right|down] Direction in which to move.
|
||||
|
||||
*wrap* [yes|no] Wrap around from right-to-left or top-to-bottom,
|
||||
and vice versa. Default no.
|
||||
|
||||
*<action name="MoveTo" x="" y="" />*
|
||||
Move to position (x, y).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue