From: Guido Günther Date: Fri, 26 Dec 2008 13:37:53 +0000 (+0000) Subject: document vnc's keymap attribute X-Git-Tag: LIBVIRT_0_6_0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a223253c9d579faa1023d8cc118574d9cc09ae;p=thirdparty%2Flibvirt.git document vnc's keymap attribute --- diff --git a/ChangeLog b/ChangeLog index 658314cc6e..0d4994e85e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 26 14:22:04 CET 2008 Guido Günther + + 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 * docs/logging.html docs/logging.html.in: new page documenting diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index bb484b7f9d..e6005622e4 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -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> diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index f42f203487..62235c074f 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -667,7 +667,8 @@ qemu-kvm -net nic,model=? /dev/null preferred syntax for indicating autoallocation of the TCP port to use. The listen attribute is an IP address for the server to listen on. The password attribute provides a VNC password - in clear text. + in clear text. The keymap attribute specifies the keymap + to use.

Consoles, serial & parallel devices