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:mode="email|url"
     27         >
     28             <Key
     29                 latin:keyLabel="-"
     30                 latin:keyHintLabel="1"
     31                 latin:additionalMoreKeys="1" />
     32             <Key
     33                 latin:keyLabel="_"
     34                 latin:keyHintLabel="2"
     35                 latin:additionalMoreKeys="2" />
     36         </case>
     37         <default>
     38             <Key
     39                 latin:keyLabel="\'"
     40                 latin:keyHintLabel="1"
     41                 latin:additionalMoreKeys="1"
     42                 latin:moreKeys="&quot;" />
     43             <Key
     44                 latin:keyLabel="-"
     45                 latin:keyHintLabel="2"
     46                 latin:additionalMoreKeys="2"
     47                 latin:moreKeys="_" />
     48         </default>
     49     </switch>
     50     <!-- U+05E7: "" HEBREW LETTER QOF -->
     51     <Key
     52         latin:keyLabel="&#x05E7;"
     53         latin:keyHintLabel="3"
     54         latin:additionalMoreKeys="3" />
     55     <!-- U+05E8: "" HEBREW LETTER RESH -->
     56     <Key
     57         latin:keyLabel="&#x05E8;"
     58         latin:keyHintLabel="4"
     59         latin:additionalMoreKeys="4" />
     60     <!-- U+05D0: "" HEBREW LETTER ALEF -->
     61     <Key
     62         latin:keyLabel="&#x05D0;"
     63         latin:keyHintLabel="5"
     64         latin:additionalMoreKeys="5" />
     65     <!-- U+05D8: "" HEBREW LETTER TET -->
     66     <Key
     67         latin:keyLabel="&#x05D8;"
     68         latin:keyHintLabel="6"
     69         latin:additionalMoreKeys="6" />
     70     <!-- U+05D5: "" HEBREW LETTER VAV -->
     71     <Key
     72         latin:keyLabel="&#x05D5;"
     73         latin:keyHintLabel="7"
     74         latin:additionalMoreKeys="7" />
     75     <!-- U+05DF: "" HEBREW LETTER FINAL NUN -->
     76     <Key
     77         latin:keyLabel="&#x05DF;"
     78         latin:keyHintLabel="8"
     79         latin:additionalMoreKeys="8" />
     80     <!-- U+05DD: "" HEBREW LETTER FINAL MEM -->
     81     <Key
     82         latin:keyLabel="&#x05DD;"
     83         latin:keyHintLabel="9"
     84         latin:additionalMoreKeys="9" />
     85     <!-- U+05E4: "" HEBREW LETTER PE -->
     86     <Key
     87         latin:keyLabel="&#x05E4;"
     88         latin:keyHintLabel="0"
     89         latin:additionalMoreKeys="0" />
     90 </merge>
     91