mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-04-14 11:54:16 +00:00
Made it possible to disable the touchpad at runtime. (Patch
from "Jrg Bsner" <ich@joerg-boesner.de>.)
This commit is contained in:
@@ -61,6 +61,7 @@ static struct Parameter params[] = {
|
||||
DEFINE_PAR("AccelFactor", accl, PT_DOUBLE, 0, 0.2),
|
||||
DEFINE_PAR("EdgeMotionSpeed", edge_motion_speed, PT_INT, 0, 400),
|
||||
DEFINE_PAR("UpDownScrolling", updown_button_scrolling, PT_BOOL, 0, 1),
|
||||
DEFINE_PAR("TouchpadOff", touchpad_off, PT_BOOL, 0, 1),
|
||||
{ 0, 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user