docs: clarify keyboard modifiers can be used for mousebinds

Fixes: #1075
This commit is contained in:
Standreas 2023-09-10 15:26:54 +02:00 committed by Consolatis
parent 97ac960fee
commit 8a67476ab3

View file

@ -316,7 +316,7 @@ Therefore, where multiple objects of the same kind are required (for example
*<mouse><scrollFactor>* *<mouse><scrollFactor>*
Set scroll factor. Default is 1.0. Set scroll factor. Default is 1.0.
*<mouse><context name=""><mousebind button="" direction=""><action>* *<mouse><context name=""><mousebind button="" direction="" action=""><action>*
Multiple *<mousebind>* can exist within one *<context>*; and multiple Multiple *<mousebind>* can exist within one *<context>*; and multiple
*<action>* can exist within one *<mousebind>* *<action>* can exist within one *<mousebind>*
@ -349,13 +349,16 @@ Therefore, where multiple objects of the same kind are required (for example
- Middle - Middle
- Right - Right
Mouse buttons can be combined with modifier-keys (shift, super, control and alt), for example:
<mousebind button="A-Right" action="Press">
Supported scroll *directions* are: Supported scroll *directions* are:
- Up - Up
- Down - Down
- Left - Left
- Right - Right
Supported mouse actions include: Supported mouse *actions* include:
- Press: Pressing the specified button down in the context. - Press: Pressing the specified button down in the context.
- Release: Releasing the specified button in the context. - Release: Releasing the specified button in the context.
- Click: Pressing and then releasing inside of the the context. - Click: Pressing and then releasing inside of the the context.