From 73a3dc1414971fb86954f239dd85f6a15c658064 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Tue, 11 Dec 2018 17:04:20 +0900 Subject: [PATCH] qemu: pass -k en-us to fix arrow keys under Wayland clients --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9c2a574..2bf18b80 100644 --- a/Makefile +++ b/Makefile @@ -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