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+0D9E: "" SINHALA LETTER KANTAJA NAASIKYAYA -->
     25             <Key latin:keySpec="&#x0D9E;" />
     26             <!-- U+0DA3: "" SINHALA LETTER MAHAAPRAANA JAYANNA -->
     27             <Key latin:keySpec="&#x0DA3;" />
     28             <!-- U+0DAA: "" SINHALA LETTER MAHAAPRAANA DDAYANNA -->
     29             <Key latin:keySpec="&#x0DAA;" />
     30             <!-- U+0D8A: "" SINHALA LETTER IIYANNA -->
     31             <Key latin:keySpec="&#x0D8A;" />
     32             <!-- U+0DB7: "" SINHALA LETTER MAHAAPRAANA BAYANNA -->
     33             <Key latin:keySpec="&#x0DB7;" />
     34             <!-- U+0DB5: "" SINHALA LETTER MAHAAPRAANA PAYANNA -->
     35             <Key latin:keySpec="&#x0DB5;" />
     36             <!-- U+0DC5: "" SINHALA LETTER MUURDHAJA LAYANNA -->
     37             <Key latin:keySpec="&#x0DC5;" />
     38             <!-- U+0D9D: "" SINHALA LETTER MAHAAPRAANA GAYANNA -->
     39             <Key latin:keySpec="&#x0D9D;" />
     40             <!-- U+0DBB/U+0DCA/U+200D: "" SINHALA LETTER RAYANNA/SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER -->
     41             <Key latin:keySpec="&#x0DBB;&#x0DCA;&#x200D;" />
     42         </case>
     43         <default>
     44             <!-- U+0D82: "" SINHALA SIGN ANUSVARAYA
     45                  U+0D83: "" SINHALA SIGN VISARGAYA -->
     46             <Key
     47                 latin:keySpec="&#x0D82;"
     48                 latin:moreKeys="&#x0D83;" />
     49             <!-- U+0DA2: "" SINHALA LETTER ALPAPRAANA JAYANNA
     50                  U+0DA6: "" SINHALA LETTER SANYAKA JAYANNA -->
     51             <Key
     52                 latin:keySpec="&#x0DA2;"
     53                 latin:moreKeys="&#x0DA6;" />
     54             <!-- U+0DA9: "" SINHALA LETTER ALPAPRAANA DDAYANNA
     55                  U+0DAC: "" SINHALA LETTER SANYAKA DDAYANNA -->
     56             <Key
     57                 latin:keySpec="&#x0DA9;"
     58                 latin:moreKeys="&#x0DAC;" />
     59             <!-- U+0D89: "" SINHALA LETTER IYANNA -->
     60             <Key latin:keySpec="&#x0D89;" />
     61             <!-- U+0DB6: "" SINHALA LETTER ALPAPRAANA BAYANNA -->
     62             <Key latin:keySpec="&#x0DB6;" />
     63             <!-- U+0DB4: "" SINHALA LETTER ALPAPRAANA PAYANNA -->
     64             <Key latin:keySpec="&#x0DB4;" />
     65             <!-- U+0DBD: "" SINHALA LETTER DANTAJA LAYANNA -->
     66             <Key latin:keySpec="&#x0DBD;" />
     67             <!-- U+0D9C: "" SINHALA LETTER ALPAPRAANA GAYANNA
     68                  U+0D9F: "" SINHALA LETTER SANYAKA GAYANNA -->
     69             <Key
     70                 latin:keySpec="&#x0D9C;"
     71                 latin:moreKeys="&#x0D9F;" />
     72             <!-- U+0DF3: "" SINHALA VOWEL SIGN DIGA GAYANUKITTA -->
     73             <Key latin:keySpec="&#x0DF3;" />
     74         </default>
     75     </switch>
     76 </merge>
     77