mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
Add "Turkish F" keyboard layout to USetup.
svn path=/trunk/; revision=38709
This commit is contained in:
parent
079741c940
commit
c89abc23b7
2 changed files with 3 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
MUI_LAYOUTS thTHLayouts[] =
|
||||
{
|
||||
{ L"041E", L"0000041E" },
|
||||
{ L"041E", L"0001041E" },
|
||||
{ L"041E", L"0002041E" },
|
||||
{ L"041E", L"0000041E" },
|
||||
{ L"041E", L"0003041E" },
|
||||
{ L"041E", L"0001041E" },
|
||||
{ L"0409", L"00000409" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
MUI_LAYOUTS trTRLayouts[] =
|
||||
{
|
||||
{ L"041F", L"0000041F" },
|
||||
{ L"041F", L"0001041f" },
|
||||
{ L"0409", L"00000409" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue