Age | Commit message (Collapse) | Author |
|
This adds 3 new options. Use them as follows:
Section "InputDevice"
...
Option "ClickFinger1" "1"
Option "ClickFinger2" "3"
Option "ClickFinger3" "2"
EndSection
The driver would then report:
* clicking one finger = left click
* clicking with two fingers = right click
* clicking with 3 fingers = middle mouse button
|
|
|
|
This reverts commit e6595886d7ae3a1730cd0d9f86fd0f305c0743c2.
Conflicts:
linux_input.h
src/synaptics.c
Drop the changes from Matthew Garrett since he did not agree to the MIT license
change.
|
|
First let's move the source and header files to a seperate source directory.
The structure of the new directory layout will be similar to xf86-input-evdev.
|