mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 23:35:34 +02:00
libinput: add Spanish translation (#15548)
This commit is contained in:
parent
f9fc4aaad3
commit
8ab7b9da0a
1 changed files with 24 additions and 0 deletions
24
pages.es/linux/libinput.md
Normal file
24
pages.es/linux/libinput.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# libinput
|
||||
|
||||
> Interfaz con libinput.
|
||||
> Más información: <https://wayland.freedesktop.org/libinput/doc/latest/>.
|
||||
|
||||
- Lista todos los dispositivos reconocidos por libinput:
|
||||
|
||||
`sudo libinput list-devices`
|
||||
|
||||
- Imprime todos los eventos de libinput:
|
||||
|
||||
`sudo libinput debug-events`
|
||||
|
||||
- Muestra una interfaz gráfica para visualizar los eventos de libinput:
|
||||
|
||||
`sudo libinput debug-gui`
|
||||
|
||||
- Depura los valores del eje de la tableta:
|
||||
|
||||
`sudo libinput debug-tablet`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`libinput -h`
|
Loading…
Add table
Reference in a new issue