mirror of
https://github.com/labwc/labwc.git
synced 2026-03-27 07:58:31 -04:00
docs/rc.xml.all: update with default mouse-bindings
This commit is contained in:
parent
be300764b5
commit
837a7f3997
1 changed files with 10 additions and 3 deletions
|
|
@ -107,8 +107,6 @@
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
The following actions are not supported: "Unshade", "Drag"
|
The following actions are not supported: "Unshade", "Drag"
|
||||||
The following contexts are not supported: "Left", "Right", "Top", "Bottom",
|
|
||||||
"{TR,BR,TL,BL}Corner"
|
|
||||||
-->
|
-->
|
||||||
<mouse>
|
<mouse>
|
||||||
|
|
||||||
|
|
@ -217,12 +215,21 @@
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
|
||||||
|
<context name="Root">
|
||||||
|
<mousebind button="Left" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
<context name="Root">
|
<context name="Root">
|
||||||
<mousebind button="Right" action="Press">
|
<mousebind button="Right" action="Press">
|
||||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
</mousebind>
|
</mousebind>
|
||||||
</context>
|
</context>
|
||||||
|
<context name="Root">
|
||||||
|
<mousebind button="Middle" action="Press">
|
||||||
|
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||||
|
</mousebind>
|
||||||
|
</context>
|
||||||
|
|
||||||
</mouse>
|
</mouse>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue