Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +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 | <!-- U+03B1: "α" GREEK SMALL LETTER ALPHA |
| 25 | U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS --> |
| 26 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 27 | latin:keySpec="α" |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 28 | latin:moreKeys="ά" /> |
| 29 | <!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA --> |
| 30 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 31 | latin:keySpec="σ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 32 | <!-- U+03B4: "δ" GREEK SMALL LETTER DELTA --> |
| 33 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 34 | latin:keySpec="δ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 35 | <!-- U+03C6: "φ" GREEK SMALL LETTER PHI --> |
| 36 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 37 | latin:keySpec="φ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 38 | <!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA --> |
| 39 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 40 | latin:keySpec="γ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 41 | <!-- U+03B7: "η" GREEK SMALL LETTER ETA |
| 42 | U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS --> |
| 43 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 44 | latin:keySpec="η" |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 45 | latin:moreKeys="ή" /> |
| 46 | <!-- U+03BE: "ξ" GREEK SMALL LETTER XI --> |
| 47 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 48 | latin:keySpec="ξ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 49 | <!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA --> |
| 50 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 51 | latin:keySpec="κ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 52 | <!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA --> |
| 53 | <Key |
Tadashi G. Takaoka | 9684b33 | 2014-02-06 15:11:05 +0900 | [diff] [blame] | 54 | latin:keySpec="λ" /> |
Tadashi G. Takaoka | e955323 | 2012-03-09 16:23:06 +0900 | [diff] [blame] | 55 | </merge> |