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     <!-- U+0634: "" ARABIC LETTER SHEEN -->
     25     <Key
     26         latin:keyLabel="&#x0634;"
     27         latin:keyLabelFlags="fontNormal" />
     28     <!-- U+0633: "" ARABIC LETTER SEEN
     29          U+0636: "" ARABIC LETTER DAD -->
     30     <Key
     31         latin:keyLabel="&#x0633;"
     32         latin:moreKeys="&#x0636;"
     33         latin:keyLabelFlags="fontNormal" />
     34     <!-- U+06CC: "" ARABIC LETTER FARSI YEH
     35          U+0626: "" ARABIC LETTER YEH WITH HAMZA ABOVE
     36          U+064A: "" ARABIC LETTER YEH
     37          U+FBE8: "" ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM
     38          U+0649: "" ARABIC LETTER ALEF MAKSURA -->
     39     <Key
     40         latin:keyLabel="&#x06CC;"
     41         latin:moreKeys="&#x0626;,&#x064A;,&#xFBE8;|&#x0649;"
     42         latin:keyLabelFlags="fontNormal" />
     43     <!-- U+0628: "" ARABIC LETTER BEH -->
     44     <Key
     45         latin:keyLabel="&#x0628;"
     46         latin:keyLabelFlags="fontNormal" />
     47     <!-- U+0644: "" ARABIC LETTER LAM -->
     48     <Key
     49         latin:keyLabel="&#x0644;"
     50         latin:keyLabelFlags="fontNormal" />
     51     <!-- U+0627: "" ARABIC LETTER ALEF
     52          U+0621: "" ARABIC LETTER HAMZA
     53          U+0622: "" ARABIC LETTER ALEF WITH MADDA ABOVE
     54          U+0623: "" ARABIC LETTER ALEF WITH HAMZA ABOVE
     55          U+0671: "" ARABIC LETTER ALEF WASLA
     56          U+0625: "" ARABIC LETTER ALEF WITH HAMZA BELOW -->
     57     <Key
     58         latin:keyLabel="&#x0627;"
     59         latin:moreKeys="&#x0621;,&#x0622;,&#x0623;,&#x0671;,&#x0625;"
     60         latin:keyLabelFlags="fontNormal" />
     61     <!-- U+062A: "" ARABIC LETTER TEH
     62          U+062B: "" ARABIC LETTER THEH
     63          U+0629: "": ARABIC LETTER TEH MARBUTA -->
     64     <Key
     65         latin:keyLabel="&#x062A;"
     66         latin:moreKeys="&#x062B;,&#x0629;"
     67         latin:keyLabelFlags="fontNormal" />
     68     <!-- U+0646: "" ARABIC LETTER NOON -->
     69     <Key
     70         latin:keyLabel="&#x0646;"
     71         latin:keyLabelFlags="fontNormal" />
     72     <!-- U+0645: "" ARABIC LETTER MEEM -->
     73     <Key
     74         latin:keyLabel="&#x0645;"
     75         latin:keyLabelFlags="fontNormal" />
     76     <!-- U+06A9: "" ARABIC LETTER KEHEH
     77          U+0643: "" ARABIC LETTER KAF -->
     78     <Key
     79         latin:keyLabel="&#x06A9;"
     80         latin:moreKeys="&#x0643;"
     81         latin:keyLabelFlags="fontNormal" />
     82 </merge>
     83