Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2013, 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+0584: "" ARMENIAN SMALL LETTER KEH -->
     23     <Key latin:keySpec="&#x0584;" />
     24     <!-- U+0578: "" ARMENIAN SMALL LETTER VO -->
     25     <Key latin:keySpec="&#x0578;" />
     26     <!-- U+0565: "" ARMENIAN SMALL LETTER ECH
     27          U+0587: "" ARMENIAN SMALL LIGATURE ECH YIWN -->
     28     <Key
     29         latin:keySpec="&#x0565;"
     30         latin:moreKeys="&#x0587;"
     31         latin:keyHintLabel="&#x0587;" />
     32     <!-- U+057C: "" ARMENIAN SMALL LETTER RA -->
     33     <Key latin:keySpec="&#x057C;" />
     34     <!-- U+057F: "" ARMENIAN SMALL LETTER TIWN -->
     35     <Key latin:keySpec="&#x057F;" />
     36     <!-- U+0568: "" ARMENIAN SMALL LETTER ET -->
     37     <Key latin:keySpec="&#x0568;" />
     38     <!-- U+0582: "" ARMENIAN SMALL LETTER YIWN -->
     39     <Key latin:keySpec="&#x0582;" />
     40     <!-- U+056B: "" ARMENIAN SMALL LETTER INI -->
     41     <Key latin:keySpec="&#x056B;" />
     42     <!-- U+0585: "" ARMENIAN SMALL LETTER OH -->
     43     <Key latin:keySpec="&#x0585;" />
     44     <!-- U+057A: "" ARMENIAN SMALL LETTER PEH -->
     45     <Key latin:keySpec="&#x057A;" />
     46 </merge>
     47