]> Dogcows Code - chaz/openbox/blobdiff - doc/rc-mouse-focus.xml
don't lower from press actions, because that can't move focus!
[chaz/openbox] / doc / rc-mouse-focus.xml
index eb140b8ebb6ecf01e40767cb9b3c92a069fbb4ed..e5f327e131682ff54f3d7dfc311c28e979d5ab6f 100644 (file)
       <action name="Resize"/>
     </mousebind> 
 
-    <mousebind button="A-Middle" action="Press">
+    <mousebind button="A-Middle" action="Click">
       <action name="Focus"/>
       <action name="Lower"/>
     </mousebind>
     <mousebind button="A-Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
+    <mousebind button="C-A-Up" action="Click">
+      <action name="DesktopPrevious"/>
+    </mousebind>
+    <mousebind button="C-A-Down" action="Click">
+      <action name="DesktopNext"/>
+    </mousebind>
     <mousebind button="A-S-Up" action="Click">
       <action name="SendToDesktopPrevious"/>
     </mousebind>
 
     <mousebind button="Middle" action="Press">
       <action name="Focus"/>
+    </mousebind>
+    <mousebind button="Middle" action="Click">
       <action name="Lower"/>
     </mousebind>
 
 
     <mousebind button="Middle" action="Press">
       <action name="Focus"/>
+    </mousebind>
+    <mousebind button="Middle" action="Click">
       <action name="Lower"/>
     </mousebind>
 
 
   <context name="Client">
     <mousebind button="Left" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
     </mousebind>
     <mousebind button="Middle" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
     </mousebind>
     <mousebind button="Right" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
     </mousebind>
   </context>
 
     <mousebind button="A-Down" action="Press">
       <action name="DesktopNext"/>
     </mousebind>
+    <mousebind button="C-A-Up" action="Press">
+      <action name="DesktopPrevious"/>
+    </mousebind>
+    <mousebind button="C-A-Down" action="Press">
+      <action name="DesktopNext"/>
+    </mousebind>
 
     <mousebind button="Left" action="Press">
-      <action name="Activate"/>
+      <action name="Focus"/>
     </mousebind>
   </context>
 
This page took 0.024835 seconds and 4 git commands to generate.