LinuxCommandLibrary

qm-sendkey

Send key events to a Proxmox VM

TLDR

Send a key event to a virtual machine

$ qm sendkey 100 ctrl-alt-delete
copy
Send key event ignoring locks (root only)
$ qm sendkey --skiplock true 100 key
copy

SYNOPSIS

qm sendkey [options] vmid key

DESCRIPTION

qm sendkey sends QEMU monitor encoding key events to a virtual machine. This allows sending keyboard input like Ctrl+Alt+Delete or other key combinations to the VM.
Key names follow QEMU monitor encoding format.

PARAMETERS

--skiplock true|false

Ignore locks and force key send (root only)

CAVEATS

Key encoding follows QEMU monitor format, not standard key names. The skiplock option requires root privileges.

HISTORY

Part of Proxmox VE QEMU/KVM management tools for virtual machine administration.

SEE ALSO

qm(1), qm-monitor(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community