Commit 54ae1fbdf607c7fb452853ca140adcbab51b5dae

Authored by aurel32
1 parent 5a964d93

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
Showing 1 changed file with 3 additions and 2 deletions
qemu-doc.texi
@@ -1297,8 +1297,9 @@ used. @@ -1297,8 +1297,9 @@ used.
1297 1297
1298 @item sendkey @var{keys} 1298 @item sendkey @var{keys}
1299 1299
1300 -Send @var{keys} to the emulator. Use @code{-} to press several keys  
1301 -simultaneously. Example: 1300 +Send @var{keys} to the emulator. @var{keys} could be the name of the
  1301 +key or @code{#} followed by the raw value in either decimal or hexadecimal
  1302 +format. Use @code{-} to press several keys simultaneously. Example:
1302 @example 1303 @example
1303 sendkey ctrl-alt-f1 1304 sendkey ctrl-alt-f1
1304 @end example 1305 @end example