blob: 0bfc66a7de94acabd4108ec327a6fc5607d2a189 [file] [log] [blame]
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +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>
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090024 <include
25 latin:keyboardLayout="@xml/keys_arabic3_left" />
26 <!-- U+0621: "ء" ARABIC LETTER HAMZA -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090027 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090028 latin:keySpec="&#x0621;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090029 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090030 <!-- U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090031 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090032 latin:keySpec="&#x0624;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090033 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090034 <!-- U+0631: "ر" ARABIC LETTER REH -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090035 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090036 latin:keySpec="&#x0631;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090037 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090038 <!-- U+0649: "ى" ARABIC LETTER ALEF MAKSURA
39 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090040 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090041 latin:keySpec="&#x0649;"
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090042 latin:moreKeys="&#x0626;"
43 latin:keyLabelFlags="fontNormal" />
44 <!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
45 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090046 latin:keySpec="&#x0629;"
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090047 latin:keyLabelFlags="fontNormal" />
48 <!-- U+0648: "و" ARABIC LETTER WAW -->
49 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090050 latin:keySpec="&#x0648;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090051 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090052 <!-- U+0632: "ز" ARABIC LETTER ZAIN
53 U+0698: "ژ" ARABIC LETTER JEH -->
54 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090055 latin:keySpec="&#x0632;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090056 latin:moreKeys="&#x0698;"
57 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090058 <!-- U+0638: "ظ" ARABIC LETTER ZAH -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090059 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090060 latin:keySpec="&#x0638;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090061 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090062 <!-- U+062F: "د" ARABIC LETTER DAL -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090063 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090064 latin:keySpec="&#x062F;"
Tadashi G. Takaoka9d05f362012-08-31 18:56:50 +090065 latin:keyLabelFlags="fontNormal" />
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090066</merge>