mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
squash! [wip] Add ToggleShade
Add default mouse bindings, document actions
This commit is contained in:
parent
2dfb8f6fb2
commit
fc5b3788ba
3 changed files with 21 additions and 0 deletions
|
|
@ -312,6 +312,14 @@
|
|||
<action name="Focus" />
|
||||
<action name="Raise" />
|
||||
</mousebind>
|
||||
<mousebind direction="Up" action="Scroll">
|
||||
<action name="Unshade" />
|
||||
<action name="Focus" />
|
||||
</mousebind>
|
||||
<mousebind direction="Down" action="Scroll">
|
||||
<action name="Unfocus" />
|
||||
<action name="Shade" />
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue