blob: 4eb7732f73723dbcc7167d24c0226ded858c401c [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. Takaokab30e7192012-03-12 12:30:24 +090024 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090025 <!--
26 <switch>
27 <case
28 latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
29 >
30 U+0385: "΅" GREEK DIALYTIKA TONOS
31 <Key
32 latin:keyLabel="&#x0385;" />
33 </case>
34 <default>
35 -->
36 <!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
37 <Key
38 latin:keyLabel="&#x03C2;"
39 latin:keyLabelFlags="preserveCase" />
40 <!--
41 </default>
42 </switch>
43 -->
44 <!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
45 U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
46 <Key
47 latin:keyLabel="&#x03B5;"
48 latin:moreKeys="&#x03AD;" />
49 <!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
50 <Key
51 latin:keyLabel="&#x03C1;" />
52 <!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
53 <Key
54 latin:keyLabel="&#x03C4;" />
55 <!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
56 U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
57 U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
58 U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
59 <Key
60 latin:keyLabel="&#x03C5;"
61 latin:moreKeys="&#x03CD;,&#x03CB;,&#x03B0;" />
62 <!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
63 <Key
64 latin:keyLabel="&#x03B8;" />
65 <!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
66 U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
67 U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
68 U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
69 <Key
70 latin:keyLabel="&#x03B9;"
71 latin:moreKeys="&#x03AF;,&#x03CA;,&#x0390;" />
72 <!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
73 U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
74 <Key
75 latin:keyLabel="&#x03BF;"
76 latin:moreKeys="&#x03CC;" />
77 <!-- U+03C0: "π" GREEK SMALL LETTER PI -->
78 <Key
79 latin:keyLabel="&#x03C0;" />
80</merge>