Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2014, 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+101A: "" MYANMAR LETTER YA -->
     25             <Key latin:keySpec="&#x101A;" />
     26             <!-- U+1039: "" MYANMAR SIGN VIRAMA -->
     27             <Key latin:keySpec="&#x1039;" />
     28             <!-- U+1004/U+103A/U+1039: "" MYANMAR LETTER NGA/MYANMAR SIGN ASAT/MYANMAR SIGN VIRAMA -->
     29             <Key
     30                 latin:keySpec="&#x1004;&#x103A;&#x1039;"
     31                 latin:keyLabelFlags="followKeyLetterRatio" />
     32             <!-- U+103E: "" MYANMAR CONSONANT SIGN MEDIAL HA -->
     33             <Key latin:keySpec="&#x103E;" />
     34             <!-- U+102E: "" MYANMAR VOWEL SIGN II -->
     35             <Key latin:keySpec="&#x102E;" />
     36             <!-- U+1030: "" MYANMAR VOWEL SIGN UU -->
     37             <Key latin:keySpec="&#x1030;" />
     38             <!-- U+102B: "" MYANMAR VOWEL SIGN TALL AA -->
     39             <Key latin:keySpec="&#x102B;" />
     40             <!-- U+1032: "" MYANMAR VOWEL SIGN AI -->
     41             <Key latin:keySpec="&#x1032;" />
     42             <!-- U+1036: "" MYANMAR SIGN ANUSVARA -->
     43             <Key latin:keySpec="&#x1036;" />
     44             <!-- U+101F: "" MYANMAR LETTER HA -->
     45             <Key latin:keySpec="&#x101F;" />
     46         </case>
     47         <default>
     48             <!-- U+1031: "" MYANMAR VOWEL SIGN E -->
     49             <Key latin:keySpec="&#x1031;" />
     50             <!-- U+103B: "" MYANMAR CONSONANT SIGN MEDIAL YA -->
     51             <Key latin:keySpec="&#x103B;" />
     52             <!-- U+103C: "" MYANMAR CONSONANT SIGN MEDIAL RA -->
     53             <Key latin:keySpec="&#x103C;" />
     54             <!-- U+103D: "" MYANMAR CONSONANT SIGN MEDIAL WA
     55                  U+103E: "" MYANMAR CONSONANT SIGN MEDIAL HA
     56                  U+103D/U+103E: "" MYANMAR CONSONANT SIGN MEDIAL WA/MYANMAR CONSONANT SIGN MEDIAL HA -->
     57             <Key
     58                 latin:keySpec="&#x103D;"
     59                 latin:moreKeys="&#x103E;,&#x103D;&#x103E;" />
     60             <!-- U+102D: "" MYANMAR VOWEL SIGN I
     61                  U+102E: "" MYANMAR VOWEL SIGN II -->
     62             <Key
     63                 latin:keySpec="&#x102D;"
     64                 latin:moreKeys="&#x102E;" />
     65             <!-- U+102F: "" MYANMAR VOWEL SIGN U
     66                  U+1030: "" MYANMAR VOWEL SIGN UU -->
     67             <Key
     68                 latin:keySpec="&#x102F;"
     69                 latin:moreKeys="&#x1030;" />
     70             <!-- U+102C: "" MYANMAR VOWEL SIGN AA
     71                  U+102B: "" MYANMAR VOWEL SIGN TALL AA -->
     72             <Key
     73                 latin:keySpec="&#x102C;"
     74                 latin:moreKeys="&#x102B;" />
     75             <!-- U+103A: "" MYANMAR SIGN ASAT
     76                  U+1032: "" MYANMAR VOWEL SIGN AI -->
     77             <Key
     78                 latin:keySpec="&#x103A;"
     79                 latin:moreKeys="&#x1032;" />
     80             <!-- U+1037: "" MYANMAR SIGN DOT BELOW
     81                  U+1036: "" MYANMAR SIGN ANUSVARA -->
     82             <Key
     83                 latin:keySpec="&#x1037;"
     84                 latin:moreKeys="&#x1036;" />
     85             <!-- U+1038: "" MYANMAR SIGN VISARGA -->
     86             <Key latin:keySpec="&#x1038;" />
     87         </default>
     88     </switch>
     89 </merge>
     90