mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: clarify keyboard modifiers can be used for mousebinds
Fixes: #1075
This commit is contained in:
parent
97ac960fee
commit
8a67476ab3
1 changed files with 5 additions and 2 deletions
|
|
@ -316,7 +316,7 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
*<mouse><scrollFactor>*
|
||||
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
|
||||
*<action>* can exist within one *<mousebind>*
|
||||
|
||||
|
|
@ -349,13 +349,16 @@ Therefore, where multiple objects of the same kind are required (for example
|
|||
- Middle
|
||||
- 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:
|
||||
- Up
|
||||
- Down
|
||||
- Left
|
||||
- Right
|
||||
|
||||
Supported mouse actions include:
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue