2025-03-14 21:59:59 -06:00
|
|
|
# qm sendkey
|
|
|
|
|
|
|
|
|
|
> Send QEMU monitor encoding key event to a virtual machine.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://pve.proxmox.com/pve-docs/qm.1.html#cli_qm_sendkey>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Send the specified key event to a specific virtual machine:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`qm {{[sen|sendkey]}} {{100}} {{key}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Allow root user to send key event and ignore locks:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`qm {{[sen|sendkey]}} --skiplock {{true}} {{100}} {{key}}`
|