From 13a223253c9d579faa1023d8cc118574d9cc09ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 26 Dec 2008 13:37:53 +0000 Subject: [PATCH] document vnc's keymap attribute --- ChangeLog | 6 ++++++ docs/drvqemu.html.in | 2 +- docs/formatdomain.html.in | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) 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