1 <?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 <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. --> 25 <!-- 26 <switch> 27 <case 28 latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted" 29 > 30 U+0385: "" GREEK DIALYTIKA TONOS 31 <Key 32 latin:keyLabel="΅" 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="ς" 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="ε" 52 latin:keyHintLabel="3" 53 latin:additionalMoreKeys="3" 54 latin:moreKeys="έ" /> 55 <!-- U+03C1: "" GREEK SMALL LETTER RHO --> 56 <Key 57 latin:keyLabel="ρ" 58 latin:keyHintLabel="4" 59 latin:additionalMoreKeys="4" /> 60 <!-- U+03C4: "" GREEK SMALL LETTER TAU --> 61 <Key 62 latin:keyLabel="τ" 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="υ" 71 latin:keyHintLabel="6" 72 latin:additionalMoreKeys="6" 73 latin:moreKeys="ύ,ϋ,ΰ" /> 74 <!-- U+03B8: "" GREEK SMALL LETTER THETA --> 75 <Key 76 latin:keyLabel="θ" 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="ι" 85 latin:keyHintLabel="8" 86 latin:additionalMoreKeys="8" 87 latin:moreKeys="ί,ϊ,ΐ" /> 88 <!-- U+03BF: "" GREEK SMALL LETTER OMICRON 89 U+03CC: "" GREEK SMALL LETTER OMICRON WITH TONOS --> 90 <Key 91 latin:keyLabel="ο" 92 latin:keyHintLabel="9" 93 latin:additionalMoreKeys="9" 94 latin:moreKeys="ό" /> 95 <!-- U+03C0: "" GREEK SMALL LETTER PI --> 96 <Key 97 latin:keyLabel="π" 98 latin:keyHintLabel="0" 99 latin:additionalMoreKeys="0" /> 100 </merge> 101