Added hungarian keyboard layout.

This commit is contained in:
Alexander Gottwald 2005-01-31 10:47:32 +00:00
parent 8d277ceb22
commit 374b9aa8ce
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2005-01-31 Alexander Gottwald <ago at freedesktop dot org>
* winconfig.c:
Added hungarian keyboard layout.
2005-01-31 Alexander Gottwald <ago at freedesktop dot org>
* winmessages.h
* winmsg.h
* winmsg.c
* winmultiwindowwndproc.c
* winwin32rootlesswndproc.c
* winwndproc.c:
Make logging of messages configurable with environment variables
2005-01-31 Alexander Gottwald <ago at freedesktop dot org>
* InitOutput.c:

View File

@ -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)"},