File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module uinput or compile it to the kernel for using linux-touch-gestures.
16
16
17
17
## Required libraries
18
18
19
- The only need extra library should be [ libiniparser] ( http://ndevilla.free.fr/iniparser/html/index.html ) .
19
+ The only needed extra library should be [ libiniparser] ( http://ndevilla.free.fr/iniparser/html/index.html ) .
20
20
21
21
## Compile and install
22
22
@@ -45,8 +45,8 @@ The configuration is store in an ini file with the following sections and keys (
45
45
* Enable -> enable the 2 finger zoom (true, ** false** )
46
46
* Delta -> move distance of a finger for a zoom event (integer, ** 200** )
47
47
* [ Thresholds]
48
- * Vertical -> threshold for vertical swipe events in percent (unsigned integer, ** 15** )
49
- * Horizontal -> threshold for horizontal swipe events in percent (unsigned integer, ** 15** )
48
+ * Vertical -> threshold for vertical swipe events in percent of the touchpad's height (unsigned integer, ** 15** )
49
+ * Horizontal -> threshold for horizontal swipe events in percent of the touchpad's width (unsigned integer, ** 15** )
50
50
* [ 2-Fingers]
51
51
* Up -> combination of keys that should be emulated by swiping with 2 fingers up
52
52
* Down -> combination of keys that should be emulated by swiping with 2 fingers down
You can’t perform that action at this time.
0 commit comments