rowkeys_armenian_phonetic2.xml revision 9684b33b69a62a058c767786ae6a23b809d27385
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
22    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
23>
24    <!-- U+0584: "ք" ARMENIAN SMALL LETTER KEH -->
25    <Key
26        latin:keySpec="&#x0584;"
27        latin:keyLabelFlags="fontNormal" />
28    <!-- U+0578: "ո" ARMENIAN SMALL LETTER VO -->
29    <Key
30        latin:keySpec="&#x0578;"
31        latin:keyLabelFlags="fontNormal" />
32    <!-- U+0565: "ե" ARMENIAN SMALL LETTER ECH
33         U+0587: "և" ARMENIAN SMALL LIGATURE ECH YIWN -->
34    <Key
35        latin:keySpec="&#x0565;"
36        latin:moreKeys="&#x0587;"
37        latin:keyHintLabel="&#x0587;"
38        latin:keyLabelFlags="fontNormal" />
39    <!-- U+057C: "ռ" ARMENIAN SMALL LETTER RA -->
40    <Key
41        latin:keySpec="&#x057C;"
42        latin:keyLabelFlags="fontNormal" />
43    <!-- U+057F: "տ" ARMENIAN SMALL LETTER TIWN -->
44    <Key
45        latin:keySpec="&#x057F;"
46        latin:keyLabelFlags="fontNormal" />
47    <!-- U+0568: "ը" ARMENIAN SMALL LETTER ET -->
48    <Key
49        latin:keySpec="&#x0568;"
50        latin:keyLabelFlags="fontNormal" />
51    <!-- U+0582: "ւ" ARMENIAN SMALL LETTER YIWN -->
52    <Key
53        latin:keySpec="&#x0582;"
54        latin:keyLabelFlags="fontNormal" />
55    <!-- U+056B: "ի" ARMENIAN SMALL LETTER INI -->
56    <Key
57        latin:keySpec="&#x056B;"
58        latin:keyLabelFlags="fontNormal" />
59    <!-- U+0585: "օ" ARMENIAN SMALL LETTER OH -->
60    <Key
61        latin:keySpec="&#x0585;"
62        latin:keyLabelFlags="fontNormal" />
63    <!-- U+057A: "պ" ARMENIAN SMALL LETTER PEH -->
64    <Key
65        latin:keySpec="&#x057A;"
66        latin:keyLabelFlags="fontNormal" />
67</merge>
68