There are several usb devices available, like mouse and tablet. One of them is keyboard. Mention it in help output too, just like it is done for mouse.
Signed-off-by: Michael Tokarev <m...@tls.msk.ru> diff --git a/qemu-options.hx b/qemu-options.hx index 35d95d1..cf9ef79 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -475,6 +475,9 @@ Add the USB device @var{devname}. @xref{usb_devices}. @item mouse Virtual Mouse. This will override the PS/2 mouse emulation when activated. +@item keyboard +Virtual Keyboard. This will override the PS/2 keyboard emulation when activated. + @item tablet Pointer device that uses absolute coordinates (like a touchscreen). This means qemu is able to report the mouse position without having to grab the -- 1.7.2.5