mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- enable japanese keyboard layout in 1st stage setup (but 2nd stage doesn't but yet)
- select Swiss keyboard layout for Liechtenstein as default svn path=/trunk/; revision=34632
This commit is contained in:
parent
7a158b7f2d
commit
c2e433cadf
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
MUI_LAYOUTS deLILayouts[] =
|
||||
{
|
||||
{ L"1407", L"00000807" },
|
||||
{ L"1407", L"00000407" },
|
||||
{ L"0409", L"00000409" },
|
||||
{ NULL, NULL }
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
MUI_LAYOUTS jaJPLayouts[] =
|
||||
{
|
||||
{ L"0411", L"e0010411" },
|
||||
// { L"0411", L"e0010411" },
|
||||
{ L"0411", L"00000411" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue