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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
     22     <!-- U+0636: "" ARABIC LETTER DAD
     23          U+06F1: "" EXTENDED ARABIC-INDIC DIGIT ONE -->
     24     <Key
     25         latin:keySpec="&#x0636;"
     26         latin:keyHintLabel="&#x06F1;"
     27         latin:additionalMoreKeys="&#x06F1;,1" />
     28     <!-- U+0635: "" ARABIC LETTER SAD
     29          U+06F2: "" EXTENDED ARABIC-INDIC DIGIT TWO -->
     30     <Key
     31         latin:keySpec="&#x0635;"
     32         latin:keyHintLabel="&#x06F2;"
     33         latin:additionalMoreKeys="&#x06F2;,2" />
     34     <!-- U+062B: "" ARABIC LETTER THEH
     35          U+06F3: "" EXTENDED ARABIC-INDIC DIGIT THREE -->
     36     <Key
     37         latin:keySpec="&#x062B;"
     38         latin:keyHintLabel="&#x06F3;"
     39         latin:additionalMoreKeys="&#x06F3;,3" />
     40     <!-- U+0642: "" ARABIC LETTER QAF
     41          U+06F4: "" EXTENDED ARABIC-INDIC DIGIT FOUR -->
     42     <Key
     43         latin:keySpec="&#x0642;"
     44         latin:keyHintLabel="&#x06F4;"
     45         latin:additionalMoreKeys="&#x06F4;,4" />
     46     <!-- U+0641: "" ARABIC LETTER FEH
     47          U+06F5: "" EXTENDED ARABIC-INDIC DIGIT FIVE -->
     48     <Key
     49         latin:keySpec="&#x0641;"
     50         latin:keyHintLabel="&#x06F5;"
     51         latin:additionalMoreKeys="&#x06F5;,5" />
     52     <!-- U+063A: "" ARABIC LETTER GHAIN
     53          U+06F6: "" EXTENDED ARABIC-INDIC DIGIT SIX -->
     54     <Key
     55         latin:keySpec="&#x063A;"
     56         latin:keyHintLabel="&#x06F6;"
     57         latin:additionalMoreKeys="&#x06F6;,6" />
     58     <!-- U+0639: "" ARABIC LETTER AIN
     59          U+06F7: "" EXTENDED ARABIC-INDIC DIGIT SEVEN -->
     60     <Key
     61         latin:keySpec="&#x0639;"
     62         latin:keyHintLabel="&#x06F7;"
     63         latin:additionalMoreKeys="&#x06F7;,7" />
     64     <!-- U+0647: "" ARABIC LETTER HEH
     65          U+FEEB: "" ARABIC LETTER HEH INITIAL FORM
     66          U+0647/U+200D: ARABIC LETTER HEH + ZERO WIDTH JOINER
     67          U+0647/U+0654: ARABIC LETTER HEH + ARABIC HAMZA ABOVE
     68          U+0629: "" ARABIC LETTER TEH MARBUTA
     69          U+06F8: "" EXTENDED ARABIC-INDIC DIGIT EIGHT -->
     70     <Key
     71         latin:keySpec="&#x0647;"
     72         latin:moreKeys="&#xFEEB;|&#x0647;&#x200D;,&#x0647;&#x0654;,&#x0629;,%"
     73         latin:keyHintLabel="&#x06F8;"
     74         latin:additionalMoreKeys="&#x06F8;,8" />
     75     <!-- U+062E: "" ARABIC LETTER KHAH
     76          U+06F9: "" EXTENDED ARABIC-INDIC DIGIT NINE -->
     77     <Key
     78         latin:keySpec="&#x062E;"
     79         latin:keyHintLabel="&#x06F9;"
     80         latin:additionalMoreKeys="&#x06F9;,9" />
     81     <!-- U+062D: "" ARABIC LETTER HAH
     82          U+06F0: "" EXTENDED ARABIC-INDIC DIGIT ZERO -->
     83     <Key
     84         latin:keySpec="&#x062D;"
     85         latin:keyHintLabel="&#x06F0;"
     86         latin:additionalMoreKeys="&#x06F0;,0" />
     87     <!-- U+062C: "" ARABIC LETTER JEEM -->
     88     <Key latin:keySpec="&#x062C;" />
     89 </merge>
     90