blob: c5033d029e8cbadda30ded8fe9226ae658ffb890 [file] [log] [blame]
Tadashi G. Takaokae9553232012-03-09 16:23:06 +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. Takaoka709acaa2014-03-11 12:48:35 +090024 <switch>
25 <case
26 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
27 >
28 <Key
29 latin:keySpec=":"
30 latin:keyHintLabel="1"
31 latin:moreKeys=";"
32 latin:additionalMoreKeys="1" />
33 </case>
34 <default>
35 <Key
36 latin:keySpec=";"
37 latin:keyHintLabel="1"
38 latin:moreKeys=":"
39 latin:additionalMoreKeys="1" />
40 </default>
41 </switch>
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090042 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
43 <!--
44 <switch>
45 <case
Tadashi G. Takaoka11d9ee72012-04-04 14:30:42 +090046 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090047 >
48 U+0385: "΅" GREEK DIALYTIKA TONOS
49 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090050 latin:keySpec="&#x0385;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090051 latin:keyHintLabel="2"
52 latin:additionalMoreKeys="2" />
53 </case>
54 <default>
55 -->
56 <!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
57 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090058 latin:keySpec="&#x03C2;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090059 latin:keyLabelFlags="preserveCase"
60 latin:keyHintLabel="2"
61 latin:additionalMoreKeys="2" />
62 <!--
63 </default>
64 </switch>
65 -->
66 <!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
67 U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
68 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090069 latin:keySpec="&#x03B5;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090070 latin:keyHintLabel="3"
71 latin:additionalMoreKeys="3"
72 latin:moreKeys="&#x03AD;" />
73 <!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
74 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090075 latin:keySpec="&#x03C1;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090076 latin:keyHintLabel="4"
77 latin:additionalMoreKeys="4" />
78 <!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
79 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090080 latin:keySpec="&#x03C4;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090081 latin:keyHintLabel="5"
82 latin:additionalMoreKeys="5" />
83 <!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
84 U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
85 U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
86 U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
87 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090088 latin:keySpec="&#x03C5;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090089 latin:keyHintLabel="6"
90 latin:additionalMoreKeys="6"
91 latin:moreKeys="&#x03CD;,&#x03CB;,&#x03B0;" />
92 <!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
93 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090094 latin:keySpec="&#x03B8;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090095 latin:keyHintLabel="7"
96 latin:additionalMoreKeys="7" />
97 <!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
98 U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
99 U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
100 U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
101 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900102 latin:keySpec="&#x03B9;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +0900103 latin:keyHintLabel="8"
104 latin:additionalMoreKeys="8"
105 latin:moreKeys="&#x03AF;,&#x03CA;,&#x0390;" />
106 <!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
107 U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
108 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900109 latin:keySpec="&#x03BF;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +0900110 latin:keyHintLabel="9"
111 latin:additionalMoreKeys="9"
112 latin:moreKeys="&#x03CC;" />
113 <!-- U+03C0: "π" GREEK SMALL LETTER PI -->
114 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +0900115 latin:keySpec="&#x03C0;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +0900116 latin:keyHintLabel="0"
117 latin:additionalMoreKeys="0" />
118</merge>