LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   scroll left goes right and right goes left (https://www.linuxquestions.org/questions/linux-hardware-18/scroll-left-goes-right-and-right-goes-left-577071/)

adamruss 08-14-2007 01:58 PM

scroll left goes right and right goes left
 
hello,
i got a logitech vx revolution mouse. i got it working with evdev.. but my left scoll goes right and right goes left, i tried changing to 7 6 instead of 6 7 in xorg.conf .. and i tried pointer = 1 2 3 4 5 7 6 8 9 10 11 in .Xmodmaps and it didnt work, does anyone have a solution?

HappyTux 08-16-2007 12:01 AM

Quote:

Originally Posted by adamruss (Post 2858821)
hello,
i got a logitech vx revolution mouse. i got it working with evdev.. but my left scoll goes right and right goes left, i tried changing to 7 6 instead of 6 7 in xorg.conf .. and i tried pointer = 1 2 3 4 5 7 6 8 9 10 11 in .Xmodmaps and it didnt work, does anyone have a solution?

I use this in my /home/username/.bashrc for my LX7 which has the same problem.

Code:

xbindkeys
xmodmap -e "pointer = 1 2 3 4 5 7 6 8 9 10 11 12 13 14 15 16 17 18 19 20"

Then with the xbindkeys installed in my /home/username/.xbindkeysrc

Code:

"xvkbd -xsendevent -text "\[Alt_L]\[Left]""
b:8
"xvkbd -xsendevent -text "\[Alt_L]\[Right]""
b:9
"xvkbd -xsendevent -text "\[Right]""
b:6
"xvkbd -xsendevent -text "\[Left]""
b:7

If you don't have the forward and back keys then you don't need the 8 & 9 lines.

adamruss 08-17-2007 11:31 AM

what you did bind's the "left" and "right" keyboard keys to the buttons, but left and right dont scroll left and right...

i think the problum is i setup in xorg.conf that the core pointer is the touchpad, so thge xmodmaps setting it set to the touchpad and not to the mouse... so i'm trying to figure out how to make the xmodmap talk with the second mouse


All times are GMT -5. The time now is 10:47 PM.