]> git.proxmox.com Git - qemu.git/blobdiff - hmp-commands.hx
fix doc of using raw values with sendkey
[qemu.git] / hmp-commands.hx
index f6104b099f8bb437fca7b390bf1ebcdbcde5bc6d..6a70a9c5980b78e6e9bc09047425e91620514036 100644 (file)
@@ -512,9 +512,9 @@ STEXI
 @item sendkey @var{keys}
 @findex sendkey
 
-Send @var{keys} to the emulator. @var{keys} could be the name of the
-key or @code{#} followed by the raw value in either decimal or hexadecimal
-format. Use @code{-} to press several keys simultaneously. Example:
+Send @var{keys} to the guest. @var{keys} could be the name of the
+key or the raw value in hexadecimal format. Use @code{-} to press
+several keys simultaneously. Example:
 @example
 sendkey ctrl-alt-f1
 @end example