]> Git Repo - qemu.git/commitdiff
qemu-doc: document use of raw values with sendkey
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 1 Oct 2008 21:46:07 +0000 (21:46 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 1 Oct 2008 21:46:07 +0000 (21:46 +0000)
Signed-off-by: Aurelien Jarno <[email protected]>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5383 c046a42c-6fe2-441c-8c8c-71466251a162

qemu-doc.texi

index 98ad678e042334dd048ab7f23f8aec6058825184..e86029761b4b096065ca32dc4ad51c78fc5ec0bd 100644 (file)
@@ -1297,8 +1297,9 @@ used.
 
 @item sendkey @var{keys}
 
-Send @var{keys} to the emulator. Use @code{-} to press several keys
-simultaneously. Example:
+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:
 @example
 sendkey ctrl-alt-f1
 @end example
This page took 0.030701 seconds and 4 git commands to generate.