Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2012, The Android Open Source Project
      6 **
      7 ** Licensed under the Apache License, Version 2.0 (the "License");
      8 ** you may not use this file except in compliance with the License.
      9 ** You may obtain a copy of the License at
     10 **
     11 **     http://www.apache.org/licenses/LICENSE-2.0
     12 **
     13 ** Unless required by applicable law or agreed to in writing, software
     14 ** distributed under the License is distributed on an "AS IS" BASIS,
     15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     16 ** See the License for the specific language governing permissions and
     17 ** limitations under the License.
     18 */
     19 -->
     20 
     21 <merge
     22     xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
     23 >
     24     <switch>
     25         <case
     26             latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"
     27         >
     28             <Key
     29                 latin:keyLabel="(" />
     30             <Key
     31                 latin:keyLabel=")" />
     32             <!-- U+0E09: "" THAI CHARACTER CHO CHING -->
     33             <Key
     34                 latin:keyLabel="&#x0E09;"
     35                 latin:keyLabelFlags="fontNormal" />
     36             <!-- U+0E2E: "" THAI CHARACTER HO NOKHUK -->
     37             <Key
     38                 latin:keyLabel="&#x0E2E;"
     39                 latin:keyLabelFlags="fontNormal" />
     40             <!-- U+0020: " " SPACE
     41                  U+0E3A: " " THAI CHARACTER PHINTHU -->
     42             <!-- Note: The space character is needed as a preceding letter to draw some Thai
     43                  composing characters correctly. -->
     44             <Key
     45                 latin:keyLabel="&#x20;&#x0E3A;"
     46                 latin:code="0x0E3A"
     47                 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
     48             <!-- U+0020: " " SPACE
     49                  U+0E4C: " " THAI CHARACTER THANTHAKHAT -->
     50             <!-- Note: The space character is needed as a preceding letter to draw some Thai
     51                  composing characters correctly. -->
     52             <Key
     53                 latin:keyLabel="&#x20;&#x0E4C;"
     54                 latin:code="0x0E4C"
     55                 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
     56             <Key
     57                 latin:keyLabel="\?" />
     58             <!-- U+0E12: "" THAI CHARACTER THO PHUTHAO -->
     59             <Key
     60                 latin:keyLabel="&#x0E12;"
     61                 latin:keyLabelFlags="fontNormal" />
     62             <!-- U+0E2C: "" THAI CHARACTER LO CHULA -->
     63             <Key
     64                 latin:keyLabel="&#x0E2C;"
     65                 latin:keyLabelFlags="fontNormal" />
     66             <!-- U+0E26: "" THAI CHARACTER LU -->
     67             <Key
     68                 latin:keyLabel="&#x0E26;"
     69                 latin:keyLabelFlags="fontNormal" />
     70         </case>
     71         <default>
     72             <!-- U+0E1C: "" THAI CHARACTER PHO PHUNG -->
     73             <Key
     74                 latin:keyLabel="&#x0E1C;"
     75                 latin:keyLabelFlags="fontNormal" />
     76             <!-- U+0E1B: "" THAI CHARACTER PO PLA -->
     77             <Key
     78                 latin:keyLabel="&#x0E1B;"
     79                 latin:keyLabelFlags="fontNormal" />
     80             <!-- U+0E41: "" THAI CHARACTER SARA AE -->
     81             <Key
     82                 latin:keyLabel="&#x0E41;"
     83                 latin:keyLabelFlags="fontNormal" />
     84             <!-- U+0E2D: "" THAI CHARACTER O ANG -->
     85             <Key
     86                 latin:keyLabel="&#x0E2D;"
     87                 latin:keyLabelFlags="fontNormal" />
     88             <!-- U+0020: " " SPACE
     89                  U+0E34: " " THAI CHARACTER SARA I -->
     90             <!-- Note: The space character is needed as a preceding letter to draw some Thai
     91                  composing characters correctly. -->
     92             <Key
     93                 latin:keyLabel="&#x20;&#x0E34;"
     94                 latin:code="0x0E34"
     95                 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
     96             <!-- U+0020: " " SPACE
     97                  U+0E37: " " THAI CHARACTER SARA UEE -->
     98             <!-- Note: The space character is needed as a preceding letter to draw some Thai
     99                  composing characters correctly. -->
    100             <Key
    101                 latin:keyLabel="&#x20;&#x0E37;"
    102                 latin:code="0x0E37"
    103                 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
    104             <!-- U+0E17: "" THAI CHARACTER THO THAHAN -->
    105             <Key
    106                 latin:keyLabel="&#x0E17;"
    107                 latin:keyLabelFlags="fontNormal" />
    108             <!-- U+0E21: "" THAI CHARACTER MO MA -->
    109             <Key
    110                 latin:keyLabel="&#x0E21;"
    111                 latin:keyLabelFlags="fontNormal" />
    112             <!-- U+0E43: "" THAI CHARACTER SARA AI MAIMUAN -->
    113             <Key
    114                 latin:keyLabel="&#x0E43;"
    115                 latin:keyLabelFlags="fontNormal" />
    116             <!-- U+0E1D: "" THAI CHARACTER FO FA -->
    117             <Key
    118                 latin:keyLabel="&#x0E1D;"
    119                 latin:keyLabelFlags="fontNormal" />
    120         </default>
    121     </switch>
    122 </merge>
    123