mirror of https://gitee.com/openkylin/libvirt.git
document vnc's keymap attribute
This commit is contained in:
parent
e03a902735
commit
13a223253c
|
@ -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
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<source network='default'/>
|
||||
<mac address='24:42:53:21:52:45'/>
|
||||
</interface>
|
||||
<graphics type='vnc' port='-1'/>
|
||||
<graphics type='vnc' port='-1' keymap='de'/>
|
||||
</devices>
|
||||
</domain></pre>
|
||||
|
||||
|
|
|
@ -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 & parallel devices</a></h4>
|
||||
|
|
Loading…
Reference in New Issue