summaryrefslogtreecommitdiff
path: root/synclient.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-10-24 23:06:09 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:54 +0200
commit70afb8f238878a68cbb235695719121dd5818018 (patch)
tree532a42c1886278f922e1e7d92bfa38fc406c8cdd /synclient.c
parent890dcc484aa67cb05d7f3b314a6d2d59e2b29cf3 (diff)
Added FastTaps option to make the driver react faster to
tapping.
Diffstat (limited to 'synclient.c')
-rw-r--r--synclient.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/synclient.c b/synclient.c
index d2be88b..d362480 100644
--- a/synclient.c
+++ b/synclient.c
@@ -76,6 +76,7 @@ static struct Parameter params[] = {
DEFINE_PAR("MaxTapMove", tap_move, PT_INT, 0, 2000),
DEFINE_PAR("MaxDoubleTapTime", tap_time_2, PT_INT, 0, 1000),
DEFINE_PAR("ClickTime", click_time, PT_INT, 0, 1000),
+ DEFINE_PAR("FastTaps", fast_taps, PT_BOOL, 0, 1),
DEFINE_PAR("EmulateMidButtonTime", emulate_mid_button_time, PT_INT, 0, 1000),
DEFINE_PAR("VertScrollDelta", scroll_dist_vert, PT_INT, 0, 1000),
DEFINE_PAR("HorizScrollDelta", scroll_dist_horiz, PT_INT, 0, 1000),