diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-02-20 15:22:35 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2009-02-22 13:08:42 +0000 |
commit | 10dcf3ed9c543a6811340567e586ec0e476fcf61 (patch) | |
tree | 85b1fcfe5fabc57d2dd0770ea1ba7b959698e536 /hw/xwin/winlayouts.h | |
parent | 9531b96470a2fd812eb3fa0d1e10419331842496 (diff) |
Cygwin/X: Fix keyboard layout mapping for Latin American keyboards
Fix keyboard layout mapping table entry for Windows keyboard layout 0x80a
(Latin American), layout should (now) be 'latam', not 'la' which is Laos
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winlayouts.h')
-rw-r--r-- | hw/xwin/winlayouts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h index dabd5e07f..1fd345705 100644 --- a/hw/xwin/winlayouts.h +++ b/hw/xwin/winlayouts.h @@ -57,7 +57,7 @@ WinKBLayoutRec winKBLayouts[] = { 0x809, -1, "pc105", "gb", NULL, NULL, "English (United Kingdom)"}, { 0x1809, -1, "pc105", "ie", NULL, NULL, "Irish"}, { 0x40a, -1, "pc105", "es", NULL, NULL, "Spanish (Spain, Traditional Sort)"}, - { 0x80a, -1, "pc105", "la", NULL, NULL, "Latin American"}, + { 0x80a, -1, "pc105", "latam", NULL, NULL, "Latin American"}, { 0x40b, -1, "pc105", "fi", NULL, NULL, "Finnish"}, { 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"}, { 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"}, |