]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml.all: add Alt-Left/Right mousebinds
authorJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 21:56:21 +0000 (21:56 +0000)
committerJohan Malm <jgm323@gmail.com>
Fri, 3 Dec 2021 21:56:21 +0000 (21:56 +0000)
Alt-Left button for "Move"
Alt-Right button for "Resize"

docs/rc.xml.all

index 123d13a5e7a040b23b142551b7691353e20e6907..724283b4facc58c8bb0d4e601dfe1e7f388edae2 100644 (file)
   </keyboard>
 
   <!--
-    <mousebind> buttons/actions have not yet been implemented except for the
-    one below.
+    The following actions are not supported: "Unshade", "Drag"
+    The following contexts are not supported: "Left", "Right", "Top", "Bottom",
+                                              "{TR,BR,TL,BL}Corner"
   -->
   <mouse>
 
     <!-- time is in ms -->
     <doubleClickTime>500</doubleClickTime>
 
+    <context name="Frame">
+      <mousebind button="A-Left" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Move"/>
+      </mousebind>
+    </context>
+    <context name="Frame">
+      <mousebind button="A-Right" action="Press">
+        <action name="Focus"/>
+        <action name="Raise"/>
+        <action name="Resize"/>
+      </mousebind>
+    </context>
     <context name="TitleBar">
       <mousebind button="Left" action="Press">
         <action name="Move"/>