mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
docs/rc.xml.all: add TitleBar Left-Press mousebind
<context name="TitleBar">
<mousebind button="Left" action="Press">
<action name="Move"/>
</mousebind>
</context>
This commit is contained in:
parent
12137ba446
commit
2bea203430
1 changed files with 5 additions and 0 deletions
|
|
@ -113,6 +113,11 @@
|
||||||
<!-- time is in ms -->
|
<!-- time is in ms -->
|
||||||
<doubleClickTime>500</doubleClickTime>
|
<doubleClickTime>500</doubleClickTime>
|
||||||
|
|
||||||
|
<context name="TitleBar">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="Move"/>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
<context name="TitleBar">
|
<context name="TitleBar">
|
||||||
<mousebind button="Left" action="DoubleClick">
|
<mousebind button="Left" action="DoubleClick">
|
||||||
<action name="ToggleMaximize"/>
|
<action name="ToggleMaximize"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue