diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-31 10:47:32 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-01-31 10:47:32 +0000 |
commit | 374b9aa8ce14cd20a6768519eee63948c83488d6 (patch) | |
tree | 242c37baa98979fda3b421380da2c63802c8b042 /hw/xwin/winconfig.c | |
parent | 8d277ceb22929fcb44f2d4def8c5b70535eb087f (diff) |
Added hungarian keyboard layout.
Diffstat (limited to 'hw/xwin/winconfig.c')
-rw-r--r-- | hw/xwin/winconfig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winconfig.c b/hw/xwin/winconfig.c index 44d66b19a..fb9295472 100644 --- a/hw/xwin/winconfig.c +++ b/hw/xwin/winconfig.c @@ -248,6 +248,7 @@ WinKBLayoutRec winKBLayouts[] = { { 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"}, { 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"}, { 0x100c, -1, "pc105", "fr_CH", NULL, NULL, "French (Switzerland)"}, + { 0x40e, -1, "pc105", "hu", NULL, NULL, "Hungarian"}, { 0x410, -1, "pc105", "it", NULL, NULL, "Italian"}, { 0x411, 7, "jp106", "jp", NULL, NULL, "Japanese"}, { 0x813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"}, |