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