]> diplodocus.org Git - xorg-xinput/blobdiff - man/xinput.man
test-xi2: Update to keycode grabs instead of keysym grabs.
[xorg-xinput] / man / xinput.man
index 410ecd0dcd3b47701a3aacff3f5a99aafd62a6cd..104cafbd995682165b8ef278982bc016f3f73602 100644 (file)
@@ -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,13 +92,18 @@ 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.
+.PP
+Copyright 2008, Philip Langdale.
 
 .SH AUTHOR
 
 .nf
+Philip Langdale, <philipl@alumni.utexas.net>
 Frederic Lepied, France <Frederic.Lepied@sugix.frmug.org>
 .fi