docs/rc.xml.all: update with default mouse-bindings

This commit is contained in:
Johan Malm 2021-12-26 23:02:07 +00:00
parent be300764b5
commit 837a7f3997

View file

@ -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>