2025-03-14 21:59:59 -06:00
|
|
|
# qm sendkey
|
|
|
|
|
|
|
|
|
|
> Send QEMU monitor encoding key event to a virtual machine.
|
|
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html>.
|
|
|
|
|
|
|
|
|
|
- Send the specified key event to a specific virtual machine:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[sen|sendkey]}} {{vm_id}} {{key}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Allow root user to send key event and ignore locks:
|
|
|
|
|
|
2025-09-14 18:48:49 -06:00
|
|
|
`qm {{[sen|sendkey]}} --skiplock {{true}} {{vm_id}} {{key}}`
|