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+0E50: "" THAI DIGIT ZERO -->
     29             <Key
     30                 latin:keyLabel="&#x0E50;" />
     31             <Key
     32                 latin:keyLabel="&quot;" />
     33             <!-- U+0E0E: "" THAI CHARACTER DO CHADA -->
     34             <Key
     35                 latin:keyLabel="&#x0E0E;" />
     36             <!-- U+0E11: "" THAI CHARACTER THO NANGMONTHO -->
     37             <Key
     38                 latin:keyLabel="&#x0E11;" />
     39             <!-- U+0E18: "" THAI CHARACTER THO THONG -->
     40             <Key
     41                 latin:keyLabel="&#x0E18;" />
     42             <!-- U+0E4D: " " THAI CHARACTER THANTHAKHAT -->
     43             <Key
     44                 latin:keyLabel="&#x0E4D;" />
     45             <!-- U+0E4A: " " THAI CHARACTER MAI TRI -->
     46             <Key
     47                 latin:keyLabel="&#x0E4A;" />
     48             <!-- U+0E13: "" THAI CHARACTER NO NEN -->
     49             <Key
     50                 latin:keyLabel="&#x0E13;" />
     51             <!-- U+0E2F: "" THAI CHARACTER PAIYANNOI -->
     52             <Key
     53                 latin:keyLabel="&#x0E2F;" />
     54             <!-- U+0E0D: "" THAI CHARACTER YO YING -->
     55             <Key
     56                 latin:keyLabel="&#x0E0D;" />
     57             <!-- U+0E10: "" THAI CHARACTER THO THAN -->
     58             <Key
     59                 latin:keyLabel="&#x0E10;" />
     60             <Key
     61                 latin:keyLabel="," />
     62             <!-- U+0E05: "" THAI CHARACTER KHO KHON -->
     63             <Key
     64                 latin:keyLabel="&#x0E05;" />
     65         </case>
     66         <default>
     67             <!-- U+0E46: "" THAI CHARACTER MAIYAMOK -->
     68             <Key
     69                 latin:keyLabel="&#x0E46;" />
     70             <!-- U+0E44: "" THAI CHARACTER SARA AI MAIMALAI -->
     71             <Key
     72                 latin:keyLabel="&#x0E44;" />
     73             <!-- U+0E33: "" THAI CHARACTER SARA AM -->
     74             <Key
     75                 latin:keyLabel="&#x0E33;" />
     76             <!-- U+0E1E: "" THAI CHARACTER PHO PHAN -->
     77             <Key
     78                 latin:keyLabel="&#x0E1E;" />
     79             <!-- U+0E30: "" THAI CHARACTER SARA A -->
     80             <Key
     81                 latin:keyLabel="&#x0E30;" />
     82             <!-- U+0E31: " " THAI CHARACTER MAI HAN-AKAT -->
     83             <Key
     84                 latin:keyLabel="&#x0E31;" />
     85             <!-- U+0E35: " " HAI CHARACTER SARA II -->
     86             <Key
     87                 latin:keyLabel="&#x0E35;" />
     88             <!-- U+0E23: "" THAI CHARACTER RO RUA -->
     89             <Key
     90                 latin:keyLabel="&#x0E23;" />
     91             <!-- U+0E19: "" THAI CHARACTER NO NU -->
     92             <Key
     93                 latin:keyLabel="&#x0E19;" />
     94             <!-- U+0E22: "" THAI CHARACTER YO YAK -->
     95             <Key
     96                 latin:keyLabel="&#x0E22;" />
     97             <!-- U+0E1A: "" THAI CHARACTER BO BAIMAI -->
     98             <Key
     99                 latin:keyLabel="&#x0E1A;" />
    100             <!-- U+0E25: "" THAI CHARACTER LO LING -->
    101             <Key
    102                 latin:keyLabel="&#x0E25;" />
    103             <!-- U+0E03: "" THAI CHARACTER KHO KHUAT -->
    104             <Key
    105                 latin:keyLabel="&#x0E03;" />
    106         </default>
    107     </switch>
    108 </merge>
    109