X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/06447732750a022a44476f8929568f0b11bfc6e9..863423141a3347a013004c809e9d8ce29e11d377:/man/xinput.man diff --git a/man/xinput.man b/man/xinput.man index 6f340dc..104cafb 100644 --- a/man/xinput.man +++ b/man/xinput.man @@ -56,6 +56,34 @@ 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 set-float-prop \fIdevice_name\fP \fIproperty\fP \fIvalue\fP +Sets a float property for the device. +.PP +.TP 8 +.B xinput set-prop \fIdevice_name\fP \fIproperty\fP \fIvalue\fP +Set the property to the given value(s). The format and type of the property +are left as-is and the arguments are interpreted according to the property +type. This argument can only be used to modify existing properties. +.PP +.TP 8 +.B xinput watch-props \fIdevice_name\fP +Prints to standard out when property changes occur. +.PP +.TP 8 +.B xinput delete-prop \fIdevice_name\fP \fIproperty\fP +Delete the property from the device. +.PP +.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 +92,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.