mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[USETUP] Use an existing latvian keyboard layout
Use the existing Latvian keyboard layout instead of the Latvian (QUERTY) keyboard layout, which it not implemented yet. CORE-14561
This commit is contained in:
parent
6ca124323e
commit
02fbc6c51b
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
MUI_LAYOUTS lvLVLayouts[] =
|
||||
{
|
||||
{ L"0426", L"00010426" },
|
||||
{ L"0426", L"00000426" },
|
||||
// { L"0426", L"00010426" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue