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.
1616
1717## Required libraries
1818
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 ) .
2020
2121## Compile and install
2222
@@ -45,8 +45,8 @@ The configuration is store in an ini file with the following sections and keys (
4545 * Enable -> enable the 2 finger zoom (true, ** false** )
4646 * Delta -> move distance of a finger for a zoom event (integer, ** 200** )
4747* [ 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** )
5050* [ 2-Fingers]
5151 * Up -> combination of keys that should be emulated by swiping with 2 fingers up
5252 * 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