qemu: pass -k en-us to fix arrow keys under Wayland clients

This commit is contained in:
K. Lange 2018-12-11 17:04:20 +09:00
parent c16328f0cf
commit 73a3dc1414

View File

@ -308,7 +308,7 @@ else
else
KVM=
endif
QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk ${KVM} -rtc base=localtime
QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk ${KVM} -rtc base=localtime -k en-us
endif