mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-04 02:40:16 +01:00
doc: a few replacements to make sphinx happy/prettier
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
e83b1314ba
commit
a154e85988
3 changed files with 8 additions and 3 deletions
|
|
@ -26,6 +26,7 @@ events on click. The height of the button area depends on the hardware but
|
|||
is usually around 10mm.
|
||||
|
||||
Left, right and middle button events can be triggered as follows:
|
||||
|
||||
- if a finger is in the main area or the left button area, a click generates
|
||||
left button events.
|
||||
- if a finger is in the right area, a click generates right button events.
|
||||
|
|
@ -48,6 +49,7 @@ A release event always releases the buttons logically down, regardless of
|
|||
the current finger position
|
||||
|
||||
The movement of a finger can alter the button area behavior:
|
||||
|
||||
- if a finger starts in the main area and moves into the software button
|
||||
area, the software buttons do not apply to that finger
|
||||
- a finger in the software button area does not move the pointer
|
||||
|
|
|
|||
|
|
@ -14,11 +14,13 @@ and provide the required data. You will need:
|
|||
- a reliable @ref reporting_bugs_reproducer "reproducer" for the bug
|
||||
- an @ref evemu "evemu recording" of the device while the bug is reproduced
|
||||
- device-specific information, see
|
||||
|
||||
- @ref reporting_bugs_touchpad
|
||||
- @ref reporting_bugs_mouse
|
||||
- @ref reporting_bugs_keyboard
|
||||
- @ref reporting_bugs_trackpoint
|
||||
- @ref reporting_bugs_other
|
||||
|
||||
- the @ref reporting_bugs_version "libinput version" you are on.
|
||||
- the @ref reporting_bugs_options "configuration options" you have set
|
||||
- a [gitlab account](https://gitlab.freedesktop.org/users/sign_in)
|
||||
|
|
@ -28,10 +30,10 @@ Stay technical, on-topic, and keep the description concise.
|
|||
@section reporting_bugs_version Obtaining the libinput version
|
||||
|
||||
If your libinput version is older than the current stable branch, you will
|
||||
get asked to try the latest version.
|
||||
get asked to try the latest version. If you run a distribution-provided
|
||||
libinput, use the package manager to get the **full** package name and
|
||||
version of libinput, e.g.
|
||||
|
||||
If you run a distribution-provided libinput, use the package manager to get
|
||||
the **full** package name and version of libinput, e.g.
|
||||
- `rpm -q libinput`
|
||||
- `dpkg -s libinput10`
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ setting libinput_device_config_accel_set_speed().
|
|||
@subsection trackpoint_multiplier_adjustment Adjusting the magic trackpoint multiplier
|
||||
|
||||
This section only applies if:
|
||||
|
||||
- the trackpoint default speed (speed setting 0) is unusably slow or
|
||||
unusably fast, **and**
|
||||
- the lowest speed setting (-1) is still too fast **or** the highest speed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue