mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 15:10:07 +01:00
added keyboard layout "French (Switzerland)"
This commit is contained in:
parent
210fd52797
commit
25d25ee078
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-11-11 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* winconfig.c:
|
||||
added keyboard layout "French (Switzerland)"
|
||||
|
||||
2004-10-28 Alexander Gottwald <ago at freedesktop dot org>
|
||||
|
||||
* win.h:
|
||||
|
|
|
|||
|
|
@ -247,6 +247,7 @@ WinKBLayoutRec winKBLayouts[] = {
|
|||
{ 0x40b, -1, "pc105", "fi", NULL, NULL, "Finnish"},
|
||||
{ 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)"},
|
||||
{ 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