aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-doc.texi
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-01 21:46:07 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-10-01 21:46:07 +0000
commit54ae1fbdf607c7fb452853ca140adcbab51b5dae (patch)
treee50368c083ba112ba4ebe55e3371d653d4178735 /qemu-doc.texi
parent5a964d93dce5ee2059d960afd3a5748f5b94456e (diff)
qemu-doc: document use of raw values with sendkey
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5383 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r--qemu-doc.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 98ad678e0..e86029761 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -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