blob: 234f9843088c807b71b1c62961db9a42665c8c3d [file] [log] [blame]
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +09001<?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 <!-- U+0633: "س" ARABIC LETTER SEEN -->
28 <Key
29 latin:keyLabel="&#x0633;" />
30 <!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
31 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070032 U+064A: "ي" ARABIC LETTER YEH
33 U+FBE8: "ﯨ" ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM
34 U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090035 <Key
36 latin:keyLabel="&#x06CC;"
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070037 latin:moreKeys="&#x0626;,&#x064A;,&#xFBE8;|&#x0649;" />
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090038 <!-- U+0628: "ب" ARABIC LETTER BEH -->
39 <Key
40 latin:keyLabel="&#x0628;" />
41 <!-- U+0644: "ل" ARABIC LETTER LAM -->
42 <Key
43 latin:keyLabel="&#x0644;" />
44 <!-- U+0627: "ا" ARABIC LETTER ALEF
45 U+0621: "ء" ARABIC LETTER HAMZA
46 U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070047 U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090048 U+0671: "ٱ" ARABIC LETTER ALEF WASLA
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070049 U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090050 <Key
51 latin:keyLabel="&#x0627;"
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070052 latin:moreKeys="&#x0621;,&#x0622;,&#x0623;,&#x0671;,&#x0625;" />
53 <!-- U+062A: "ت" ARABIC LETTER TEH
54 U+062B: "ﺙ" ARABIC LETTER THEH
55 U+0629: "ة": ARABIC LETTER TEH MARBUTA -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090056 <Key
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070057 latin:keyLabel="&#x062A;"
58 latin:moreKeys="&#x062B;,&#x0629;" />
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090059 <!-- U+0646: "ن" ARABIC LETTER NOON -->
60 <Key
61 latin:keyLabel="&#x0646;" />
62 <!-- U+0645: "م" ARABIC LETTER MEEM -->
63 <Key
64 latin:keyLabel="&#x0645;" />
65 <!-- U+06A9: "ک" ARABIC LETTER KEHEH
66 U+0643: "ك" ARABIC LETTER KAF -->
67 <Key
68 latin:keyLabel="&#x06A9;"
69 latin:moreKeys="&#x0643;" />
70 <!-- U+06AF: "گ" ARABIC LETTER GAF -->
71 <Key
72 latin:keyLabel="&#x06AF;" />
73</merge>