diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-05 15:30:34 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-05-06 11:56:25 +1000 |
commit | 429e9d569d9907f7954384dab433f2a267f173e1 (patch) | |
tree | 369cb1c5b014666a0818761450169831e3c5616d /man | |
parent | a4ce692ea35911fa597eff477e209c4ec49af79e (diff) | |
download | xf86-input-wacom-429e9d569d9907f7954384dab433f2a267f173e1.tar.gz |
Add a property to bind the device to a serial number.
This is a read/write property to force the device to a single serial number
only.
xsetwacom parameter BindToSerial
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chris Bagwell <chris@cnpbagwell.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/xsetwacom.man | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/xsetwacom.man b/man/xsetwacom.man index 3f3aafe..3a5fa40 100644 --- a/man/xsetwacom.man +++ b/man/xsetwacom.man @@ -113,6 +113,12 @@ shift, press and release b, release shift, release a". In addition to the "key" keyword, "button" and "modetoggle" are also recognized. Multiple keywords may be present in one action if desired: for example "key +ctrl button 5 key -ctrl". .TP +\fBBindToSerial\fR [serial|0] +Bind the device to the tool with the specified serial number. Once bound, +the device will ignore events from other tools. A serial of 0 means the +device is unbound and will react to any tool of the matching type. +Default: 0 +.TP \fBMapToOutput\fR output Map the tablet's input area to the given output (e.g. "VGA1"). The output must specify one of those available through the XRandR extension. A list of |