blob: 21548936e7016457231a2d506027ede8b1ba5586 [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 U+0636: "ض" ARABIC LETTER DAD -->
29 <Key
30 latin:keyLabel="&#x0633;"
31 latin:moreKeys="&#x0636;" />
32 <!-- U+06CC: "ی" ARABIC LETTER FARSI YEH
33 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070034 U+064A: "ي" ARABIC LETTER YEH
35 U+FBE8: "ﯨ" ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM
36 U+0649: "ى" ARABIC LETTER ALEF MAKSURA -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090037 <Key
38 latin:keyLabel="&#x06CC;"
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070039 latin:moreKeys="&#x0626;,&#x064A;,&#xFBE8;|&#x0649;" />
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090040 <!-- U+0628: "ب" ARABIC LETTER BEH -->
41 <Key
42 latin:keyLabel="&#x0628;" />
43 <!-- U+0644: "ل" ARABIC LETTER LAM -->
44 <Key
45 latin:keyLabel="&#x0644;" />
46 <!-- U+0627: "ا" ARABIC LETTER ALEF
47 U+0621: "ء" ARABIC LETTER HAMZA
48 U+0622: "آ" ARABIC LETTER ALEF WITH MADDA ABOVE
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070049 U+0623: "أ" ARABIC LETTER ALEF WITH HAMZA ABOVE
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090050 U+0671: "ٱ" ARABIC LETTER ALEF WASLA
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070051 U+0625: "إ" ARABIC LETTER ALEF WITH HAMZA BELOW -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090052 <Key
53 latin:keyLabel="&#x0627;"
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070054 latin:moreKeys="&#x0621;,&#x0622;,&#x0623;,&#x0671;,&#x0625;" />
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090055 <!-- U+062A: "ت" ARABIC LETTER TEH
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070056 U+062B: "ﺙ" ARABIC LETTER THEH
57 U+0629: "ة": ARABIC LETTER TEH MARBUTA -->
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090058 <Key
59 latin:keyLabel="&#x062A;"
Tadashi G. Takaoka6de1b7a2012-06-15 18:37:06 -070060 latin:moreKeys="&#x062B;,&#x0629;" />
Tadashi G. Takaoka58d28b12012-03-26 12:25:12 +090061 <!-- U+0646: "ن" ARABIC LETTER NOON -->
62 <Key
63 latin:keyLabel="&#x0646;" />
64 <!-- U+0645: "م" ARABIC LETTER MEEM -->
65 <Key
66 latin:keyLabel="&#x0645;" />
67 <!-- U+06A9: "ک" ARABIC LETTER KEHEH
68 U+0643: "ك" ARABIC LETTER KAF -->
69 <Key
70 latin:keyLabel="&#x06A9;"
71 latin:moreKeys="&#x0643;" />
72</merge>