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+0634: "" ARABIC LETTER SHEEN -->
     23     <Key latin:keySpec="&#x0634;" />
     24     <!-- U+0633: "" ARABIC LETTER SEEN -->
     25     <Key latin:keySpec="&#x0633;" />
     26     <!-- U+06CC: "" ARABIC LETTER FARSI YEH
     27          U+0626: "" ARABIC LETTER YEH WITH HAMZA ABOVE
     28          U+064A: "" ARABIC LETTER YEH
     29          U+FBE8: "" ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM
     30          U+0649: "" ARABIC LETTER ALEF MAKSURA -->
     31     <Key
     32         latin:keySpec="&#x06CC;"
     33         latin:moreKeys="&#x0626;,&#x064A;,&#xFBE8;|&#x0649;" />
     34     <!-- U+0628: "" ARABIC LETTER BEH -->
     35     <Key latin:keySpec="&#x0628;" />
     36     <!-- U+0644: "" ARABIC LETTER LAM -->
     37     <Key latin:keySpec="&#x0644;" />
     38     <!-- U+0627: "" ARABIC LETTER ALEF
     39          U+0671: "" ARABIC LETTER ALEF WASLA
     40          U+0621: "" ARABIC LETTER HAMZA
     41          U+0622: "" ARABIC LETTER ALEF WITH MADDA ABOVE
     42          U+0623: "" ARABIC LETTER ALEF WITH HAMZA ABOVE
     43          U+0625: "" ARABIC LETTER ALEF WITH HAMZA BELOW -->
     44     <Key
     45         latin:keySpec="&#x0627;"
     46         latin:moreKeys="!fixedColumnOrder!5,&#x0671;,&#x0621;,&#x0622;,&#x0623;,&#x0625;" />
     47     <!-- U+062A: "" ARABIC LETTER TEH
     48          U+0629: "": ARABIC LETTER TEH MARBUTA -->
     49     <Key
     50         latin:keySpec="&#x062A;"
     51         latin:moreKeys="&#x0629;" />
     52     <!-- U+0646: "" ARABIC LETTER NOON -->
     53     <Key latin:keySpec="&#x0646;" />
     54     <!-- U+0645: "" ARABIC LETTER MEEM -->
     55     <Key latin:keySpec="&#x0645;" />
     56     <!-- U+06A9: "" ARABIC LETTER KEHEH
     57          U+0643: "" ARABIC LETTER KAF -->
     58     <Key
     59         latin:keySpec="&#x06A9;"
     60         latin:moreKeys="&#x0643;" />
     61     <!-- U+06AF: "" ARABIC LETTER GAF -->
     62     <Key latin:keySpec="&#x06AF;" />
     63 </merge>
     64