diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-04 11:06:21 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-04 11:06:21 +0000 |
commit | a3a91a355bc6107b7d06d722fb97d2b80065ee0b (patch) | |
tree | e2be17d810a18995492ac6dd1cc16e7f7ca683e4 /qemu-doc.texi | |
parent | ab2572d7eacf5d70b7fa76a4912fe9739544f6d6 (diff) | |
download | qemu-a3a91a355bc6107b7d06d722fb97d2b80065ee0b.zip |
sendkey command
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@883 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 395f39a3fe..94c1ccf190 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -484,6 +484,17 @@ Dump 80 16 bit values at the start of the video memory. Print expression value. Only the @var{format} part of @var{fmt} is used. +@item sendkey keys + +Send @var{keys} to the emulator. Use @code{-} to press several keys +simultaneously. Example: +@example +sendkey ctrl-alt-f1 +@end example + +This command is useful to send keys that your graphical user interface +intercepts at low level, such as @code{ctrl-alt-f1} in X Window. + @end table @subsection Integer expressions |