use click not press for mouse wheel bindings
authorDana Jansens <danakj@orodu.net>
Tue, 31 Jul 2007 17:18:29 +0000 (13:18 -0400)
committerDana Jansens <danakj@orodu.net>
Tue, 31 Jul 2007 17:18:29 +0000 (13:18 -0400)
data/rc.xml

index 897bcb234636ba537c90efb0ab733423937458f0..861182be6c11ec4b1962ad1278e8851f537c125d 100644 (file)
   </context>
 
   <context name="Desktop">
-    <mousebind button="Up" action="Press">
+    <mousebind button="Up" action="Click">
       <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="Down" action="Press">
+    <mousebind button="Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
 
-    <mousebind button="A-Up" action="Press">
+    <mousebind button="A-Up" action="Click">
       <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="A-Down" action="Press">
+    <mousebind button="A-Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
-    <mousebind button="C-A-Up" action="Press">
+    <mousebind button="C-A-Up" action="Click">
       <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="C-A-Down" action="Press">
+    <mousebind button="C-A-Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
 
   </context>
 
   <context name="MoveResize">
-    <mousebind button="Up" action="Press">
+    <mousebind button="Up" action="Click">
       <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="Down" action="Press">
+    <mousebind button="Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
-    <mousebind button="A-Up" action="Press">
+    <mousebind button="A-Up" action="Click">
       <action name="DesktopPrevious"/>
     </mousebind>
-    <mousebind button="A-Down" action="Press">
+    <mousebind button="A-Down" action="Click">
       <action name="DesktopNext"/>
     </mousebind>
   </context>