mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Merge 60b7104c9e into 7f94486773
This commit is contained in:
commit
912ef4cd9c
2 changed files with 156 additions and 0 deletions
|
|
@ -70,6 +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" 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