From ddf6555557d70b28da3945ad5283837d3577cb80 Mon Sep 17 00:00:00 2001 From: ARDiDo <90479315+ARDiDo@users.noreply.github.com> Date: Mon, 1 Nov 2021 20:43:57 -0400 Subject: [PATCH] mousebind: update documentation --- docs/labwc-config.5.scd | 11 ++++++++++- docs/rc.xml.all | 16 ++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) 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 @@ + + + + + + + + + + + + + + + +