From d00f76e5627cfb303ecbb633743d7984af076db3 Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Mon, 9 Oct 2023 07:11:34 +0200 Subject: [PATCH] docs: update supported keybind and mousebind modifiers --- docs/labwc-config.5.scd | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/docs/labwc-config.5.scd b/docs/labwc-config.5.scd index 79448374..87d0b352 100644 --- a/docs/labwc-config.5.scd +++ b/docs/labwc-config.5.scd @@ -278,10 +278,20 @@ this is for compatibility with Openbox. ** Define a *key* binding in the format *modifier-key*, where supported - modifiers include S (shift); C (control); A (alt); W (super). Unlike - Openbox, multiple space-separated key combinations and key-chains are - not supported. The application "wev" (wayland event viewer) is packaged - in a lot of distributions and can be used to view all available + modifiers are: + - S (shift) + - C (control) + - A or Mod1 (alt) + - H or Mod3 (hyper) + - W or Mod4 (super / logo) + - M or Mod5 (meta) + + Multiple modifiers can be combined like *A-S-f* for Alt-Shift-f. + The key itself can be any unicode character or a keyname like *Return*. + + Unlike Openbox, multiple space-separated key combinations and key-chains + are not supported. The application "wev" (wayland event viewer) is + packaged in a lot of distributions and can be used to view all available keynames. *layoutDependent* [yes|no] @@ -365,15 +375,16 @@ this is for compatibility with Openbox. - Middle - Right - Mouse buttons can be combined with modifier-keys (shift, super, control and alt), for example: - - Supported scroll *directions* are: - Up - Down - Left - Right + Mouse buttons and directions can be combined with modifier-keys (shift (S), + super/logo (W), control (C), alt (A), meta (M) and hyper (H)), for example: + + Supported mouse *actions* include: - Press: Pressing the specified button down in the context. - Release: Releasing the specified button in the context.