From 8c97a0078e7fe22e6159fa53490dfca2f4d267a9 Mon Sep 17 00:00:00 2001 From: Colin Harrison Date: Wed, 19 Nov 2014 22:33:39 +0000 Subject: [PATCH] xwin: Add a tentative entry for the Korean keyboard to the list of known keyboard layouts Signed-off-by: Colin Harrison Reviewed-by: Jon Turney --- hw/xwin/winlayouts.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index a61fd7ac1..d3d5c6df3 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -74,6 +74,7 @@ WinKBLayoutRec winKBLayouts[] = { {0x00010410, -1, "pc105", "it", NULL, NULL, "Italian (142)"}, {0xa0000410, -1, "macbook79", "it", "mac", NULL, "Italiano (Apple)"}, {0x00000411, 7, "jp106", "jp", NULL, NULL, "Japanese"}, + {0x00000412, -1, "kr106", "kr", NULL, NULL, "Korean"}, {0x00000413, -1, "pc105", "nl", NULL, NULL, "Dutch"}, {0x00000813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"}, {0x00000414, -1, "pc105", "no", NULL, NULL, "Norwegian"},