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             <!-- U+0911: "" DEVANAGARI LETTER CANDRA O -->
     29             <Key
     30                 latin:keyLabel="&#x0911;" />
     31             <!-- U+0901: "" DEVANAGARI SIGN CANDRABINDU
     32                  U+0945: "" DEVANAGARI VOWEL SIGN CANDRA E-->
     33             <Key
     34                 latin:keyLabel="&#x0901;"
     35                 latin:moreKeys="&#x0945;" />
     36             <!-- U+0923: "" DEVANAGARI LETTER NNA -->
     37             <Key
     38                 latin:keyLabel="&#x0923;" />
     39             <!-- U+0929: "" DEVANAGARI LETTER NNNA -->
     40             <Key
     41                 latin:keyLabel="&#x0929;" />
     42             <!-- U+0933: "" DEVANAGARI LETTER LLA
     43                  U+0934: "" DEVANAGARI LETTER LLLA -->
     44             <Key
     45                 latin:keyLabel="&#x0933;"
     46                 latin:moreKeys="&#x0934;" />
     47             <!-- U+0936: "" DEVANAGARI LETTER SHA -->
     48             <Key
     49                 latin:keyLabel="&#x0936;" />
     50             <!-- U+0937: "" DEVANAGARI LETTER SSA -->
     51             <Key
     52                 latin:keyLabel="&#x0937;" />
     53             <!-- U+0943: "" DEVANAGARI VOWEL SIGN VOCALIC R
     54                  U+0944: "" DEVANAGARI VOWEL SIGN VOCALIC RR -->
     55             <Key
     56                 latin:keyLabel="&#x0943;"
     57                 latin:moreKeys="&#x0944;" />
     58             <!-- U+091E: "" DEVANAGARI LETTER NYA -->
     59             <Key
     60                 latin:keyLabel="&#x091E;" />
     61         </case>
     62         <default>
     63             <!-- U+0949: "" DEVANAGARI VOWEL SIGN CANDRA O -->
     64             <Key
     65                 latin:keyLabel="&#x0949;" />
     66             <!-- U+0902: "" DEVANAGARI SIGN ANUSVARA -->
     67             <Key
     68                 latin:keyLabel="&#x0902;" />
     69             <!-- U+092E: "" DEVANAGARI LETTER MA
     70                  U+0950: "" DEVANAGARI OM -->
     71             <Key
     72                 latin:keyLabel="&#x092E;"
     73                 latin:moreKeys="&#x0950;" />
     74             <!-- U+0928: "" DEVANAGARI LETTER NA
     75                  U+091E: "" DEVANAGARI LETTER NYA
     76                  U+0919: "" DEVANAGARI LETTER NGA
     77                  U+0928/U+093C: "" DEVANAGARI LETTER NA/DEVANAGARI SIGN NUKTA -->
     78             <Key
     79                 latin:keyLabel="&#x0928;"
     80                 latin:moreKeys="&#x091E;,&#x0919;,&#x0928;&#x093C;" />
     81             <!-- U+0935: "" DEVANAGARI LETTER VA -->
     82             <Key
     83                 latin:keyLabel="&#x0935;" />
     84             <!-- U+0932: "" DEVANAGARI LETTER LA
     85                  U+090C: "" DEVANAGARI LETTER VOCALIC L
     86                  U+0961: "" DEVANAGARI LETTER VOCALIC LL -->
     87             <Key
     88                 latin:keyLabel="&#x0932;"
     89                 latin:moreKeys="&#x090C;,&#x0961;" />
     90             <!-- U+0938: "" DEVANAGARI LETTER SA -->
     91             <Key
     92                 latin:keyLabel="&#x0938;" />
     93             <!-- U+092F: "" DEVANAGARI LETTER YA
     94                  U+095F: "" DEVANAGARI LETTER YYA -->
     95             <Key
     96                 latin:keyLabel="&#x092F;"
     97                 latin:moreKeys="&#x095F;" />
     98             <!-- U+093C: "" DEVANAGARI SIGN NUKTA
     99                  U+097D: "" DEVANAGARI LETTER GLOTTAL STOP
    100                  U+0970: "" DEVANAGARI ABBREVIATION SIGN
    101                  U+093D: "" DEVANAGARI SIGN AVAGRAHA -->
    102             <Key
    103                 latin:keyLabel="&#x093C;"
    104                 latin:moreKeys="&#x097D;,&#x0970;,&#x093D;" />
    105          </default>
    106     </switch>
    107 </merge>
    108