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
     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             <!-- U+0EB1/U+0EC9: "" LAO VOWEL SIGN MAI KAN/LAO TONE MAI THO -->
     29             <Key
     30                 latin:keyLabel="&#x0EB1;&#x0EC9;"
     31                 latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
     32             <Key
     33                 latin:keyLabel=";" />
     34             <Key
     35                 latin:keyLabel="." />
     36             <Key
     37                 latin:keyLabel="," />
     38             <Key
     39                 latin:keyLabel=":" />
     40             <!-- U+0ECA: "" LAO TONE MAI TI -->
     41             <Key
     42                 latin:keyLabel="&#x0ECA;"
     43                 latin:keyLabelFlags="fontNormal" />
     44             <!-- U+0ECB: "" LAO TONE MAI CATAWA -->
     45             <Key
     46                 latin:keyLabel="&#x0ECB;"
     47                 latin:keyLabelFlags="fontNormal" />
     48             <Key
     49                 latin:keyLabel="!" />
     50             <Key
     51                 latin:keyLabel="\?" />
     52             <Key
     53                 latin:keyLabel="%" />
     54             <Key
     55                 latin:keyLabel="=" />
     56             <!-- U+201C: "" LEFT DOUBLE QUOTATION MARK -->
     57             <Key
     58                 latin:keyLabel="&#x201C;" />
     59         </case>
     60         <default>
     61             <!-- U+0EB1: "" LAO VOWEL SIGN MAI KAN -->
     62             <Key
     63                 latin:keyLabel="&#x0EB1;"
     64                 latin:keyLabelFlags="fontNormal" />
     65             <!-- U+0EAB: "" LAO LETTER HO SUNG -->
     66             <Key
     67                 latin:keyLabel="&#x0EAB;"
     68                 latin:keyLabelFlags="fontNormal" />
     69             <!-- U+0E81: "" LAO LETTER KO -->
     70             <Key
     71                 latin:keyLabel="&#x0E81;"
     72                 latin:keyLabelFlags="fontNormal" />
     73             <!-- U+0E94: "" LAO LETTER DO -->
     74             <Key
     75                 latin:keyLabel="&#x0E94;"
     76                 latin:keyLabelFlags="fontNormal" />
     77             <!-- U+0EC0: "" LAO VOWEL SIGN E -->
     78             <Key
     79                 latin:keyLabel="&#x0EC0;"
     80                 latin:keyLabelFlags="fontNormal" />
     81             <!-- U+0EC9: "" LAO TONE MAI THO -->
     82             <Key
     83                 latin:keyLabel="&#x0EC9;"
     84                 latin:keyLabelFlags="fontNormal" />
     85             <!-- U+0EC8: "" LAO TONE MAI EK -->
     86             <Key
     87                 latin:keyLabel="&#x0EC8;"
     88                 latin:keyLabelFlags="fontNormal" />
     89             <!-- U+0EB2: "" LAO VOWEL SIGN AA -->
     90             <Key
     91                 latin:keyLabel="&#x0EB2;"
     92                 latin:keyLabelFlags="fontNormal" />
     93             <!-- U+0EAA: "" LAO LETTER SO SUNG -->
     94             <Key
     95                 latin:keyLabel="&#x0EAA;"
     96                 latin:keyLabelFlags="fontNormal" />
     97             <!-- U+0EA7: "" LAO LETTER WO -->
     98             <Key
     99                 latin:keyLabel="&#x0EA7;"
    100                 latin:keyLabelFlags="fontNormal" />
    101             <!-- U+0E87: "" LAO LETTER NGO -->
    102             <Key
    103                 latin:keyLabel="&#x0E87;"
    104                 latin:keyLabelFlags="fontNormal" />
    105             <!-- U+201C: "" LEFT DOUBLE QUOTATION MARK -->
    106             <Key
    107                 latin:keyLabel="&#x201C;" />
    108         </default>
    109     </switch>
    110 </merge>
    111