mirror of
https://github.com/labwc/labwc.git
synced 2026-03-24 09:06:09 -04:00
docs: labwc-actions.5.scd style updates
- some newlines to dedent and separate content - comma (,) before respectively - reflowd some lines to fit in 80 columns
This commit is contained in:
parent
3f56814497
commit
2404297f2d
1 changed files with 18 additions and 13 deletions
|
|
@ -85,6 +85,7 @@ Actions are used in menus and keyboard/mouse bindings.
|
||||||
Tries to prevent any part of the window from going off-screen.
|
Tries to prevent any part of the window from going off-screen.
|
||||||
This action is deprecated from v0.7.3. To ensure your config works in
|
This action is deprecated from v0.7.3. To ensure your config works in
|
||||||
future labwc releases, please use:
|
future labwc releases, please use:
|
||||||
|
|
||||||
*<action name="AutoPlace" policy="cursor">*
|
*<action name="AutoPlace" policy="cursor">*
|
||||||
|
|
||||||
*<action name="MoveRelative" x="" y="" />*
|
*<action name="MoveRelative" x="" y="" />*
|
||||||
|
|
@ -114,7 +115,8 @@ Actions are used in menus and keyboard/mouse bindings.
|
||||||
|
|
||||||
*<action name="NextWindow" />*++
|
*<action name="NextWindow" />*++
|
||||||
*<action name="PreviousWindow" />*
|
*<action name="PreviousWindow" />*
|
||||||
Cycle focus to next/previous window respectively.++
|
Cycle focus to next/previous window, respectively.
|
||||||
|
|
||||||
Default keybind for NextWindow is Alt-Tab.
|
Default keybind for NextWindow is Alt-Tab.
|
||||||
|
|
||||||
The arrow keys are used to move forwards/backwards while cycling.
|
The arrow keys are used to move forwards/backwards while cycling.
|
||||||
|
|
@ -343,24 +345,27 @@ Actions are used in menus and keyboard/mouse bindings.
|
||||||
|
|
||||||
*to* [output|window] Specifies the target area of the warp.
|
*to* [output|window] Specifies the target area of the warp.
|
||||||
Default is "output"
|
Default is "output"
|
||||||
*x* [center|value] Specifies the horizontal warp position within the target area.
|
|
||||||
"center": Moves the cursor to the horizontal center of the target area.
|
*x* [center|value] Specifies the horizontal warp position within the
|
||||||
Positive or negative integers warp the cursor to a position offset by the specified
|
target area. "center": Moves the cursor to the horizontal center of the
|
||||||
number of pixels from the left or right edge of the target area respectively.
|
target area. Positive or negative integers warp the cursor to a position
|
||||||
Default is "center"
|
offset by the specified number of pixels from the left or right edge of
|
||||||
*y* [center|value] Equivalent for the vertical warp position within the target area.
|
the target area, respectively. Default is "center"
|
||||||
Default is "center"
|
|
||||||
|
*y* [center|value] Equivalent for the vertical warp position within the
|
||||||
|
target area. Default is "center"
|
||||||
|
|
||||||
*<action name="HideCursor" />*
|
*<action name="HideCursor" />*
|
||||||
Hide the pointer or stylus cursor. The cursor becomes visible again on following
|
Hide the pointer or stylus cursor. The cursor becomes visible again on
|
||||||
pointer actions, stylus actions or touchpad gestures.
|
following pointer actions, stylus actions or touchpad gestures.
|
||||||
Use together with the WarpCursor action to not just hide the cursor but to
|
Use together with the WarpCursor action to not just hide the cursor but
|
||||||
additionally move it away to prevent e.g. hover effects.
|
to additionally move it away to prevent e.g. hover effects.
|
||||||
|
|
||||||
*<action name="EnableTabletMouseEmulation" />*++
|
*<action name="EnableTabletMouseEmulation" />*++
|
||||||
*<action name="DisableTabletMouseEmulation" />*++
|
*<action name="DisableTabletMouseEmulation" />*++
|
||||||
*<action name="ToggleTabletMouseEmulation">*
|
*<action name="ToggleTabletMouseEmulation">*
|
||||||
Enable, disable or toggle mouse emulation for drawing tablets respectively.
|
Enable, disable or toggle mouse emulation for drawing tablets,
|
||||||
|
respectively.
|
||||||
|
|
||||||
*<action name="ToggleMagnify">*
|
*<action name="ToggleMagnify">*
|
||||||
Toggle the screen magnifier on or off at the last magnification level
|
Toggle the screen magnifier on or off at the last magnification level
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue