Home | History | Annotate | Download | only in xml-sw600dp
      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+0E24: "" THAI CHARACTER RU -->
     29             <Key
     30                 latin:keyLabel="&#x0E24;" />
     31             <!-- U+0E06: "" THAI CHARACTER KHO RAKHANG -->
     32             <Key
     33                 latin:keyLabel="&#x0E06;" />
     34             <!-- U+0E0F: "" THAI CHARACTER TO PATAK -->
     35             <Key
     36                 latin:keyLabel="&#x0E0F;" />
     37             <!-- U+0E42: "" THAI CHARACTER SARA O -->
     38             <Key
     39                 latin:keyLabel="&#x0E42;" />
     40             <!-- U+0E0C: "" THAI CHARACTER CHO CHOE -->
     41             <Key
     42                 latin:keyLabel="&#x0E0C;" />
     43             <!-- U+0E47: " " THAI CHARACTER MAITAIKHU -->
     44             <Key
     45                 latin:keyLabel="&#x0E47;" />
     46             <!-- U+0E4B: " " THAI CHARACTER MAI CHATTAWA -->
     47             <Key
     48                 latin:keyLabel="&#x0E4B;" />
     49             <!-- U+0E29: "" THAI CHARACTER SO RUSI -->
     50             <Key
     51                 latin:keyLabel="&#x0E29;" />
     52             <!--  U+0E28: "" THAI CHARACTER SO SALA -->
     53             <Key
     54                 latin:keyLabel="&#x0E28;" />
     55             <!-- U+0E0B: "" THAI CHARACTER SO SO -->
     56             <Key
     57                 latin:keyLabel="&#x0E0B;" />
     58             <Key
     59                 latin:keyLabel="." />
     60         </case>
     61         <default>
     62             <!-- U+0E1F: "" THAI CHARACTER FO FAN -->
     63             <Key
     64                 latin:keyLabel="&#x0E1F;" />
     65             <!-- U+0E2B: "" THAI CHARACTER HO HIP -->
     66             <Key
     67                 latin:keyLabel="&#x0E2B;" />
     68             <!-- U+0E01: "" THAI CHARACTER KO KAI -->
     69             <Key
     70                 latin:keyLabel="&#x0E01;" />
     71             <!-- U+0E14: "" THAI CHARACTER DO DEK -->
     72             <Key
     73                 latin:keyLabel="&#x0E14;" />
     74             <!-- U+0E40: "" THAI CHARACTER SARA E -->
     75             <Key
     76                 latin:keyLabel="&#x0E40;" />
     77             <!-- U+0E49: " " THAI CHARACTER MAI THO -->
     78             <Key
     79                 latin:keyLabel="&#x0E49;" />
     80             <!-- U+0E48: " " THAI CHARACTER MAI EK -->
     81             <Key
     82                 latin:keyLabel="&#x0E48;" />
     83             <!-- U+0E32: "" THAI CHARACTER SARA AA -->
     84             <Key
     85                 latin:keyLabel="&#x0E32;" />
     86             <!-- U+0E2A: "" THAI CHARACTER SO SUA -->
     87             <Key
     88                 latin:keyLabel="&#x0E2A;" />
     89             <!-- U+0E27: "" THAI CHARACTER WO WAEN -->
     90             <Key
     91                 latin:keyLabel="&#x0E27;" />
     92             <!-- U+0E07: "" THAI CHARACTER NGO NGU -->
     93             <Key
     94                 latin:keyLabel="&#x0E07;" />
     95         </default>
     96     </switch>
     97 </merge>
     98