diff options
author | Colin Harrison <colin.harrison@virgin.net> | 2014-11-19 22:33:39 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2015-11-03 17:15:37 +0000 |
commit | cb98d84eff1eb376fbc28156854cfe4aade8c1c3 (patch) | |
tree | 4a9a8ccc9af4d178fc15211e17e37bfc915b3ad1 | |
parent | b5cd97a86044c4ba120bc8ff9bed5a4e5c4d5ca8 (diff) |
Add a tentative entry for the Korean keyboard to the list of known keyboards
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
-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"}, |