mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
tools: sort the options in debug-events match page
We now have enough config options that having them unsorted makes it hard to find the right option. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1075>
This commit is contained in:
parent
d1e49c7b3d
commit
86915213c8
1 changed files with 30 additions and 30 deletions
|
|
@ -58,9 +58,6 @@ option.
|
|||
Set the send-events option to disabled for the devices matching patterns.
|
||||
This option is not affected by the \fB\-\-apply-to="pattern"\fR option.
|
||||
.TP 8
|
||||
.B \-\-enable\-tap|\-\-disable\-tap
|
||||
Enable or disable tap-to-click
|
||||
.TP 8
|
||||
.B \-\-enable-drag|\-\-disable\-drag
|
||||
Enable or disable tap-and-drag
|
||||
.TP 8
|
||||
|
|
@ -69,8 +66,11 @@ Enable (in timeout mode) or disable drag-lock
|
|||
.B \-\-enable\-drag\-lock=[sticky|timeout]
|
||||
Enable drag-lock in sticky or timeout mode
|
||||
.TP 8
|
||||
.B \-\-enable\-natural\-scrolling|\-\-disable\-natural\-scrolling
|
||||
Enable or disable natural scrolling
|
||||
.B \-\-enable\-dwt|\-\-disable\-dwt
|
||||
Enable or disable disable-while-typing
|
||||
.TP 8
|
||||
.B \-\-enable\-dwtp|\-\-disable\-dwtp
|
||||
Enable or disable disable-while-trackpointing
|
||||
.TP 8
|
||||
.B \-\-enable\-left\-handed|\-\-disable\-left\-handed
|
||||
Enable or disable left handed button configuration
|
||||
|
|
@ -78,34 +78,25 @@ Enable or disable left handed button configuration
|
|||
.B \-\-enable\-middlebutton|\-\-disable\-middlebutton
|
||||
Enable or disable middle button emulation
|
||||
.TP 8
|
||||
.B \-\-enable\-dwt|\-\-disable\-dwt
|
||||
Enable or disable disable-while-typing
|
||||
.TP 8
|
||||
.B \-\-enable\-dwtp|\-\-disable\-dwtp
|
||||
Enable or disable disable-while-trackpointing
|
||||
.B \-\-enable\-natural\-scrolling|\-\-disable\-natural\-scrolling
|
||||
Enable or disable natural scrolling
|
||||
.TP 8
|
||||
.B \-\-enable\-scroll-button-lock|\-\-disable\-scroll-button-lock
|
||||
Enable or disable the scroll button lock
|
||||
.TP 8
|
||||
.B \-\-enable\-tap|\-\-disable\-tap
|
||||
Enable or disable tap-to-click
|
||||
.TP 8
|
||||
.B \-\-set\-calibration="1.0 0.0 0.0 0.0 1.0 0.0"
|
||||
Set the first 6 elements of a 3x3 matrix to use for calibration. The third row of the
|
||||
matrix is always "0.0 0.0 0.1".
|
||||
.TP 8
|
||||
.B \-\-set\-click\-method=[none|clickfinger|buttonareas]
|
||||
Set the desired click method
|
||||
.TP 8
|
||||
.B \-\-set\-clickfinger\-map=[lrm|lmr]
|
||||
Set button mapping for clickfinger
|
||||
.TP 8
|
||||
.B \-\-set\-scroll\-method=[none|twofinger|edge|button]
|
||||
Set the desired scroll method
|
||||
.TP 8
|
||||
.B \-\-set\-scroll\-button=BTN_MIDDLE
|
||||
Set the button to the given button code
|
||||
.TP 8
|
||||
.B \-\-set\-profile=[adaptive|flat|custom]
|
||||
Set pointer acceleration profile
|
||||
.TP 8
|
||||
.B \-\-set\-speed=<value>
|
||||
Set pointer acceleration speed. The allowed range is [-1, 1].
|
||||
This only applies to the flat or adaptive profile.
|
||||
.TP 8
|
||||
.B \-\-set\-custom\-points="<value>;...;<value>"
|
||||
Sets the n points defining a custom acceleration function
|
||||
The points are defined in a semicolon-separated list of floating point
|
||||
|
|
@ -122,18 +113,27 @@ Sets the type of the custom acceleration function.
|
|||
Defaults to fallback.
|
||||
This only applies to the custom profile.
|
||||
.TP 8
|
||||
.B \-\-set\-tap\-map=[lrm|lmr]
|
||||
Set button mapping for tapping
|
||||
.B \-\-set\-pressure\-range=<min>:<max>
|
||||
Set the tablet tool pressure range to min:max. min and max must be in range [0.0, 1.0].
|
||||
.TP 8
|
||||
.B \-\-set\-profile=[adaptive|flat|custom]
|
||||
Set pointer acceleration profile
|
||||
.TP 8
|
||||
.B \-\-set\-rotation\-angle=<degrees>
|
||||
Set the rotation angle in degrees (0 to 360).
|
||||
.TP 8
|
||||
.B \-\-set\-pressure\-range=<min>:<max>
|
||||
Set the tablet tool pressure range to min:max. min and max must be in range [0.0, 1.0].
|
||||
.B \-\-set\-scroll\-button=BTN_MIDDLE
|
||||
Set the button to the given button code
|
||||
.TP 8
|
||||
.B \-\-set\-calibration="1.0 0.0 0.0 0.0 1.0 0.0"
|
||||
Set the first 6 elements of a 3x3 matrix to use for calibration. The third row of the
|
||||
matrix is always "0.0 0.0 0.1".
|
||||
.B \-\-set\-scroll\-method=[none|twofinger|edge|button]
|
||||
Set the desired scroll method
|
||||
.TP 8
|
||||
.B \-\-set\-speed=<value>
|
||||
Set pointer acceleration speed. The allowed range is [-1, 1].
|
||||
This only applies to the flat or adaptive profile.
|
||||
.TP 8
|
||||
.B \-\-set\-tap\-map=[lrm|lmr]
|
||||
Set button mapping for tapping
|
||||
.SH NOTES
|
||||
.PP
|
||||
Events shown by this tool may not correspond to the events seen by a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue