mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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 contexts are not supported: "Left", "Right", "Top", "Bottom",
|
||||
"{TR,BR,TL,BL}Corner"
|
||||
-->
|
||||
<mouse>
|
||||
|
||||
|
|
@ -217,12 +215,21 @@
|
|||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
<mousebind button="Left" action="Press">
|
||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||
</mousebind>
|
||||
</context>
|
||||
<context name="Root">
|
||||
<mousebind button="Right" action="Press">
|
||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
<context name="Root">
|
||||
<mousebind button="Middle" action="Press">
|
||||
<action name="ShowMenu"><menu>root-menu</menu></action>
|
||||
</mousebind>
|
||||
</context>
|
||||
|
||||
</mouse>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue