diff options
-rw-r--r-- | man/xinput.man | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/xinput.man b/man/xinput.man index 6f340dc..0cad0b3 100644 --- a/man/xinput.man +++ b/man/xinput.man @@ -56,6 +56,19 @@ Change the button mapping of \fIdevice_name\fP. Uses XSetDeviceButtonMapping(3). Query the device state. Uses XQueryDeviceState(3). .PP .TP 8 +.B xinput list-props \fIdevice_name\fP [\fIdevice_name\fP...] +Lists properties that can be set for the given device(s). +.PP +.TP 8 +.B xinput set-int-prop \fIdevice_name\fP \fIproperty\fP \fIformat\fP \fIvalue\fP +Sets an integer property for the device. Appropriate values for \fIformat\fP +are 8, 16, or 32, depending on the property. +.PP +.TP 8 +.B xinput watch-props \fIdevice_name\fP +Prints to standard out when property changes occur. +.PP +.TP 8 .B xinput test [-proximity] \fIdevice_name\fP Register all extended events from \fIdevice_name\fP and enter an endless loop displaying events received. If the -proximity is given, ProximityIn @@ -64,6 +77,8 @@ and ProximityOut are registered. \fIdevice_name\fP can be the device name as a string or the XID of the device. .PP +\fIproperty\fP can be the property as a string or the Atom value. +.PP .SH COPYRIGHT Copyright 1996,1997, Frederic Lepied. |