]> git.proxmox.com Git - qemu-server.git/commit
stop passing default '-k' QEMU option from datacenter.cfg
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Mar 2018 13:26:43 +0000 (14:26 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 21 Mar 2018 09:48:07 +0000 (10:48 +0100)
commitb20df606a1abdb4d0a7101baee219902452ba545
tree44b62a68d092464b42b89e84feec5cd74f62075d
parent345d263f6cfecb4e677f7213d22f3698fe5c671b
stop passing default '-k' QEMU option from datacenter.cfg

Modern noVNC does not needs this anymore, actually things may get
worse if it's used. E.g., when one sets 'de' and the VM locale is
'de' you may get a 'ΔΈ' (unicode kra) if you want to send an ampersand
character through pressing SHIFT + 6.

Qemus manual pages confirms that this is most times not needed
anymore:

 > -k language
 >    Use keyboard layout language (for example "fr" for
 >    French). This option is only needed where it is not
 >    easy to get raw PC keycodes (e.g. on Macs, with some
 >    X11 servers or with a VNC or curses display). You don't
 >    normally need to use it on PC/Linux or PC/Windows
 >    hosts.
 -- man kvm

An user can always set it per VM, wew simply remove the implict
default derived from the cluster wide datacenter.cfg

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm