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 27 latin:keySpec="α" 28 latin:moreKeys="ά" /> 29 <!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA --> 30 <Key 31 latin:keySpec="σ" /> 32 <!-- U+03B4: "δ" GREEK SMALL LETTER DELTA --> 33 <Key 34 latin:keySpec="δ" /> 35 <!-- U+03C6: "φ" GREEK SMALL LETTER PHI --> 36 <Key 37 latin:keySpec="φ" /> 38 <!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA --> 39 <Key 40 latin:keySpec="γ" /> 41 <!-- U+03B7: "η" GREEK SMALL LETTER ETA 42 U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS --> 43 <Key 44 latin:keySpec="η" 45 latin:moreKeys="ή" /> 46 <!-- U+03BE: "ξ" GREEK SMALL LETTER XI --> 47 <Key 48 latin:keySpec="ξ" /> 49 <!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA --> 50 <Key 51 latin:keySpec="κ" /> 52 <!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA --> 53 <Key 54 latin:keySpec="λ" /> 55</merge> 56