mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs: document scroll wheel emulation actions
This commit is contained in:
parent
5a1e377f43
commit
32585cce7e
1 changed files with 11 additions and 0 deletions
|
|
@ -361,6 +361,17 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
Use together with the WarpCursor action to not just hide the cursor but
|
||||
to additionally move it away to prevent e.g. hover effects.
|
||||
|
||||
*<action name="EnableScrollWheelEmulation" />*++
|
||||
*<action name="DisableScrollWheelEmulation" />*++
|
||||
*<action name="ToggleScrollWheelEmulation">*
|
||||
Enable, disable or toggle scroll wheel emulation on cursor motion,
|
||||
respectively. This can be useful for trackball mouses to use the
|
||||
rotating ball not just for moving the cursor, but also for (mouse wheel)
|
||||
scrolling.
|
||||
|
||||
See also *<libinput><scrollFactor>* in labwc-config(5) for fine tuning
|
||||
the scroll speed.
|
||||
|
||||
*<action name="EnableTabletMouseEmulation" />*++
|
||||
*<action name="DisableTabletMouseEmulation" />*++
|
||||
*<action name="ToggleTabletMouseEmulation">*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue