summaryrefslogtreecommitdiff
path: root/PARAMETER
blob: a975ada10db77c671f1def48e614d1aabc102595 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Device			String	Synaptics device
Protocol		String	"auto-dev" (automatic, default), "psaux" (raw) or
				"event" (linux 2.5 kernel events)
SHMConfig		Bool	switch on/off shared-memory for configuration
LeftEdge		Int	coordinates for left edge
RightEdge		Int	coordinates for right edge
TopEdge			Int	coordinates for top edge
BottomEdge		Int	coordinates for bottom edge
FingerLow		Int	min. finger pressure after ending with movement
FingerHigh		Int	max. finger pressure before beginning with movement
MaxTapTime		Int	max. time (in milliseconds) for detecting a tap
MaxTapMove		Int	max. movement of the finger for detecting a tap
VertScrollDelta		Int	move-distance of the finger for a scroll event
HorizScrollDelta	Int	move-distance of the finger for a scroll event
EdgeMotionSpeed		Int	edge motion speed when dragging
Repeater		String	repeater device
MinSpeed		Float	min. Speed-factor
MaxSpeed		Float	max. Speed-factor
AccelFactor		Float	acceleration-factor
UpDownScrolling		Bool	If on, the up/down buttons generate button 4/5 events.
				If off, the up button generates a double click and
				the down button generates a button 2 event.
EmulateMidButtonTime	Int	max time (in milliseconds) for middle button emulation.