]> git.mdlowis.com Git - proto/labwc.git/commitdiff
document mouse buttons and newly-supported mouse contexts
authorbi4k8 <bi4k8@github>
Sat, 11 Dec 2021 22:57:47 +0000 (22:57 +0000)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 26 Dec 2021 21:31:11 +0000 (21:31 +0000)
docs/labwc-config.5.scd

index 87e5a886ac521c331b67666b5c9d6bcb30ae1b4d..65e1a245472dd26519fbe2aa09b41d3ff99d96ed 100644 (file)
@@ -113,9 +113,18 @@ Configuration must be wrapped in a <labwc_config> root-node.
 *<mouse><context name=""><mousebind button="" action="">*
        Define a mouse binding. Supported context-names include:
        - TitleBar: The area where the title of the window is shown.
+       - Title: The title of the window itself.
        - Iconify: The button that looks like an underline.
        - Maximize: The button that looks like a box.
        - Close: The button that looks like an X.
+       - Top: The top edge of the window's border.
+       - Bottom: The bottom edge of the window's border.
+       - Left: The left edge of the window's border.
+       - Right: The right edge of the window's border.
+       - TRCorner: The top-right corner of the window's border.
+       - TLCorner: The top-left corner of the window's border.
+       - BLCorner: The bottom-left corner of the window's border.
+       - BRCorner: The bottom-right edge of the window's border.
        - Client: The client area of a window, inside its decorations.
          Events bound to Client are also passed to applications.
        - Frame: Any part of a window, but events bound to Frame are not passed
@@ -123,6 +132,11 @@ Configuration must be wrapped in a <labwc_config> root-node.
        - Desktop: The desktop background, where no windows are present.
        - Root: A synonym for Desktop (for compatibility).
 
+       Supported mouse buttons are:
+       - Left
+       - Middle
+       - Right
+
        Supported mouse actions include:
        - Press: Pressing the specified button down in the context.
        - Release: Releasing the specified button in the context.