Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2013, 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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
     22     <switch>
     23         <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted">
     24             <!-- U+0ED1: "" LAO DIGIT ONE -->
     25             <Key latin:keySpec="&#x0ED1;" />
     26             <!-- U+0ED2: "" LAO DIGIT TWO -->
     27             <Key latin:keySpec="&#x0ED2;" />
     28             <!-- U+0ED3: "" LAO DIGIT THREE -->
     29             <Key latin:keySpec="&#x0ED3;" />
     30             <!-- U+0ED4: "" LAO DIGIT FOUR -->
     31             <Key latin:keySpec="&#x0ED4;" />
     32             <!-- U+0ECC: "" LAO CANCELLATION MARK -->
     33             <Key latin:keySpec="&#x0ECC;" />
     34             <!-- U+0EBC: "" LAO SEMIVOWEL SIGN LO -->
     35             <Key latin:keySpec="&#x0EBC;" />
     36             <!-- U+0ED5: "" LAO DIGIT FIVE -->
     37             <Key latin:keySpec="&#x0ED5;" />
     38             <!-- U+0ED6: "" LAO DIGIT SIX -->
     39             <Key latin:keySpec="&#x0ED6;" />
     40             <!-- U+0ED7: "" LAO DIGIT SEVEN -->
     41             <Key latin:keySpec="&#x0ED7;" />
     42             <!-- U+0ED8: "" LAO DIGIT EIGHT -->
     43             <Key latin:keySpec="&#x0ED8;" />
     44             <!-- U+0ED9: "" LAO DIGIT NINE -->
     45             <Key latin:keySpec="&#x0ED9;" />
     46             <!-- U+0ECD/U+0EC8: "" LAO NIGGAHITA/LAO TONE MAI EK -->
     47             <Key
     48                 latin:keySpec="&#x0ECD;&#x0EC8;"
     49                 latin:keyLabelFlags="followKeyLetterRatio" />
     50         </case>
     51         <default>
     52             <!-- U+0EA2: "" LAO LETTER YO
     53                  U+0ED1: "" LAO DIGIT ONE -->
     54             <Key
     55                 latin:keySpec="&#x0EA2;"
     56                 latin:keyHintLabel="1"
     57                 latin:additionalMoreKeys="1"
     58                 latin:moreKeys="&#x0ED1;" />
     59             <!-- U+0E9F: "" LAO LETTER FO SUNG
     60                  U+0ED2: "" LAO DIGIT TWO -->
     61             <Key
     62                 latin:keySpec="&#x0E9F;"
     63                 latin:keyHintLabel="2"
     64                 latin:additionalMoreKeys="2"
     65                 latin:moreKeys="&#x0ED2;" />
     66             <!-- U+0EC2: "" LAO VOWEL SIGN O
     67                  U+0ED3: "" LAO DIGIT THREE -->
     68             <Key
     69                 latin:keySpec="&#x0EC2;"
     70                 latin:keyHintLabel="3"
     71                 latin:additionalMoreKeys="3"
     72                 latin:moreKeys="&#x0ED3;" />
     73             <!-- U+0E96: "" LAO LETTER THO SUNG
     74                  U+0ED4: "" LAO DIGIT FOUR -->
     75             <Key
     76                 latin:keySpec="&#x0E96;"
     77                 latin:keyHintLabel="4"
     78                 latin:additionalMoreKeys="4"
     79                 latin:moreKeys="&#x0ED4;" />
     80             <!-- U+0EB8: "" LAO VOWEL SIGN U -->
     81             <Key latin:keySpec="&#x0EB8;" />
     82             <!-- U+0EB9: "" LAO VOWEL SIGN UU -->
     83             <Key latin:keySpec="&#x0EB9;" />
     84             <!-- U+0E84: "" LAO LETTER KHO TAM
     85                  U+0ED5: "" LAO DIGIT FIVE -->
     86             <Key
     87                 latin:keySpec="&#x0E84;"
     88                 latin:keyHintLabel="5"
     89                 latin:additionalMoreKeys="5"
     90                 latin:moreKeys="&#x0ED5;" />
     91             <!-- U+0E95: "" LAO LETTER TO
     92                  U+0ED6: "" LAO DIGIT SIX -->
     93             <Key
     94                 latin:keySpec="&#x0E95;"
     95                 latin:keyHintLabel="6"
     96                 latin:additionalMoreKeys="6"
     97                 latin:moreKeys="&#x0ED6;" />
     98             <!-- U+0E88: "" LAO LETTER CO
     99                  U+0ED7: "" LAO DIGIT SEVEN -->
    100             <Key
    101                 latin:keySpec="&#x0E88;"
    102                 latin:keyHintLabel="7"
    103                 latin:additionalMoreKeys="7"
    104                 latin:moreKeys="&#x0ED7;" />
    105             <!-- U+0E82: "" LAO LETTER KHO SUNG
    106                  U+0ED8: "" LAO DIGIT EIGHT -->
    107             <Key
    108                 latin:keySpec="&#x0E82;"
    109                 latin:keyHintLabel="8"
    110                 latin:additionalMoreKeys="8"
    111                 latin:moreKeys="&#x0ED8;" />
    112             <!-- U+0E8A: "" LAO LETTER SO TAM
    113                  U+0ED9: "" LAO DIGIT NINE -->
    114             <Key
    115                 latin:keySpec="&#x0E8A;"
    116                 latin:keyHintLabel="9"
    117                 latin:additionalMoreKeys="9"
    118                 latin:moreKeys="&#x0ED9;" />
    119             <!-- U+0ECD: "" LAO NIGGAHITA -->
    120             <Key latin:keySpec="&#x0ECD;" />
    121         </default>
    122     </switch>
    123 </merge>
    124