blob: 81a00e36701cd9bef92feb46d7d01934f6b24c48 [file] [log] [blame]
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +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. Takaoka9380b562013-06-14 16:31:04 +090024 <switch>
25 <case
26 latin:mode="email|url"
27 >
28 <Key
29 latin:keyLabel="-"
30 latin:keyHintLabel="1"
31 latin:additionalMoreKeys="1" />
32 <Key
33 latin:keyLabel="_"
34 latin:keyHintLabel="2"
35 latin:additionalMoreKeys="2" />
36 </case>
37 <default>
38 <Key
39 latin:keyLabel="\'"
40 latin:keyHintLabel="1"
41 latin:additionalMoreKeys="1"
42 latin:moreKeys="&quot;" />
43 <Key
44 latin:keyLabel="-"
45 latin:keyHintLabel="2"
46 latin:additionalMoreKeys="2"
47 latin:moreKeys="_" />
48 </default>
49 </switch>
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090050 <!-- U+05E7: "ק" HEBREW LETTER QOF -->
51 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090052 latin:keyLabel="&#x05E7;"
53 latin:keyHintLabel="3"
54 latin:additionalMoreKeys="3" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090055 <!-- U+05E8: "ר" HEBREW LETTER RESH -->
56 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090057 latin:keyLabel="&#x05E8;"
58 latin:keyHintLabel="4"
59 latin:additionalMoreKeys="4" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090060 <!-- U+05D0: "א" HEBREW LETTER ALEF -->
61 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090062 latin:keyLabel="&#x05D0;"
63 latin:keyHintLabel="5"
64 latin:additionalMoreKeys="5" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090065 <!-- U+05D8: "ט" HEBREW LETTER TET -->
66 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090067 latin:keyLabel="&#x05D8;"
68 latin:keyHintLabel="6"
69 latin:additionalMoreKeys="6" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090070 <!-- U+05D5: "ו" HEBREW LETTER VAV -->
71 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090072 latin:keyLabel="&#x05D5;"
73 latin:keyHintLabel="7"
74 latin:additionalMoreKeys="7" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090075 <!-- U+05DF: "ן" HEBREW LETTER FINAL NUN -->
76 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090077 latin:keyLabel="&#x05DF;"
78 latin:keyHintLabel="8"
79 latin:additionalMoreKeys="8" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090080 <!-- U+05DD: "ם" HEBREW LETTER FINAL MEM -->
81 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090082 latin:keyLabel="&#x05DD;"
83 latin:keyHintLabel="9"
84 latin:additionalMoreKeys="9" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090085 <!-- U+05E4: "פ" HEBREW LETTER PE -->
86 <Key
Tadashi G. Takaoka9380b562013-06-14 16:31:04 +090087 latin:keyLabel="&#x05E4;"
88 latin:keyHintLabel="0"
89 latin:additionalMoreKeys="0" />
Tadashi G. Takaokafd7b5102012-03-12 10:23:29 +090090</merge>