Add "Turkish F" keyboard layout to USetup.

svn path=/trunk/; revision=38709
This commit is contained in:
Dmitry Gorbachev 2009-01-11 19:09:11 +00:00
parent 079741c940
commit c89abc23b7
2 changed files with 3 additions and 2 deletions

View file

@ -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 }
};

View file

@ -4,6 +4,7 @@
MUI_LAYOUTS trTRLayouts[] =
{
{ L"041F", L"0000041F" },
{ L"041F", L"0001041f" },
{ L"0409", L"00000409" },
{ NULL, NULL }
};