mirror of https://github.com/xqemu/xqemu.git
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
This commit is contained in:
parent
5a964d93dc
commit
54ae1fbdf6
|
@ -1297,8 +1297,9 @@ used.
|
||||||
|
|
||||||
@item sendkey @var{keys}
|
@item sendkey @var{keys}
|
||||||
|
|
||||||
Send @var{keys} to the emulator. Use @code{-} to press several keys
|
Send @var{keys} to the emulator. @var{keys} could be the name of the
|
||||||
simultaneously. Example:
|
key or @code{#} followed by the raw value in either decimal or hexadecimal
|
||||||
|
format. Use @code{-} to press several keys simultaneously. Example:
|
||||||
@example
|
@example
|
||||||
sendkey ctrl-alt-f1
|
sendkey ctrl-alt-f1
|
||||||
@end example
|
@end example
|
||||||
|
|
Loading…
Reference in New Issue