Hold Mouse Button

jrock2004

Member
Ok so I installed Gentoo inside of Parallels 5. I have parallel tools installed as well. Everything is working good except I have to hold the mouse down on right clicks.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5 6 7"
Option "SendCoreEvents" "yes"
EndSection

Section "InputDevice"
Identifier "Parallels Mouse"
Driver "prlmouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5 6 7"
Option "SendCoreEvents" "yes"
EndSection

Any thoughts
 
Back
Top