just want to say real quick, I'm mostly new to the whole linux thing. I've been learning little bits here and there for a little while but still don't know as much as I should. anyway, i tried anonymous's suggestion but it didn't work. still happening with my latpop. im running an hp compaq presario c500. this is the code i pulled out, i tried what was suggested, then pulled all of it:
<mousebind button="Up" action="Click">
<action name="DesktopPrevious"/>
</mousebind>
<mousebind button="Down" action="Click">
<action name="DesktopNext"/>
</mousebind>
<mousebind button="A-Up" action="Click">
<action name="DesktopPrevious"/>
</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>
i don't necessarily want to completely disable this feature now that I think about it, when i scrol a milimeter on my touchpad it flies through the desktops multiple times. is there a way where i can set the length of the scroll before the desktop change?