Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d3ee645 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Support Thai Keyboard"

parents a7c24ea5 5f32a47e
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<Keyboard
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
    latin:rowHeight="20%p"
>
    <include
        latin:keyboardLayout="@xml/rows_thai" />
</Keyboard>
+97 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+0E51: "๑" THAI DIGIT ONE -->
            <Key
                latin:keyLabel="&#x0E51;" />
            <!-- U+0E52: "๒" THAI DIGIT TWO -->
            <Key
                latin:keyLabel="&#x0E52;" />
            <!-- U+0E53: "๓" THAI DIGIT THREE -->
            <Key
                latin:keyLabel="&#x0E53;" />
            <!-- U+0E54: "๔" THAI DIGIT FOUR -->
            <Key
                latin:keyLabel="&#x0E54;" />
            <!-- U+0E39: " ู" THAI CHARACTER SARA UU -->
            <Key
                latin:keyLabel="&#x0E39;" />
            <!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT -->
            <Key
                latin:keyLabel="&#x0E3F;" />
            <!-- U+0E55: "๕" THAI DIGIT FIVE -->
            <Key
                latin:keyLabel="&#x0E55;" />
            <!-- U+0E56: "๖" THAI DIGIT SIX -->
            <Key
                latin:keyLabel="&#x0E56;" />
            <!-- U+0E57: "๗" THAI DIGIT SEVEN -->
            <Key
                latin:keyLabel="&#x0E57;" />
            <!-- U+0E58: "๘" THAI DIGIT EIGHT -->
            <Key
                latin:keyLabel="&#x0E58;" />
            <!-- U+0E59: "๙" THAI DIGIT NINE -->
            <Key
                latin:keyLabel="&#x0E59;" />
        </case>
        <default>
            <!-- U+0E45: "ๅ" THAI CHARACTER LAKKHANGYAO -->
            <Key
                latin:keyLabel="&#x0E45;" />
            <Key
                latin:keyLabel="/" />
            <!-- U+0E20: "ภ" THAI CHARACTER PHO SAMPHAO -->
            <Key
                latin:keyLabel="&#x0E20;" />
            <!-- U+0E16: "ถ" THAI CHARACTER THO THUNG -->
            <Key
                latin:keyLabel="&#x0E16;" />
            <!-- U+0E38: " ุ" THAI CHARACTER SARA U -->
            <Key
                latin:keyLabel="&#x0E38;" />
            <!-- U+0E36: " ึ" THAI CHARACTER SARA UE -->
            <Key
                latin:keyLabel="&#x0E36;" />
            <!-- U+0E04: "ค" THAI CHARACTER KHO KHWAI -->
            <Key
                latin:keyLabel="&#x0E04;" />
            <!-- U+0E15: "ต" THAI CHARACTER TO TAO -->
            <Key
                latin:keyLabel="&#x0E15;" />
            <!-- U+0E08: "จ" THAI CHARACTER CHO CHAN -->
            <Key
                latin:keyLabel="&#x0E08;" />
            <!-- U+0E02: "ข" THAI CHARACTER KHO KHAI -->
            <Key
                latin:keyLabel="&#x0E02;" />
            <!-- U+0E0A: "ช" THAI CHARACTER CHO CHANG -->
            <Key
                latin:keyLabel="&#x0E0A;" />
        </default>
    </switch>
</merge>
+108 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+0E50: "๐" THAI DIGIT ZERO -->
            <Key
                latin:keyLabel="&#x0E50;" />
            <Key
                latin:keyLabel="&quot;" />
            <!-- U+0E0E: "ฎ" THAI CHARACTER DO CHADA -->
            <Key
                latin:keyLabel="&#x0E0E;" />
            <!-- U+0E11: "ฑ" THAI CHARACTER THO NANGMONTHO -->
            <Key
                latin:keyLabel="&#x0E11;" />
            <!-- U+0E18: "ธ" THAI CHARACTER THO THONG -->
            <Key
                latin:keyLabel="&#x0E18;" />
            <!-- U+0E4D: "กํ" THAI CHARACTER THANTHAKHAT -->
            <Key
                latin:keyLabel="&#x0E4D;" />
            <!-- U+0E4A: "ก๊" THAI CHARACTER MAI TRI -->
            <Key
                latin:keyLabel="&#x0E4A;" />
            <!-- U+0E13: "ณ" THAI CHARACTER NO NEN -->
            <Key
                latin:keyLabel="&#x0E13;" />
            <!-- U+0E2F: "ฯ" THAI CHARACTER PAIYANNOI -->
            <Key
                latin:keyLabel="&#x0E2F;" />
            <!-- U+0E0D: "ญ" THAI CHARACTER YO YING -->
            <Key
                latin:keyLabel="&#x0E0D;" />
            <!-- U+0E10: "ฐ" THAI CHARACTER THO THAN -->
            <Key
                latin:keyLabel="&#x0E10;" />
            <Key
                latin:keyLabel="," />
            <!-- U+0E05: "ฅ" THAI CHARACTER KHO KHON -->
            <Key
                latin:keyLabel="&#x0E05;" />
        </case>
        <default>
            <!-- U+0E46: "ๆ" THAI CHARACTER MAIYAMOK -->
            <Key
                latin:keyLabel="&#x0E46;" />
            <!-- U+0E44: "ไ" THAI CHARACTER SARA AI MAIMALAI -->
            <Key
                latin:keyLabel="&#x0E44;" />
            <!-- U+0E33: "ำ" THAI CHARACTER SARA AM -->
            <Key
                latin:keyLabel="&#x0E33;" />
            <!-- U+0E1E: "พ" THAI CHARACTER PHO PHAN -->
            <Key
                latin:keyLabel="&#x0E1E;" />
            <!-- U+0E30: "ะ" THAI CHARACTER SARA A -->
            <Key
                latin:keyLabel="&#x0E30;" />
            <!-- U+0E31: "กั" THAI CHARACTER MAI HAN-AKAT -->
            <Key
                latin:keyLabel="&#x0E31;" />
            <!-- U+0E35: "กี" HAI CHARACTER SARA II -->
            <Key
                latin:keyLabel="&#x0E35;" />
            <!-- U+0E23: "ร" THAI CHARACTER RO RUA -->
            <Key
                latin:keyLabel="&#x0E23;" />
            <!-- U+0E19: "น" THAI CHARACTER NO NU -->
            <Key
                latin:keyLabel="&#x0E19;" />
            <!-- U+0E22: "ย" THAI CHARACTER YO YAK -->
            <Key
                latin:keyLabel="&#x0E22;" />
            <!-- U+0E1A: "บ" THAI CHARACTER BO BAIMAI -->
            <Key
                latin:keyLabel="&#x0E1A;" />
            <!-- U+0E25: "ล" THAI CHARACTER LO LING -->
            <Key
                latin:keyLabel="&#x0E25;" />
            <!-- U+0E03: "ฃ" THAI CHARACTER KHO KHUAT -->
            <Key
                latin:keyLabel="&#x0E03;" />
        </default>
    </switch>
</merge>
+97 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <!-- U+0E24: "ฤ" THAI CHARACTER RU -->
            <Key
                latin:keyLabel="&#x0E24;" />
            <!-- U+0E06: "ฆ" THAI CHARACTER KHO RAKHANG -->
            <Key
                latin:keyLabel="&#x0E06;" />
            <!-- U+0E0F: "ฏ" THAI CHARACTER TO PATAK -->
            <Key
                latin:keyLabel="&#x0E0F;" />
            <!-- U+0E42: "โ" THAI CHARACTER SARA O -->
            <Key
                latin:keyLabel="&#x0E42;" />
            <!-- U+0E0C: "ฌ" THAI CHARACTER CHO CHOE -->
            <Key
                latin:keyLabel="&#x0E0C;" />
            <!-- U+0E47: " ็" THAI CHARACTER MAITAIKHU -->
            <Key
                latin:keyLabel="&#x0E47;" />
            <!-- U+0E4B: " ๋" THAI CHARACTER MAI CHATTAWA -->
            <Key
                latin:keyLabel="&#x0E4B;" />
            <!-- U+0E29: "ษ" THAI CHARACTER SO RUSI -->
            <Key
                latin:keyLabel="&#x0E29;" />
            <!--  U+0E28: "ศ" THAI CHARACTER SO SALA -->
            <Key
                latin:keyLabel="&#x0E28;" />
            <!-- U+0E0B: "ซ" THAI CHARACTER SO SO -->
            <Key
                latin:keyLabel="&#x0E0B;" />
            <Key
                latin:keyLabel="." />
        </case>
        <default>
            <!-- U+0E1F: "ฟ" THAI CHARACTER FO FAN -->
            <Key
                latin:keyLabel="&#x0E1F;" />
            <!-- U+0E2B: "ห" THAI CHARACTER HO HIP -->
            <Key
                latin:keyLabel="&#x0E2B;" />
            <!-- U+0E01: "ก" THAI CHARACTER KO KAI -->
            <Key
                latin:keyLabel="&#x0E01;" />
            <!-- U+0E14: "ด" THAI CHARACTER DO DEK -->
            <Key
                latin:keyLabel="&#x0E14;" />
            <!-- U+0E40: "เ" THAI CHARACTER SARA E -->
            <Key
                latin:keyLabel="&#x0E40;" />
            <!-- U+0E49: " ้" THAI CHARACTER MAI THO -->
            <Key
                latin:keyLabel="&#x0E49;" />
            <!-- U+0E48: " ฺ" THAI CHARACTER MAI EK -->
            <Key
                latin:keyLabel="&#x0E48;" />
            <!-- U+0E32: "า" THAI CHARACTER SARA AA -->
            <Key
                latin:keyLabel="&#x0E46;" />
            <!-- U+0E2A: "ส" THAI CHARACTER SO SUA -->
            <Key
                latin:keyLabel="&#x0E46;" />
            <!-- U+0E27: "ว" THAI CHARACTER WO WAEN -->
            <Key
                latin:keyLabel="&#x0E2F;" />
            <!-- U+0E07: "ง" THAI CHARACTER NGO NGU -->
            <Key
                latin:keyLabel="&#x0E07;" />
        </default>
    </switch>
</merge>
+89 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
    <switch>
        <case
            latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
        >
            <Key
                latin:keyLabel="(" />
            <Key
                latin:keyLabel=")" />
            <!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
            <Key
                latin:keyLabel="&#x0E09;" />
            <!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
            <Key
                latin:keyLabel="&#x0E2E;" />
            <!-- U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
            <Key
                latin:keyLabel="&#x0E3A;" />
            <!-- U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
            <Key
                latin:keyLabel="&#x0E4C;" />
            <Key
                latin:keyLabel="\?" />
            <!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
            <Key
                latin:keyLabel="&#x0E12;" />
            <!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
            <Key
                latin:keyLabel="&#x0E2C;" />
            <!-- U+0E26: "ฦ" THAI CHARACTER LU -->
            <Key
                latin:keyLabel="&#x0E26;" />
        </case>
        <default>
            <!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
            <Key
                latin:keyLabel="&#x0E1C;" />
            <!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
            <Key
                latin:keyLabel="&#x0E1B;" />
            <!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
            <Key
                latin:keyLabel="&#x0E41;" />
            <!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
            <Key
                latin:keyLabel="&#x0E2D;" />
            <!-- U+0E34: " ิ" THAI CHARACTER SARA I -->
            <Key
                latin:keyLabel="&#x0E34;" />
            <!-- U+0E37: " ื" THAI CHARACTER SARA UEE -->
            <Key
                latin:keyLabel="&#x0E37;" />
            <!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
            <Key
                latin:keyLabel="&#x0E17;" />
            <!-- U+0E21: "ม" THAI CHARACTER MO MA -->
            <Key
                latin:keyLabel="&#x0E21;" />
            <!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
            <Key
                latin:keyLabel="&#x0E43;" />
            <!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
            <Key
                latin:keyLabel="&#x0E1D;" />
        </default>
    </switch>
</merge>
Loading