From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Tue, 2 Nov 2021 00:43:57 +0000 (-0400) Subject: mousebind: update documentation X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=ddf6555557d70b28da3945ad5283837d3577cb80;p=proto%2Flabwc.git mousebind: update documentation --- diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 818a3831..fcfed2e6 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -111,7 +111,16 @@ Configuration must be wrapped in a root-node. ** Define a mouse binding. Supported context-names include: - 'TitleBar'. + - TitleBar: The area where the title of the window is shown. + - Iconify: The button that looks like an underline. + - Maximize: The button that looks like a box. + - Close: The button that looks like an X. + + Supported mouse actions include: + - Press: Pressing the specified button down in the context. + - Release: Releasing the specified button in the context. + - Click: Pressing and then releasing inside of the the context. + - DoubleClick: Two presses within the doubleClickTime. # LIBINPUT diff --git a/docs/rc.xml.all b/docs/rc.xml.all index 092c0b22..226db4b8 100644 --- a/docs/rc.xml.all +++ b/docs/rc.xml.all @@ -118,6 +118,22 @@ + + + + + + + + + + + + + + + +