mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 11:15:26 +02:00
ydotool: add Spanish translation (#12611)
* ydotool: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
3d0362ac6f
commit
0e7c25833e
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/ydotool.md
Normal file
20
pages.es/linux/ydotool.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# ydotool
|
||||
|
||||
> Controla las entradas de teclado y ratón mediante comandos de forma agnóstica al servidor de visualización.
|
||||
> Más información: <https://github.com/ReimuNotMoe/ydotool>.
|
||||
|
||||
- Inicia el daemon ydotool en segundo plano:
|
||||
|
||||
`ydotoold`
|
||||
|
||||
- Realiza un clic con el botón izquierdo:
|
||||
|
||||
`ydotool click 0xC0`
|
||||
|
||||
- Realiza un clic con el botón derecho:
|
||||
|
||||
`ydotool click 0xC1`
|
||||
|
||||
- Ingresa la combinación de teclas Alt+F4:
|
||||
|
||||
`ydotool key 56:1 62:1 62:0 56:0`
|
Loading…
Add table
Reference in a new issue