549 lines
19 KiB
HTML
549 lines
19 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of LIBINPUT</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>LIBINPUT</H1>
|
|
Section: Devices and Network Interfaces (4)<BR>Updated: xf86-input-libinput 0.29.0<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
libinput - libinput-based X.Org input driver
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<PRE>
|
|
<B>Section "InputDevice"</B>
|
|
<B> Identifier "</B><I>devname</I><B>"</B>
|
|
<B> Driver "libinput"</B>
|
|
<B> Option "Device" "</B><I>devpath</I><B>"</B>
|
|
...
|
|
<B>EndSection</B>
|
|
</PRE>
|
|
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>NOTE</H2>
|
|
|
|
This is the man page for the X input driver. If you are looking for the
|
|
library documentation, go to
|
|
<B><A HREF="http://wayland.freedesktop.org/libinput/doc/">http://wayland.freedesktop.org/libinput/doc/</A></B>
|
|
|
|
<P>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<B>libinput</B>
|
|
|
|
is an Xorg input driver based on libinput. It
|
|
therefore supports all input devices that libinput can handle, including
|
|
most mice, keyboards, tablets and touchscreens.
|
|
<P>
|
|
|
|
It is recommended that
|
|
<B>libinput</B>
|
|
|
|
devices are configured through the
|
|
<B>InputClass</B>
|
|
|
|
directive (refer to <A HREF="/cgi-bin/man/man2html?5+xorg.conf">xorg.conf</A>(5)) instead of manual
|
|
per-device configuration. Devices configured in the
|
|
<A HREF="/cgi-bin/man/man2html?5+xorg.conf">xorg.conf</A>(5) are not hot-plug capable.
|
|
<P>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>CONFIGURATION DETAILS</H2>
|
|
|
|
Please refer to <A HREF="/cgi-bin/man/man2html?5+xorg.conf">xorg.conf</A>(5) for general configuration
|
|
details and for options that can be used with all input drivers. This
|
|
section only covers configuration details specific to this driver.
|
|
<P>
|
|
|
|
The following driver
|
|
<B>Options</B>
|
|
|
|
are supported:
|
|
<DL COMPACT>
|
|
<DT id="1"><B>Option "AccelProfile" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the pointer acceleration profile to the given profile. Permitted values
|
|
are
|
|
<B>adaptive,</B>
|
|
|
|
<B>flat.</B>
|
|
|
|
Not all devices support this option or all profiles. If a profile is
|
|
unsupported, the default profile for this device is used. For a description
|
|
on the profiles and their behavior, see the libinput documentation.
|
|
<DT id="2"><B>Option "AccelSpeed" "</B><I>float</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the pointer acceleration speed within the range [-1, 1]
|
|
<DT id="3"><B>Option "ButtonMapping" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the logical button mapping for this device, see
|
|
<A HREF="/cgi-bin/man/man2html?3+XSetPointerMapping">XSetPointerMapping</A>(3). The string must be a
|
|
space-separated list of button mappings in the order of the
|
|
logical buttons on the device, starting with button 1.
|
|
The default mapping is "1 2 3 ... 32". A mapping of 0
|
|
deactivates the button. Multiple buttons can have the same mapping.
|
|
Invalid mapping strings are discarded and the default mapping
|
|
is used for all buttons. Buttons not specified in the user's mapping use the
|
|
default mapping. See section
|
|
<B>BUTTON MAPPING</B>
|
|
|
|
for more details.
|
|
<DT id="4"><B>Option "CalibrationMatrix" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
A string of 9 space-separated floating point numbers, in the order
|
|
"a b c d e f g h i".
|
|
Sets the calibration matrix to the 3x3 matrix where the first row is (abc),
|
|
the second row is (def) and the third row is (ghi).
|
|
<DT id="5"><B>Option "ClickMethod" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables a click method. Permitted values are
|
|
<B>none,</B>
|
|
|
|
<B>buttonareas,</B>
|
|
|
|
<B>clickfinger.</B>
|
|
|
|
Not all devices support all methods, if an option is unsupported, the
|
|
default click method for this device is used.
|
|
<DT id="6"><B>Option "DisableWhileTyping" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Indicates if the touchpad should be disabled while typing on the keyboard
|
|
(this does not apply to modifier keys such as Ctrl or Alt).
|
|
<DT id="7"><B>Option "Device" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
Specifies the device through which the device can be accessed. This will
|
|
generally be of the form "/dev/input/eventX", where X is some integer.
|
|
When using
|
|
<B>InputClass</B>
|
|
|
|
directives, this option is set by the server.
|
|
The mapping from device node to hardware is system-dependent. Property:
|
|
"Device Node" (read-only).
|
|
<DT id="8"><B>Option "DragLockButtons" "</B><I>L1 B1 L2 B2 ...</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets "drag lock buttons" that simulate a button logically down even when it has
|
|
been physically released. To logically release a locked button, a second click
|
|
of the same button is required.
|
|
<DT id="9"><DD>
|
|
If the option is a single button number, that button acts as the
|
|
"meta" locking button for the next button number. See section
|
|
<B>BUTTON DRAG LOCK</B>
|
|
|
|
for details.
|
|
<DT id="10"><DD>
|
|
If the option is a list of button number pairs, the first number of each
|
|
number pair is the lock button, the second number the logical button number
|
|
to be locked. See section
|
|
<B>BUTTON DRAG LOCK</B>
|
|
|
|
for details.
|
|
<DT id="11"><DD>
|
|
For both meta and button pair configuration, the button numbers are
|
|
device button numbers, i.e. the
|
|
<B>ButtonMapping</B>
|
|
|
|
applies after drag lock.
|
|
<DT id="12"><B>Option "HorizontalScrolling" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Disables horizontal scrolling. When disabled, this driver will discard any
|
|
horizontal scroll events from libinput. Note that this does not disable
|
|
horizontal scrolling, it merely discards the horizontal axis from any scroll
|
|
events.
|
|
<DT id="13"><B>Option "LeftHanded" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables left-handed button orientation, i.e. swapping left and right buttons.
|
|
<DT id="14"><B>Option "MiddleEmulation" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables middle button emulation. When enabled, pressing the left and right
|
|
buttons simultaneously produces a middle mouse button click.
|
|
<DT id="15"><B>Option "NaturalScrolling" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables or disables natural scrolling behavior.
|
|
<DT id="16"><B>Option "RotationAngle" "</B><I>float</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the rotation angle of the device to the given angle, in degrees
|
|
clockwise. The angle must be between 0.0 (inclusive) and 360.0 (exclusive).
|
|
<DT id="17"><B>Option "ScrollButton" "</B><I>int</I><B>"</B>
|
|
|
|
<DD>
|
|
Designates a button as scroll button. If the
|
|
<B>ScrollMethod</B>
|
|
|
|
is
|
|
<B>button</B>
|
|
|
|
and the button is logically held down, x/y axis movement is converted into
|
|
scroll events.
|
|
<DT id="18"><B>Option "ScrollMethod" "</B><I>string</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables a scroll method. Permitted values are
|
|
<B>none,</B>
|
|
|
|
<B>twofinger,</B>
|
|
|
|
<B>edge,</B>
|
|
|
|
<B>button.</B>
|
|
|
|
Not all devices support all options, if an option is unsupported, the
|
|
default scroll option for this device is used.
|
|
<DT id="19"><B>Option "SendEventsMode" "</B><I>(disabled|enabled|disabled-on-external-mouse)</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the send events mode to disabled, enabled, or "disable when an external
|
|
mouse is connected".
|
|
<DT id="20"><B>Option "TabletToolPressureCurve" "</B><I>x0/y0 x1/y1 x2/y2 x3/y3</I><B>"</B>
|
|
|
|
<DD>
|
|
Set the pressure curve for a tablet stylus to the bezier formed by the four
|
|
points. The respective x/y coordinate must be in the [0.0, 1.0] range. For
|
|
more information see section
|
|
<B>TABLET STYLUS PRESSURE CURVE.</B>
|
|
|
|
<DT id="21"><B>Option "TabletToolAreaRatio" "</B><I>w:h</I><B>"</B>
|
|
|
|
<DD>
|
|
Sets the area ratio for a tablet tool. The area always starts at the
|
|
origin (0/0) and expands to the largest available area with the specified
|
|
aspect ratio. Events outside this area are cropped to the area. The special
|
|
value "default" is used for the default mapping (i.e. the device-native
|
|
mapping). For more information see section
|
|
<B>TABLET TOOL AREA RATIO.</B>
|
|
|
|
<DT id="22"><B>Option "Tapping" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables or disables tap-to-click behavior.
|
|
<DT id="23"><B>Option "TappingButtonMap" "</B><I>(lrm|lmr)</I><B>"</B>
|
|
|
|
<DD>
|
|
Set the button mapping for 1/2/3-finger taps to left/right/middle or
|
|
left/middle/right, respectively.
|
|
<DT id="24"><B>Option "TappingDrag" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables or disables drag during tapping behavior ("tap-and-drag"). When
|
|
enabled, a tap followed by a finger held down causes a single button down
|
|
only, all motions of that finger thus translate into dragging motion.
|
|
Tap-and-drag requires option
|
|
<B>Tapping</B>
|
|
|
|
to be enabled.
|
|
<DT id="25"><B>Option "TappingDragLock" "</B><I>bool</I><B>"</B>
|
|
|
|
<DD>
|
|
Enables or disables drag lock during tapping behavior. When enabled, a
|
|
finger up during tap-and-drag will not immediately release the button. If
|
|
the finger is set down again within the timeout, the dragging process
|
|
continues.
|
|
</DL>
|
|
<P>
|
|
|
|
For all options, the options are only parsed if the device supports that
|
|
configuration option. For all options, the default value is the one used by
|
|
libinput. On configuration failure, the default value is applied.
|
|
<P>
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SUPPORTED PROPERTIES</H2>
|
|
|
|
<B>libinput</B>
|
|
|
|
exports runtime-configurable options as properties. If a property listed
|
|
below is not available, the matching configuration option is not available
|
|
on the device. This however does not imply that the feature is not available
|
|
on the device. The following properties are provided by the
|
|
<B>libinput</B>
|
|
|
|
driver.
|
|
<DL COMPACT>
|
|
<DT id="26"><B>libinput Accel Profiles Available</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "adaptive", "flat".
|
|
Indicates which acceleration profiles are available on this device.
|
|
<DT id="27"><B>libinput Accel Profile Enabled</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "adaptive", "flat".
|
|
Indicates which acceleration profile is currently enabled on this device.
|
|
<DT id="28"><B>libinput Accel Speed</B>
|
|
|
|
<DD>
|
|
1 32-bit float value, defines the pointer speed. Value range -1, 1
|
|
<DT id="29"><B>libinput Button Scrolling Button</B>
|
|
|
|
<DD>
|
|
1 32-bit value. Sets the button number to use for button scrolling. This
|
|
setting is independent of the scroll method, to enable button scrolling the
|
|
method must be set to button-scrolling and a valid button must be set.
|
|
<DT id="30"><B>libinput Calibration Matrix</B>
|
|
|
|
<DD>
|
|
9 32-bit float values, representing a 3x3 calibration matrix, order is row
|
|
1, row 2, row 3
|
|
<DT id="31"><B>libinput Click Methods Available</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "buttonareas", "clickfinger".
|
|
Indicates which click methods are available on this device.
|
|
<DT id="32"><B>libinput Click Methods Enabled</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "buttonareas", "clickfinger".
|
|
Indicates which click methods are enabled on this device.
|
|
<DT id="33"><B>libinput Drag Lock Buttons</B>
|
|
|
|
<DD>
|
|
Either one 8-bit value specifying the meta drag lock button, or a list of
|
|
button pairs. See section
|
|
<B>BUTTON DRAG LOCK</B>
|
|
|
|
for details.
|
|
<DT id="34"><B>libinput Horizontal Scrolling Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). Indicates whether horizontal scrolling
|
|
events are enabled or not.
|
|
<DT id="35"><B>libinput Left Handed Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). Indicates if left-handed mode is enabled or
|
|
disabled.
|
|
<DT id="36"><B>libinput Middle Emulation Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). Indicates if middle emulation is enabled or
|
|
disabled.
|
|
<DT id="37"><B>libinput Natural Scrolling Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). 1 enables natural scrolling
|
|
<DT id="38"><B>libinput Rotation Angle</B>
|
|
|
|
<DD>
|
|
1 32-bit float value [0.0 to 360.0). Sets the rotation angle of the device,
|
|
clockwise of its natural neutral position.
|
|
<DT id="39"><B>libinput Scroll Methods Available</B>
|
|
|
|
<DD>
|
|
3 boolean values (8 bit, 0 or 1), in order "two-finger", "edge", "button".
|
|
Indicates which scroll methods are available on this device.
|
|
<DT id="40"><B>libinput Scroll Method Enabled</B>
|
|
|
|
<DD>
|
|
3 boolean values (8 bit, 0 or 1), in order "two-finger", "edge", "button".
|
|
Indicates which scroll method is currently enabled on this device.
|
|
<DT id="41"><B>libinput Send Events Modes Available</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "disabled" and
|
|
"disabled-on-external-mouse". Indicates which send-event modes are available
|
|
on this device.
|
|
<DT id="42"><B>libinput Send Events Mode Enabled</B>
|
|
|
|
<DD>
|
|
2 boolean values (8 bit, 0 or 1), in order "disabled" and
|
|
"disabled-on-external-mouse". Indicates which send-event modes is currently
|
|
enabled on this device.
|
|
<DT id="43"><B>libinput Tablet Tool Pressurecurve</B>
|
|
|
|
<DD>
|
|
4 32-bit float values [0.0 to 1.0]. See section
|
|
<B>TABLET TOOL PRESSURE CURVE</B>
|
|
|
|
<DT id="44"><B>libinput Tablet Tool Area Ratio</B>
|
|
|
|
<DD>
|
|
2 32-bit values, corresponding to width and height. Special value 0, 0
|
|
resets to the default ratio. See section
|
|
<B>TABLET TOOL AREA RATIO</B>
|
|
|
|
for more information.
|
|
<DT id="45"><B>libinput Tapping Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). 1 enables tapping
|
|
<DT id="46"><B>libinput Tapping Button Mapping Enabled</B>
|
|
|
|
<DD>
|
|
2 boolean value (8 bit, 0 or 1), in order "lrm" and "lmr". Indicates which
|
|
button mapping is currently enabled on this device.
|
|
<DT id="47"><B>libinput Tapping Drag Lock Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). 1 enables drag lock during tapping
|
|
<DT id="48"><B>libinput Disable While Typing Enabled</B>
|
|
|
|
<DD>
|
|
1 boolean value (8 bit, 0 or 1). Indicates if disable while typing is
|
|
enabled or disabled.
|
|
</DL>
|
|
<P>
|
|
|
|
Most properties have a
|
|
<B>libinput <property name> Default</B>
|
|
|
|
equivalent that indicates the default value for this setting on this device.
|
|
<P>
|
|
<A NAME="lbAH"> </A>
|
|
<H2>BUTTON MAPPING</H2>
|
|
|
|
X clients receive events with logical button numbers, where 1, 2, 3
|
|
are usually interpreted as left, middle, right and logical buttons 4, 5, 6,
|
|
7 are usually interpreted as scroll up, down, left, right. The fourth and
|
|
fifth physical buttons on a device will thus send logical buttons 8 and 9.
|
|
The
|
|
<B>ButtonMapping</B>
|
|
|
|
option adjusts the logical button mapping, it does not affect how a physical
|
|
button is mapped to a logical button.
|
|
<P>
|
|
|
|
Traditionally, a device was set to left-handed button mode by applying a
|
|
button mapping of
|
|
<B>"3 2 1 ..."</B>
|
|
|
|
On systems using the
|
|
<B>libinput</B>
|
|
|
|
Xorg input driver it is recommended to use the
|
|
<B>LeftHanded</B>
|
|
|
|
option instead.
|
|
<P>
|
|
|
|
The
|
|
<B>libinput</B>
|
|
|
|
Xorg input driver does not use the button mapping after setup.
|
|
Use <A HREF="/cgi-bin/man/man2html?3+XSetPointerMapping">XSetPointerMapping</A>(3) to modify the button mapping at
|
|
runtime.
|
|
<P>
|
|
<A NAME="lbAI"> </A>
|
|
<H2>BUTTON DRAG LOCK</H2>
|
|
|
|
Button drag lock holds a button logically down even when the button itself
|
|
has been physically released since. Button drag lock comes in two modes.
|
|
<P>
|
|
|
|
If in "meta" mode, a meta button click activates drag lock for the next
|
|
button press of any other button. A button click in the future will keep
|
|
that button held logically down until a subsequent click of that same
|
|
button. The meta button events themselves are discarded. A separate meta
|
|
button click is required each time a drag lock should be activated for a
|
|
button in the future.
|
|
<P>
|
|
|
|
If in "pairs" mode, each button can be assigned a target locking button.
|
|
On button click, the target lock button is held logically down until the
|
|
next click of the same button. The button events themselves are discarded
|
|
and only the target button events are sent.
|
|
<DL COMPACT>
|
|
<DT id="49">This feature is provided by this driver, not by libinput.<DD>
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAJ"> </A>
|
|
<H2>TABLET TOOL PRESSURECURVE</H2>
|
|
|
|
The pressure curve affects how stylus pressure is reported. By default, the
|
|
hardware pressure is reported as-is. By setting a pressure curve, the feel
|
|
of the stylus can be adjusted to be more like e.g. a pencil or a brush.
|
|
<P>
|
|
|
|
The pressure curve is a cubic Bezier curve, drawn within a normalized range
|
|
of 0.0 to 1.0 between the four points provided. This normalized range is
|
|
applied to the tablet's pressure input so that the highest pressure maps to
|
|
1.0. The points must have increasing x coordinates, if x0 is larger than 0.0
|
|
all pressure values lower than x0 are equivalent to y0. If x3 is less than
|
|
1.0, all pressure values higher than x3 are equivalent to y3.
|
|
<P>
|
|
The input for a linear curve (default) is "0.0/0.0 0.0/0.0 1.0/1.0 1.0/1.0";
|
|
a slightly
|
|
depressed curve (firmer) might be "0.0/0.0 0.05/0.0 1.0/0.95 1.0/1.0"; a slightly raised
|
|
curve (softer) might be "0.0/0.0 0.0/0.05 0.95/1.0 1.0/1.0".
|
|
<DL COMPACT>
|
|
<DT id="50">This feature is provided by this driver, not by libinput.<DD>
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAK"> </A>
|
|
<H2>TABLET TOOL AREA RATIO</H2>
|
|
|
|
By default, a tablet tool can access the whole sensor area and the tablet
|
|
area is mapped to the available screen area. For external tablets like
|
|
the Wacom Intuos series, the height:width ratio of the tablet may be
|
|
different to that of the monitor, causing the skew of input data.
|
|
<P>
|
|
|
|
To avoid this skew of input data, an area ratio may be set to match the
|
|
ratio of the screen device. For example, a ratio of 4:3 will reduce the
|
|
available area of the tablet to the largest available area with a ratio of
|
|
4:3. Events within this area will scale to the tablet's announced axis
|
|
range, the area ratio is thus transparent to the X server. Any events
|
|
outside this area will send events equal to the maximum value of that axis.
|
|
The area always starts at the device's origin in it's current rotation, i.e.
|
|
it takes left-handed-ness into account.
|
|
<DL COMPACT>
|
|
<DT id="51">This feature is provided by this driver, not by libinput.<DD>
|
|
<P>
|
|
</DL>
|
|
<A NAME="lbAL"> </A>
|
|
<H2>BUGS</H2>
|
|
|
|
This driver does not work with <B>Option "Device"</B> set to an event
|
|
node in <I>/dev/input/by-id</I> and <I>/dev/input/by-path</I>. This can be
|
|
usually be worked by using <B>Section "InputClass"</B> with an
|
|
appropriate <B>Match*</B> statement in the <A HREF="/cgi-bin/man/man2html?5+xorg.conf">xorg.conf</A>(5).
|
|
<P>
|
|
<A NAME="lbAM"> </A>
|
|
<H2>AUTHORS</H2>
|
|
|
|
Peter Hutterer
|
|
<A NAME="lbAN"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<A HREF="/cgi-bin/man/man2html?1+Xorg">Xorg</A>(1), <A HREF="/cgi-bin/man/man2html?5+xorg.conf">xorg.conf</A>(5), <A HREF="/cgi-bin/man/man2html?1+Xserver">Xserver</A>(1), <A HREF="/cgi-bin/man/man2html?7+X">X</A>(7)
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="52"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="53"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="54"><A HREF="#lbAD">NOTE</A><DD>
|
|
<DT id="55"><A HREF="#lbAE">DESCRIPTION</A><DD>
|
|
<DT id="56"><A HREF="#lbAF">CONFIGURATION DETAILS</A><DD>
|
|
<DT id="57"><A HREF="#lbAG">SUPPORTED PROPERTIES</A><DD>
|
|
<DT id="58"><A HREF="#lbAH">BUTTON MAPPING</A><DD>
|
|
<DT id="59"><A HREF="#lbAI">BUTTON DRAG LOCK</A><DD>
|
|
<DT id="60"><A HREF="#lbAJ">TABLET TOOL PRESSURECURVE</A><DD>
|
|
<DT id="61"><A HREF="#lbAK">TABLET TOOL AREA RATIO</A><DD>
|
|
<DT id="62"><A HREF="#lbAL">BUGS</A><DD>
|
|
<DT id="63"><A HREF="#lbAM">AUTHORS</A><DD>
|
|
<DT id="64"><A HREF="#lbAN">SEE ALSO</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:06:01 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|