mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Support smooth scroll and horizontal scroll
note that this changes Scroll mousebinds from taking a "button" attribute to taking a "direction" attribute
This commit is contained in:
parent
6164ba73ff
commit
2b753a98b8
7 changed files with 119 additions and 20 deletions
|
|
@ -301,10 +301,10 @@
|
|||
<mousebind button="Middle" action="Press">
|
||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||
</mousebind>
|
||||
<mousebind button="Up" action="Scroll">
|
||||
<mousebind direction="Up" action="Scroll">
|
||||
<action name="GoToDesktop" to="left"/>
|
||||
</mousebind>
|
||||
<mousebind button="Down" action="Scroll">
|
||||
<mousebind direction="Down" action="Scroll">
|
||||
<action name="GoToDesktop" to="right"/>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue