summaryrefslogtreecommitdiff
path: root/FEATURES
blob: e731e1fc4b07aaec0f2894219cfa9804b36b5683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
The touchpad driver has the following functions (some function requires features from the touchpad that must be present, multifinger taps for example):
- Movement with adjustable, non-linear acceleration and speed (Options: MinSpeed, MaxSpeed, AccelFactor)
- Button events through short touching of the touchpad (Options: MaxTapTime, MaxTapMove)
- Double-Button events through double short touching of the touchpad 
- Dragging through short touching and holding down the finger on the touchpad
- Middle and right button events on the upper and lower corner of the touchpad (Option: Edges)
- Scrolling (button four and five events) through moving the finger on the right side of the touchpad (Options: Edges, VertScrollDelta)
- The up/down button sends button four/five events
- Adjustable finger detection (Option: Finger)
- Ext Mouse repeater support - Alpha! (Option: Repeater)
- Multifinger taps: two finger for middle button and three finger for right button events
- Online configuration through short-memory (in development) (Option: SHMConfig)