blob: e9a76a588eedfd479e0449932705158a1834edfa [file] [log] [blame]
Tadashi G. Takaoka13057e72012-02-27 18:37:55 +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>
24 <include
25 latin:keyboardLayout="@xml/key_styles_common" />
26 <Row
27 latin:keyWidth="8.282%p"
28 >
29 <Key
30 latin:keyStyle="tabKeyStyle"
31 latin:keyLabelFlags="alignLeft"
32 latin:keyWidth="7.969%p" />
33 <Key
34 latin:keyLabel=";" />
35 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
36 <!--
37 <switch>
38 <case
39 latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
40 >
41 U+0385: "΅" GREEK DIALYTIKA TONOS
42 <Key
43 latin:keyLabel="&#x0385;" />
44 </case>
45 <default>
46 -->
47 <!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
48 <Key
49 latin:keyLabel="&#x03C2;"
50 latin:keyLabelFlags="preserveCase" />
51 <!--
52 </default>
53 </switch>
54 -->
55 <!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
56 U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
57 <Key
58 latin:keyLabel="&#x03B5;"
59 latin:moreKeys="&#x03AD;" />
60 <!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
61 <Key
62 latin:keyLabel="&#x03C1;" />
63 <!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
64 <Key
65 latin:keyLabel="&#x03C4;" />
66 <!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
67 U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
68 U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
69 U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
70 <Key
71 latin:keyLabel="&#x03C5;"
72 latin:moreKeys="&#x03CD;,&#x03CB;,&#x03B0;" />
73 <!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
74 <Key
75 latin:keyLabel="&#x03B8;" />
76 <!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
77 U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
78 U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
79 U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
80 <Key
81 latin:keyLabel="&#x03B9;"
82 latin:moreKeys="&#x03AF;,&#x03CA;,&#x0390;" />
83 <!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
84 U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
85 <Key
86 latin:keyLabel="&#x03BF;"
87 latin:moreKeys="&#x03CC;" />
88 <!-- U+03C0: "π" GREEK SMALL LETTER PI -->
89 <Key
90 latin:keyLabel="&#x03C0;" />
91 <Key
92 latin:keyStyle="deleteKeyStyle"
93 latin:keyXPos="-9.219%p"
94 latin:keyWidth="fillBoth" />
95 </Row>
96 <Row
97 latin:keyWidth="8.125%p"
98 >
99 <Key
100 latin:keyStyle="toSymbolKeyStyle"
101 latin:keyLabelFlags="alignLeft"
102 latin:keyWidth="11.172%p"/>
103 <!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
104 U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
105 <Key
106 latin:keyLabel="&#x03B1;"
107 latin:moreKeys="&#x03AC;" />
108 <!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
109 <Key
110 latin:keyLabel="&#x03C3;" />
111 <!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
112 <Key
113 latin:keyLabel="&#x03B4;" />
114 <!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
115 <Key
116 latin:keyLabel="&#x03C6;" />
117 <!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
118 <Key
119 latin:keyLabel="&#x03B3;" />
120 <!-- U+03B7: "η" GREEK SMALL LETTER ETA
121 U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
122 <Key
123 latin:keyLabel="&#x03B7;"
124 latin:moreKeys="&#x03AE;" />
125 <!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
126 <Key
127 latin:keyLabel="&#x03BE;" />
128 <!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
129 <Key
130 latin:keyLabel="&#x03BA;" />
131 <!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
132 <Key
133 latin:keyLabel="&#x03BB;" />
134 <Key
135 latin:keyStyle="enterKeyStyle"
136 latin:keyXPos="-15.704%p"
137 latin:keyWidth="fillBoth" />
138 </Row>
139 <Row
140 latin:keyWidth="8.047%p"
141 >
142 <Key
143 latin:keyStyle="shiftKeyStyle"
144 latin:keyWidth="13.829%p" />
145 <!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA -->
146 <Key
147 latin:keyLabel="&#x03B6;" />
148 <!-- U+03C7: "χ" GREEK SMALL LETTER CHI -->
149 <Key
150 latin:keyLabel="&#x03C7;" />
151 <!-- U+03C8: "ψ" GREEK SMALL LETTER PSI -->
152 <Key
153 latin:keyLabel="&#x03C8;" />
154 <!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA
155 U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS -->
156 <Key
157 latin:keyLabel="&#x03C9;"
158 latin:moreKeys="&#x03CE;" />
159 <!-- U+03B2: "β" GREEK SMALL LETTER BETA -->
160 <Key
161 latin:keyLabel="&#x03B2;" />
162 <!-- U+03BD: "ν" GREEK SMALL LETTER NU -->
163 <Key
164 latin:keyLabel="&#x03BD;" />
165 <!-- U+03BC: "μ" GREEK SMALL LETTER MU -->
166 <Key
167 latin:keyLabel="&#x03BC;" />
168 <include
169 latin:keyboardLayout="@xml/keys_comma_period" />
170 <Key
171 latin:keyStyle="shiftKeyStyle"
172 latin:keyXPos="-13.750%p"
173 latin:keyWidth="fillBoth" />
174 </Row>
175 <include
176 latin:keyboardLayout="@xml/row_qwerty4" />
177</merge>