Hold Mouse Button

Discussion in 'Linux Virtual Machine' started by jrock2004, Mar 26, 2010.

  1. jrock2004

    jrock2004 Member

    Messages:
    21
    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
     

Share This Page