summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2008-08-30 15:01:59 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-08-30 15:01:59 +0930
commit6b85506eaf5bef0a7d823450d34e08e51a8010bb (patch)
treeb78ad0aae3a4a1703e68d25b67362e5da565118f
parent1c7b473b7e64f8b616aba70926f93d37d5269c28 (diff)
Add --list-props, --watch-props and --set-int-prop options to man page.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
-rw-r--r--man/xinput.man15
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.