mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 13:50:13 +01:00
Fix worng quirk name in doc
The doc mentioned 'AttrTouchPressureRange' quirk but `src/quirks.c` defines 'AttrPressureRange' instead. This led to unknown quirk name errors. Signed-off-by: yuri1969 <1969yuri1969@gmail.com>
This commit is contained in:
parent
4b0f200936
commit
201b81ebe9
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ AttrTouchSizeRange=N:M, AttrPalmSizeThreshold=O
|
|||
Specifies the touch size required to trigger a press (N) and to trigger
|
||||
a release (M). O > N > M. See :ref:`touchpad_touch_size_hwdb` for more
|
||||
details.
|
||||
AttrTouchPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P
|
||||
AttrPressureRange=N:M, AttrPalmPressureThreshold=O, AttrThumbPressureThreshold=P
|
||||
Specifies the touch pressure required to trigger a press (N) and to
|
||||
trigger a release (M), when a palm touch is triggered (O) and when a
|
||||
thumb touch is triggered (P). O > P > N > M. See
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue