mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
qm-sendkey: add Spanish translation (#15146)
This commit is contained in:
parent
3fb8537113
commit
ca596c1dac
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/qm-sendkey.md
Normal file
12
pages.es/linux/qm-sendkey.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# qm sendkey
|
||||
|
||||
> Envía un evento de teclado del monitor QEMU a una máquina virtual.
|
||||
> Más información: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
||||
|
||||
- Envía el evento de teclado (key) especificado a una máquina virtual específica:
|
||||
|
||||
`qm sendkey {{id_mv}} {{tecla}}`
|
||||
|
||||
- Permite al usuario root enviar el evento clave e ignorar cualquier bloqueo:
|
||||
|
||||
`qm sendkey --skiplock {{true}} {{id_mv}} {{tecla}}`
|
Loading…
Add table
Reference in a new issue