Hi,
up to this point, I had never bothered about local keymap settings for my domUs
because I only ever used RDP to access windows domains and serial for
solaris/linux, but today I really needed to use the VNC console with a german
keyboard layout. This is still on snv_111
I had tried setting
<graphics type=''vnc'' port=''5900''
keymap=''de''/>
in the XML definition, but that didn''t work.
The only solution I had found was to use
xm list -l <DOMIN> >file.sxp
edit the file, replace all "keymap en-us" definitions with
"keymap de" and
redefine the domU using
xm new -F file.sxp
Is there a way to properly redefine the keymaps using virsh define?
Thanks, Nils