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