blob: 8b178013e5e13db5cd26211cec6d6f2951e47ce5 [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
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090021<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22 <include latin:keyboardLayout="@xml/keys_arabic3_left" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090023 <!-- U+0621: "ء" ARABIC LETTER HAMZA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090024 <Key latin:keySpec="&#x0621;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090025 <!-- U+0624: "ؤ" ARABIC LETTER WAW WITH HAMZA ABOVE -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090026 <Key latin:keySpec="&#x0624;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090027 <!-- U+0631: "ر" ARABIC LETTER REH -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090028 <Key latin:keySpec="&#x0631;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090029 <!-- U+0649: "ى" ARABIC LETTER ALEF MAKSURA
30 U+0626: "ئ" ARABIC LETTER YEH WITH HAMZA ABOVE -->
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090031 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090032 latin:keySpec="&#x0649;"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090033 latin:moreKeys="&#x0626;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090034 <!-- U+0629: "ة" ARABIC LETTER TEH MARBUTA -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090035 <Key latin:keySpec="&#x0629;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090036 <!-- U+0648: "و" ARABIC LETTER WAW -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090037 <Key latin:keySpec="&#x0648;" />
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090038 <!-- U+0632: "ز" ARABIC LETTER ZAIN
39 U+0698: "ژ" ARABIC LETTER JEH -->
40 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090041 latin:keySpec="&#x0632;"
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090042 latin:moreKeys="&#x0698;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090043 <!-- U+0638: "ظ" ARABIC LETTER ZAH -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090044 <Key latin:keySpec="&#x0638;" />
Tadashi G. Takaoka614347b2013-07-03 13:03:47 +090045 <!-- U+062F: "د" ARABIC LETTER DAL -->
Tadashi G. Takaoka92ac2aa2014-07-07 16:33:06 +090046 <Key latin:keySpec="&#x062F;" />
Tadashi G. Takaoka4e670852012-03-09 15:48:22 +090047</merge>