document vnc's keymap attribute

This commit is contained in:
Guido Günther 2008-12-26 13:37:53 +00:00
parent e03a902735
commit 13a223253c
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Fri Dec 26 14:22:04 CET 2008 Guido Günther <agx@sigxcpu.org>
document vnc's keymap attribute
* docs/formatdomain.html.in: document keymap attribute
* docs/drvqemu.html.in: add keymap attribute to example
Tue Dec 23 14:44:41 CET 2008 Daniel Veillard <veillard@redhat.com>
* docs/logging.html docs/logging.html.in: new page documenting

View File

@ -85,7 +85,7 @@
&lt;source network='default'/&gt;
&lt;mac address='24:42:53:21:52:45'/&gt;
&lt;/interface&gt;
&lt;graphics type='vnc' port='-1'/&gt;
&lt;graphics type='vnc' port='-1' keymap='de'/&gt;
&lt;/devices&gt;
&lt;/domain&gt;</pre>

View File

@ -667,7 +667,8 @@ qemu-kvm -net nic,model=? /dev/null
preferred syntax for indicating autoallocation of the TCP port to use.
The <code>listen</code> attribute is an IP address for the server to
listen on. The <code>password</code> attribute provides a VNC password
in clear text.</dd>
in clear text. The <code>keymap</code> attribute specifies the keymap
to use.</dd>
</dl>
<h4><a name="elementsConsole">Consoles, serial &amp; parallel devices</a></h4>