Re: emulate mouse middle-button on Dell XPS 13?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ranjan Maitra <maitra@xxxxxxxxxxx> writes:

> Does anyone know how to emulate a middle-button on the
> touchpad-integrated mouse (my terminology) on this machine? I have
> tried hitting the two mouse-clicks (want of a better term) at the same
> time to no avail. Any other possibilities?

There used to be an option you could put into your xorg.conf
... Emulate3Buttons or something like that.  You could look into that
and try to figure out which settings work with your hardware.  I have a
remnant here (which is commented out):


# Section "InputDevice"
#     Identifier     "Mouse0"
#     Driver         "mouse"
#     Option         "Protocol" "auto"
# #    Option         "Protocol" "ExplorerPS/2"
#     Option         "Device" "/dev/input/mice"
#     Option         "Emulate3Buttons" "no"
#     Option         "ZAxisMapping" "4 5"
#     Option         "11"
#     Option         "EmulateWheel" "True"
#     Option         "EmulateWheelButton" "3"
#     Option         "EmulateWheelClickToo" "0"
# EndSection


That must have been for a Logitech Trackman Marble FX.  It gives you an
idea what it can look like.  You might want to start with something like:


Section "InputDevice"
     Identifier     "Mouse0"
     Driver         "mouse"
     Option         "Protocol" "auto"
     Option         "Emulate3Buttons" "yes"
EndSection


... after looking at man xinput.


-- 
Fedora release 19 (Schrödinger’s Cat)
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux