mirror of
https://github.com/labwc/labwc.git
synced 2026-03-06 01:40:15 -05:00
man pages: minor language and style changes
This commit is contained in:
parent
999fef6678
commit
c8dd19caa3
3 changed files with 11 additions and 14 deletions
|
|
@ -6,10 +6,10 @@ labwc - actions
|
|||
|
||||
# ACTIONS
|
||||
|
||||
Actions are used in keyboard bindings.
|
||||
Actions are used in menus and keyboard/mouse bindings.
|
||||
|
||||
*<action name="Close">*
|
||||
Close top-most view.
|
||||
Close top-most window.
|
||||
|
||||
*<action name="Execute"><command>*
|
||||
Execute command. Note that in the interest of backward compatibility,
|
||||
|
|
@ -32,14 +32,14 @@ Actions are used in keyboard bindings.
|
|||
Begin interactive move of window under cursor
|
||||
|
||||
*<action name="MoveToEdge"><direction>*
|
||||
Move view to edge of outputs. Understands directions "left", "up",
|
||||
Move window to edge of outputs. Understands directions "left", "up",
|
||||
"right" and "down".
|
||||
|
||||
*<action name="Resize">*
|
||||
Begin interactive resize of window under cursor
|
||||
|
||||
*<action name="SnapToEdge"><direction>*
|
||||
Resize view to fill half the output in the given direction. Supports
|
||||
Resize window to fill half the output in the given direction. Supports
|
||||
directions "left", "up", "right", "down" and "center".
|
||||
|
||||
*<action name="NextWindow">*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue