X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/a0e4d4e1067de2a25e05272238a8503691c5b01a..90463ec26d4c89bdf63aab4ddac9f8295b6589cc:/man/xinput.man?ds=sidebyside diff --git a/man/xinput.man b/man/xinput.man index f70fe8c..87be8c7 100644 --- a/man/xinput.man +++ b/man/xinput.man @@ -104,9 +104,11 @@ loop displaying events received. If the -proximity is given, ProximityIn and ProximityOut are registered. .PP .TP 8 -.B --test-xi2 [\fIdevice\fP] +.B --test-xi2 [--root] [\fIdevice\fP] Register for a number of XI2 events and display them. If a device is given, -only events on this device are displayed. +only events on this device are displayed. If --root is given, events are +selected on the root window only. Otherwise, a new client window is created +(similar to xev). .PP .TP 8 .B --create-master \fIprefix\fP [sendCore] [enable] @@ -148,6 +150,16 @@ detected or RandR 1.2 or later is not available, a Xinerama output may be specified as "HEAD-N", with N being the Xinerama screen number. This option has no effect on relative devices. .PP +.TP 8 +.B --enable \fIdevice\fP +Enable the \fIdevice\fP. This call is equivalent to +.B xinput --set-prop device \fI"Device Enabled"\fP 1 +.PP +.TP 8 +.B --disable \fIdevice\fP +Disable the \fIdevice\fP. This call is equivalent to +.B xinput --set-prop device \fI"Device Enabled"\fP 0 +.PP \fIdevice\fP can be the device name as a string or the XID of the device. .PP