]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
fix #1471: change keyboard default to undef
[qemu-server.git] / PVE / QemuServer.pm
index 97f0f9dcaaeaa5db46d39a8839a676be68068166..000dc5772e3418c5923d00fe52e8ac5021460168 100644 (file)
@@ -243,9 +243,10 @@ my $confdesc = {
     keyboard => {
        optional => 1,
        type => 'string',
-       description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.",
+       description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.".
+                      "It should not be necessary to set it.",
        enum => PVE::Tools::kvmkeymaplist(),
-       default => 'en-us',
+       default => undef,
     },
     name => {
        optional => 1,