]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml.all: update with default mouse-bindings
authorJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:02:07 +0000 (23:02 +0000)
committerJohan Malm <jgm323@gmail.com>
Sun, 26 Dec 2021 23:02:07 +0000 (23:02 +0000)
docs/rc.xml.all

index 6cce5684a614db79484fddfc656041c80ce73afe..26d35157358586417dfbfa4247051bd9c48a1ebc 100644 (file)
 
   <!--
     The following actions are not supported: "Unshade", "Drag"
-    The following contexts are not supported: "Left", "Right", "Top", "Bottom",
-                                              "{TR,BR,TL,BL}Corner"
   -->
   <mouse>
 
       </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>