2012-03-22 06:31:47 +00:00
|
|
|
<?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
|
2012-04-04 05:30:42 +00:00
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
|
2012-03-22 06:31:47 +00:00
|
|
|
>
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="(" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=")" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E09: "ฉ" THAI CHARACTER CHO CHING -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฉ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E2E: "ฮ" THAI CHARACTER HO NOKHUK -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฮ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
|
|
|
<!-- U+0020: " " SPACE
|
|
|
|
U+0E3A: " ฺ" THAI CHARACTER PHINTHU -->
|
|
|
|
<!-- Note: The space character is needed as a preceding letter to draw some Thai
|
|
|
|
composing characters correctly. -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=" ฺ|ฺ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
|
|
|
<!-- U+0020: " " SPACE
|
|
|
|
U+0E4C: " ์" THAI CHARACTER THANTHAKHAT -->
|
|
|
|
<!-- Note: The space character is needed as a preceding letter to draw some Thai
|
|
|
|
composing characters correctly. -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=" ์|์"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="\?" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E12: "ฒ" THAI CHARACTER THO PHUTHAO -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฒ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E2C: "ฬ" THAI CHARACTER LO CHULA -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฬ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E26: "ฦ" THAI CHARACTER LU -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฦ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
</case>
|
|
|
|
<default>
|
|
|
|
<!-- U+0E1C: "ผ" THAI CHARACTER PHO PHUNG -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ผ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E1B: "ป" THAI CHARACTER PO PLA -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ป"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E41: "แ" THAI CHARACTER SARA AE -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="แ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E2D: "อ" THAI CHARACTER O ANG -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="อ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
|
|
|
<!-- U+0020: " " SPACE
|
|
|
|
U+0E34: " ิ" THAI CHARACTER SARA I -->
|
|
|
|
<!-- Note: The space character is needed as a preceding letter to draw some Thai
|
|
|
|
composing characters correctly. -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=" ิ|ิ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
|
|
|
<!-- U+0020: " " SPACE
|
|
|
|
U+0E37: " ื" THAI CHARACTER SARA UEE -->
|
|
|
|
<!-- Note: The space character is needed as a preceding letter to draw some Thai
|
|
|
|
composing characters correctly. -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec=" ื|ื"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E17: "ท" THAI CHARACTER THO THAHAN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ท"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E21: "ม" THAI CHARACTER MO MA -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ม"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E43: "ใ" THAI CHARACTER SARA AI MAIMUAN -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ใ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
<!-- U+0E1D: "ฝ" THAI CHARACTER FO FA -->
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
latin:keySpec="ฝ"
|
2012-08-31 10:19:35 +00:00
|
|
|
latin:keyLabelFlags="fontNormal" />
|
2012-03-22 06:31:47 +00:00
|
|
|
</default>
|
|
|
|
</switch>
|
|
|
|
</merge>
|