blob: d8769caa96ee2b37e57ff7c4d739d3a7126db160 [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 <!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
25 U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
26 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090027 latin:keySpec="&#x03B1;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090028 latin:moreKeys="&#x03AC;" />
29 <!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
30 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090031 latin:keySpec="&#x03C3;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090032 <!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
33 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090034 latin:keySpec="&#x03B4;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090035 <!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
36 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090037 latin:keySpec="&#x03C6;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090038 <!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
39 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090040 latin:keySpec="&#x03B3;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090041 <!-- U+03B7: "η" GREEK SMALL LETTER ETA
42 U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
43 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090044 latin:keySpec="&#x03B7;"
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090045 latin:moreKeys="&#x03AE;" />
46 <!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
47 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090048 latin:keySpec="&#x03BE;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090049 <!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
50 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090051 latin:keySpec="&#x03BA;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090052 <!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
53 <Key
Tadashi G. Takaoka9684b332014-02-06 15:11:05 +090054 latin:keySpec="&#x03BB;" />
Tadashi G. Takaokae9553232012-03-09 16:23:06 +090055</merge>