mirror of
https://github.com/labwc/labwc.git
synced 2026-02-24 01:40:15 -05:00
add MoveRelative to man page and use view->pending
This commit is contained in:
parent
c17bf68176
commit
e40159470b
2 changed files with 5 additions and 1 deletions
|
|
@ -48,6 +48,10 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="MoveTo" x="" y="" />*
|
||||
Move to position (x, y)
|
||||
|
||||
*<action name="MoveRelative" x="" y="" />*
|
||||
Move window relative to its current position. Positive value of x moves
|
||||
it right, negative left. Positive value of y moves it down, negative up.
|
||||
|
||||
*<action name="SnapToEdge" direction="value" />*
|
||||
Resize window to fill half the output in the given direction. Supports
|
||||
directions "left", "up", "right", "down" and "center".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue