diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-31 13:17:45 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-31 13:17:45 -0400 |
| commit | 98b9ed97ebbcf22185359c8f6f1d539a105cd258 (patch) | |
| tree | f3b1e8aa039df3c8092927590379af48c4b08c6f /data/rc.xml | |
| parent | 6354baf43f2b4950be668371f14cc2b4495af065 (diff) | |
use clicks for mouse wheel, not press.
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/rc.xml b/data/rc.xml index 15ab65b0..caa38c67 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -552,23 +552,23 @@ </context> <context name="Desktop"> - <mousebind button="Up" action="Press"> + <mousebind button="Up" action="Click"> <action name="GoToDesktop"><to>previous</to></action> </mousebind> - <mousebind button="Down" action="Press"> + <mousebind button="Down" action="Click"> <action name="GoToDesktop"><to>next</to></action> </mousebind> - <mousebind button="A-Up" action="Press"> + <mousebind button="A-Up" action="Click"> <action name="GoToDesktop"><to>previous</to></action> </mousebind> - <mousebind button="A-Down" action="Press"> + <mousebind button="A-Down" action="Click"> <action name="GoToDesktop"><to>next</to></action> </mousebind> - <mousebind button="C-A-Up" action="Press"> + <mousebind button="C-A-Up" action="Click"> <action name="GoToDesktop"><to>previous</to></action> </mousebind> - <mousebind button="C-A-Down" action="Press"> + <mousebind button="C-A-Down" action="Click"> <action name="GoToDesktop"><to>next</to></action> </mousebind> @@ -589,16 +589,16 @@ </context> <context name="MoveResize"> - <mousebind button="Up" action="Press"> + <mousebind button="Up" action="Click"> <action name="GoToDesktop"><to>previous</to></action> </mousebind> - <mousebind button="Down" action="Press"> + <mousebind button="Down" action="Click"> <action name="GoToDesktop"><to>next</to></action> </mousebind> - <mousebind button="A-Up" action="Press"> + <mousebind button="A-Up" action="Click"> <action name="GoToDesktop"><to>previous</to></action> </mousebind> - <mousebind button="A-Down" action="Press"> + <mousebind button="A-Down" action="Click"> <action name="GoToDesktop"><to>next</to></action> </mousebind> </context> |
