From 2404297f2d6838d49b5b6704ea34149de47b1826 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Mon, 31 Mar 2025 22:17:55 +0300 Subject: [PATCH] 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 --- docs/labwc-actions.5.scd | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd index 13170d77..cc61ddb9 100644 --- a/docs/labwc-actions.5.scd +++ b/docs/labwc-actions.5.scd @@ -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. This action is deprecated from v0.7.3. To ensure your config works in future labwc releases, please use: + ** ** @@ -114,7 +115,8 @@ Actions are used in menus and keyboard/mouse bindings. **++ ** - Cycle focus to next/previous window respectively.++ + Cycle focus to next/previous window, respectively. + Default keybind for NextWindow is Alt-Tab. 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. 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. - Positive or negative integers warp the cursor to a position offset by the specified - number of pixels from the left or right edge of the target area respectively. - Default is "center" - *y* [center|value] Equivalent for the vertical warp position within the target area. - Default is "center" + + *x* [center|value] Specifies the horizontal warp position within the + target area. "center": Moves the cursor to the horizontal center of the + target area. Positive or negative integers warp the cursor to a position + offset by the specified number of pixels from the left or right edge of + the target area, respectively. Default is "center" + + *y* [center|value] Equivalent for the vertical warp position within the + target area. Default is "center" ** - Hide the pointer or stylus cursor. The cursor becomes visible again on following - pointer actions, stylus actions or touchpad gestures. - Use together with the WarpCursor action to not just hide the cursor but to - additionally move it away to prevent e.g. hover effects. + Hide the pointer or stylus cursor. The cursor becomes visible again on + following pointer actions, stylus actions or touchpad gestures. + Use together with the WarpCursor action to not just hide the cursor but + to additionally move it away to prevent e.g. hover effects. **++ **++ ** - Enable, disable or toggle mouse emulation for drawing tablets respectively. + Enable, disable or toggle mouse emulation for drawing tablets, + respectively. ** Toggle the screen magnifier on or off at the last magnification level -- 2.52.0