Added hungarian keyboard layout.
This commit is contained in:
parent
8d277ceb22
commit
374b9aa8ce
|
@ -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>
|
2005-01-31 Alexander Gottwald <ago at freedesktop dot org>
|
||||||
|
|
||||||
* InitOutput.c:
|
* InitOutput.c:
|
||||||
|
|
|
@ -248,6 +248,7 @@ WinKBLayoutRec winKBLayouts[] = {
|
||||||
{ 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"},
|
{ 0x40c, -1, "pc105", "fr", NULL, NULL, "French (Standard)"},
|
||||||
{ 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"},
|
{ 0x80c, -1, "pc105", "be", NULL, NULL, "French (Belgian)"},
|
||||||
{ 0x100c, -1, "pc105", "fr_CH", NULL, NULL, "French (Switzerland)"},
|
{ 0x100c, -1, "pc105", "fr_CH", NULL, NULL, "French (Switzerland)"},
|
||||||
|
{ 0x40e, -1, "pc105", "hu", NULL, NULL, "Hungarian"},
|
||||||
{ 0x410, -1, "pc105", "it", NULL, NULL, "Italian"},
|
{ 0x410, -1, "pc105", "it", NULL, NULL, "Italian"},
|
||||||
{ 0x411, 7, "jp106", "jp", NULL, NULL, "Japanese"},
|
{ 0x411, 7, "jp106", "jp", NULL, NULL, "Japanese"},
|
||||||
{ 0x813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"},
|
{ 0x813, -1, "pc105", "be", NULL, NULL, "Dutch (Belgian)"},
|
||||||
|
|
Loading…
Reference in New Issue