blob: 5777d3b85919650d24922d3d29c1c78260ec2b06 [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. Takaokae9553232012-03-09 16:23:06 +090024 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
25 <!--
26 <switch>
27 <case
Tadashi G. Takaoka11d9ee72012-04-04 14:30:42 +090028 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090029 >
30 U+0385: "΅" GREEK DIALYTIKA TONOS
31 <Key
32 latin:keyLabel="&#x0385;"
33 latin:keyHintLabel="2"
34 latin:additionalMoreKeys="2" />
35 </case>
36 <default>
37 -->
38 <!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
39 <Key
40 latin:keyLabel="&#x03C2;"
41 latin:keyLabelFlags="preserveCase"
42 latin:keyHintLabel="2"
43 latin:additionalMoreKeys="2" />
44 <!--
45 </default>
46 </switch>
47 -->
48 <!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
49 U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
50 <Key
51 latin:keyLabel="&#x03B5;"
52 latin:keyHintLabel="3"
53 latin:additionalMoreKeys="3"
54 latin:moreKeys="&#x03AD;" />
55 <!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
56 <Key
57 latin:keyLabel="&#x03C1;"
58 latin:keyHintLabel="4"
59 latin:additionalMoreKeys="4" />
60 <!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
61 <Key
62 latin:keyLabel="&#x03C4;"
63 latin:keyHintLabel="5"
64 latin:additionalMoreKeys="5" />
65 <!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
66 U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
67 U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
68 U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
69 <Key
70 latin:keyLabel="&#x03C5;"
71 latin:keyHintLabel="6"
72 latin:additionalMoreKeys="6"
73 latin:moreKeys="&#x03CD;,&#x03CB;,&#x03B0;" />
74 <!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
75 <Key
76 latin:keyLabel="&#x03B8;"
77 latin:keyHintLabel="7"
78 latin:additionalMoreKeys="7" />
79 <!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
80 U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
81 U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
82 U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
83 <Key
84 latin:keyLabel="&#x03B9;"
85 latin:keyHintLabel="8"
86 latin:additionalMoreKeys="8"
87 latin:moreKeys="&#x03AF;,&#x03CA;,&#x0390;" />
88 <!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
89 U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
90 <Key
91 latin:keyLabel="&#x03BF;"
92 latin:keyHintLabel="9"
93 latin:additionalMoreKeys="9"
94 latin:moreKeys="&#x03CC;" />
95 <!-- U+03C0: "π" GREEK SMALL LETTER PI -->
96 <Key
97 latin:keyLabel="&#x03C0;"
98 latin:keyHintLabel="0"
99 latin:additionalMoreKeys="0" />
100</merge>