]> 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 0685257c2051d8ec9a0542603c3f8132c94addb0..e5f327e131682ff54f3d7dfc311c28e979d5ab6f 100644 (file)
@@ -26,7 +26,6 @@
 <theme>
   <name>Clearlooks</name>
   <titleLayout>NLIMC</titleLayout>
-  <titleNumber>yes</titleNumber>
   <!--
       avaible characters are NDSLIMC, each can occur at most once.
       N: window icon
       <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.02697 seconds and 4 git commands to generate.