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             <Key
     29                 latin:keyLabel="A" />
     30             <!-- U+10E8: "" GEORGIAN LETTER SHIN -->
     31             <Key
     32                 latin:keyLabel="&#x10E8;" />
     33             <Key
     34                 latin:keyLabel="D" />
     35             <Key
     36                 latin:keyLabel="F" />
     37             <Key
     38                 latin:keyLabel="G" />
     39             <Key
     40                 latin:keyLabel="H" />
     41             <!-- U+10DF: "" GEORGIAN LETTER ZHAR -->
     42             <Key
     43                 latin:keyLabel="&#x10DF;" />
     44             <Key
     45                 latin:keyLabel="K" />
     46             <Key
     47                 latin:keyLabel="L" />
     48         </case>
     49         <default>
     50             <!-- U+10D0: "" GEORGIAN LETTER AN
     51                  U+10FA: "" GEORGIAN LETTER AIN -->
     52             <Key
     53                 latin:keyLabel="&#x10D0;"
     54                 latin:moreKeys="&#x10FA;" />
     55             <!-- U+10E1: "" GEORGIAN LETTER SAN -->
     56             <Key
     57                 latin:keyLabel="&#x10E1;" />
     58             <!-- U+10D3: "" GEORGIAN LETTER DON -->
     59             <Key
     60                 latin:keyLabel="&#x10D3;" />
     61             <!-- U+10E4: "" GEORGIAN LETTER PHAR
     62                  U+10F6: "" GEORGIAN LETTER FI -->
     63             <Key
     64                 latin:keyLabel="&#x10E4;"
     65                 latin:moreKeys="&#x10F6;" />
     66             <!-- U+10D2: "" GEORGIAN LETTER GAN
     67                  U+10F9: "" GEORGIAN LETTER TURNED GAN -->
     68             <Key
     69                 latin:keyLabel="&#x10D2;"
     70                 latin:moreKeys="&#x10F9;" />
     71             <!-- U+10F0: "" GEORGIAN LETTER HAE
     72                  U+10F5: "" GEORGIAN LETTER HOE -->
     73             <Key
     74                 latin:keyLabel="&#x10F0;"
     75                 latin:moreKeys="&#x10F5;" />
     76             <!-- U+10EF: "" GEORGIAN LETTER JHAN
     77                  U+10F7: "" GEORGIAN LETTER YN -->
     78             <Key
     79                 latin:keyLabel="&#x10EF;"
     80                 latin:moreKeys="&#x10F7;" />
     81             <!-- U+10D9: "" GEORGIAN LETTER KAN -->
     82             <Key
     83                 latin:keyLabel="&#x10D9;" />
     84             <!-- U+10DA: "" GEORGIAN LETTER LAS -->
     85             <Key
     86                 latin:keyLabel="&#x10DA;" />
     87         </default>
     88     </switch>
     89 </merge>
     90