mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-19 17:50:30 +01:00
Added hungarian keyboard layout.
This commit is contained in:
parent
9000b3c061
commit
c2be8fbc91
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-01-27 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* winconfig.c:
|
||||
Added hungarian keyboard layout.
|
||||
|
||||
2005-01-27 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* winmultiwindowwindow.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)"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue