mirror of
https://github.com/labwc/labwc.git
synced 2026-03-04 01:40:39 -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
|
||||||
|
|
||||||
Actions are used in keyboard bindings.
|
Actions are used in menus and keyboard/mouse bindings.
|
||||||
|
|
||||||
*<action name="Close">*
|
*<action name="Close">*
|
||||||
Close top-most view.
|
Close top-most window.
|
||||||
|
|
||||||
*<action name="Execute"><command>*
|
*<action name="Execute"><command>*
|
||||||
Execute command. Note that in the interest of backward compatibility,
|
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
|
Begin interactive move of window under cursor
|
||||||
|
|
||||||
*<action name="MoveToEdge"><direction>*
|
*<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".
|
"right" and "down".
|
||||||
|
|
||||||
*<action name="Resize">*
|
*<action name="Resize">*
|
||||||
Begin interactive resize of window under cursor
|
Begin interactive resize of window under cursor
|
||||||
|
|
||||||
*<action name="SnapToEdge"><direction>*
|
*<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".
|
directions "left", "up", "right", "down" and "center".
|
||||||
|
|
||||||
*<action name="NextWindow">*
|
*<action name="NextWindow">*
|
||||||
|
|
|
||||||
|
|
@ -17,15 +17,15 @@ A menu file must be entirely enclosed within <openbox_menu> and
|
||||||
```
|
```
|
||||||
<menu id="" label="">
|
<menu id="" label="">
|
||||||
|
|
||||||
<!-- This is a menu item, such as a program -->
|
<!-- A menu entry with an action, for example to execute an application -->
|
||||||
<item label="">
|
<item label="">
|
||||||
<action></action>
|
<action></action>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<!-- This links to a submenu defined else where -->
|
<!-- A submenu defined elsewhere -->
|
||||||
<menu id="" />
|
<menu id="" />
|
||||||
|
|
||||||
<!-- This links to a submenu defined inline -->
|
<!-- An inline submenu -->
|
||||||
<menu id="" label="">
|
<menu id="" label="">
|
||||||
...some content...
|
...some content...
|
||||||
</menu>
|
</menu>
|
||||||
|
|
@ -38,7 +38,8 @@ A menu file must be entirely enclosed within <openbox_menu> and
|
||||||
This id is used to refer to the menu in a ShowMenu action.
|
This id is used to refer to the menu in a ShowMenu action.
|
||||||
|
|
||||||
*menu.label*
|
*menu.label*
|
||||||
The title of the menu, shown in its parent.
|
The title of the menu, shown in its parent. A label must be given when
|
||||||
|
defining a menu.
|
||||||
|
|
||||||
*menu.item.label*
|
*menu.item.label*
|
||||||
The visible name of the menu item.
|
The visible name of the menu item.
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,7 @@
|
||||||
<cycleViewPreview>no</cycleViewPreview>
|
<cycleViewPreview>no</cycleViewPreview>
|
||||||
</core>
|
</core>
|
||||||
|
|
||||||
<!--
|
<!-- <font><theme> can be defined without an attribute to set all places -->
|
||||||
<font><theme> can be defined without an attribute to set all places
|
|
||||||
-->
|
|
||||||
<theme>
|
<theme>
|
||||||
<name></name>
|
<name></name>
|
||||||
<cornerRadius>8</cornerRadius>
|
<cornerRadius>8</cornerRadius>
|
||||||
|
|
@ -35,9 +33,7 @@
|
||||||
<raiseOnFocus>no</raiseOnFocus>
|
<raiseOnFocus>no</raiseOnFocus>
|
||||||
</focus>
|
</focus>
|
||||||
|
|
||||||
<!--
|
<!-- Set range to 0 to disable window snapping completely -->
|
||||||
Set range to 0 to disable window snapping completely
|
|
||||||
-->
|
|
||||||
<snapping>
|
<snapping>
|
||||||
<range>1</range>
|
<range>1</range>
|
||||||
<topMaximize>yes</topMaximize>
|
<topMaximize>yes</topMaximize>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue