diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2014-11-19 22:33:39 +0000 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-02-29 14:04:54 -0500 |
commit | 8c97a0078e7fe22e6159fa53490dfca2f4d267a9 (patch) | |
tree | 1dd91e7380c51b9f284bca472bff47c5574928d8 /hw | |
parent | a4d8a64c4ba467964476c4a1486da698bd6aed9e (diff) |
xwin: Add a tentative entry for the Korean keyboard to the list of known keyboard layouts
Signed-off-by: Colin Harrison <colin.harrison@virgin.net>
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xwin/winlayouts.h | 1 |
1 files changed, 1 insertions, 0 deletions
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"}, |