Tadashi G. Takaoka | 13057e7 | 2012-02-27 18:37:55 +0900 | [diff] [blame] | 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 | <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 |
Tadashi G. Takaoka | b1de291 | 2012-03-09 12:14:47 +0900 | [diff] [blame] | 34 | latin:keyLabel=";" |
| 35 | latin:keyHintLabel=":" |
| 36 | latin:moreKeys=":" |
| 37 | latin:keyStyle="hasShiftedLetterHintStyle" /> |
Tadashi G. Takaoka | 13057e7 | 2012-02-27 18:37:55 +0900 | [diff] [blame] | 38 | <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. --> |
| 39 | <!-- |
| 40 | <switch> |
| 41 | <case |
| 42 | latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted" |
| 43 | > |
| 44 | U+0385: "΅" GREEK DIALYTIKA TONOS |
| 45 | <Key |
| 46 | latin:keyLabel="΅" /> |
| 47 | </case> |
| 48 | <default> |
| 49 | --> |
| 50 | <!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA --> |
| 51 | <Key |
| 52 | latin:keyLabel="ς" |
| 53 | latin:keyLabelFlags="preserveCase" /> |
| 54 | <!-- |
| 55 | </default> |
| 56 | </switch> |
| 57 | --> |
| 58 | <!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON |
| 59 | U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS --> |
| 60 | <Key |
| 61 | latin:keyLabel="ε" |
| 62 | latin:moreKeys="έ" /> |
| 63 | <!-- U+03C1: "ρ" GREEK SMALL LETTER RHO --> |
| 64 | <Key |
| 65 | latin:keyLabel="ρ" /> |
| 66 | <!-- U+03C4: "τ" GREEK SMALL LETTER TAU --> |
| 67 | <Key |
| 68 | latin:keyLabel="τ" /> |
| 69 | <!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON |
| 70 | U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS |
| 71 | U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA |
| 72 | U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS --> |
| 73 | <Key |
| 74 | latin:keyLabel="υ" |
| 75 | latin:moreKeys="ύ,ϋ,ΰ" /> |
| 76 | <!-- U+03B8: "θ" GREEK SMALL LETTER THETA --> |
| 77 | <Key |
| 78 | latin:keyLabel="θ" /> |
| 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:moreKeys="ί,ϊ,ΐ" /> |
| 86 | <!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON |
| 87 | U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS --> |
| 88 | <Key |
| 89 | latin:keyLabel="ο" |
| 90 | latin:moreKeys="ό" /> |
| 91 | <!-- U+03C0: "π" GREEK SMALL LETTER PI --> |
| 92 | <Key |
| 93 | latin:keyLabel="π" /> |
| 94 | <Key |
| 95 | latin:keyStyle="deleteKeyStyle" |
| 96 | latin:keyXPos="-9.219%p" |
| 97 | latin:keyWidth="fillBoth" /> |
| 98 | </Row> |
| 99 | <Row |
| 100 | latin:keyWidth="8.125%p" |
| 101 | > |
| 102 | <Key |
| 103 | latin:keyStyle="toSymbolKeyStyle" |
| 104 | latin:keyLabelFlags="alignLeft" |
| 105 | latin:keyWidth="11.172%p"/> |
| 106 | <!-- U+03B1: "α" GREEK SMALL LETTER ALPHA |
| 107 | U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS --> |
| 108 | <Key |
| 109 | latin:keyLabel="α" |
| 110 | latin:moreKeys="ά" /> |
| 111 | <!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA --> |
| 112 | <Key |
| 113 | latin:keyLabel="σ" /> |
| 114 | <!-- U+03B4: "δ" GREEK SMALL LETTER DELTA --> |
| 115 | <Key |
| 116 | latin:keyLabel="δ" /> |
| 117 | <!-- U+03C6: "φ" GREEK SMALL LETTER PHI --> |
| 118 | <Key |
| 119 | latin:keyLabel="φ" /> |
| 120 | <!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA --> |
| 121 | <Key |
| 122 | latin:keyLabel="γ" /> |
| 123 | <!-- U+03B7: "η" GREEK SMALL LETTER ETA |
| 124 | U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS --> |
| 125 | <Key |
| 126 | latin:keyLabel="η" |
| 127 | latin:moreKeys="ή" /> |
| 128 | <!-- U+03BE: "ξ" GREEK SMALL LETTER XI --> |
| 129 | <Key |
| 130 | latin:keyLabel="ξ" /> |
| 131 | <!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA --> |
| 132 | <Key |
| 133 | latin:keyLabel="κ" /> |
| 134 | <!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA --> |
| 135 | <Key |
| 136 | latin:keyLabel="λ" /> |
| 137 | <Key |
| 138 | latin:keyStyle="enterKeyStyle" |
| 139 | latin:keyXPos="-15.704%p" |
| 140 | latin:keyWidth="fillBoth" /> |
| 141 | </Row> |
| 142 | <Row |
| 143 | latin:keyWidth="8.047%p" |
| 144 | > |
| 145 | <Key |
| 146 | latin:keyStyle="shiftKeyStyle" |
| 147 | latin:keyWidth="13.829%p" /> |
| 148 | <!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA --> |
| 149 | <Key |
| 150 | latin:keyLabel="ζ" /> |
| 151 | <!-- U+03C7: "χ" GREEK SMALL LETTER CHI --> |
| 152 | <Key |
| 153 | latin:keyLabel="χ" /> |
| 154 | <!-- U+03C8: "ψ" GREEK SMALL LETTER PSI --> |
| 155 | <Key |
| 156 | latin:keyLabel="ψ" /> |
| 157 | <!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA |
| 158 | U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS --> |
| 159 | <Key |
| 160 | latin:keyLabel="ω" |
| 161 | latin:moreKeys="ώ" /> |
| 162 | <!-- U+03B2: "β" GREEK SMALL LETTER BETA --> |
| 163 | <Key |
| 164 | latin:keyLabel="β" /> |
| 165 | <!-- U+03BD: "ν" GREEK SMALL LETTER NU --> |
| 166 | <Key |
| 167 | latin:keyLabel="ν" /> |
| 168 | <!-- U+03BC: "μ" GREEK SMALL LETTER MU --> |
| 169 | <Key |
| 170 | latin:keyLabel="μ" /> |
| 171 | <include |
| 172 | latin:keyboardLayout="@xml/keys_comma_period" /> |
| 173 | <Key |
| 174 | latin:keyStyle="shiftKeyStyle" |
| 175 | latin:keyXPos="-13.750%p" |
| 176 | latin:keyWidth="fillBoth" /> |
| 177 | </Row> |
| 178 | <include |
| 179 | latin:keyboardLayout="@xml/row_qwerty4" /> |
| 180 | </merge> |