blob: b2eab8d60f841f5ef75191824db264719d9cb802 [file] [log] [blame]
Jacob Nordfalk3ed057a2012-08-01 01:08:45 +02001<?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+017A: "ź" LATIN SMALL LETTER Z WITH ACUTE
25 U+017C: "ż" LATIN SMALL LETTER Z WITH DOT ABOVE
26 U+017E: "ž" LATIN SMALL LETTER Z WITH CARON -->
27 <Key
28 latin:keyLabel="z"
29 latin:moreKeys="&#x017A;,&#x017C;,&#x017E;" />
30 <!-- U+0109: "ĉ" LATIN SMALL LETTER C WITH CIRCUMFLEX -->
31 <Key
32 latin:keyLabel="&#x0109;"
33 latin:moreKeys="x" />
34 <!-- U+0107: "ć" LATIN SMALL LETTER C WITH ACUTE
35 U+010D: "č" LATIN SMALL LETTER C WITH CARON
36 U+00E7: "ç" LATIN SMALL LETTER C WITH CEDILLA
37 U+010B: "ċ" LATIN SMALL LETTER C WITH DOT ABOVE -->
38 <Key
39 latin:keyLabel="c"
40 latin:moreKeys="&#x0107;,&#x010D;,&#x00E7;,&#x010B;" />
41 <!-- U+0175: "ŵ" LATIN SMALL LETTER W WITH CIRCUMFLEX -->
42 <Key
43 latin:keyLabel="v"
44 latin:moreKeys="w,&#x0175;" />
45 <Key
46 latin:keyLabel="b" />
47 <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
48 U+0144: "ń" LATIN SMALL LETTER N WITH ACUTE
49 U+0146: "ņ" LATIN SMALL LETTER N WITH CEDILLA
50 U+0148: "ň" LATIN SMALL LETTER N WITH CARON
51 U+0149: "ʼn" LATIN SMALL LETTER N PRECEDED BY APOSTROPHE
52 U+014B: "ŋ" LATIN SMALL LETTER ENG -->
53 <Key
54 latin:keyLabel="n"
55 latin:moreKeys="&#x00F1;,&#x0144;,&#x0146;,&#x0148;,&#x0149;,&#x014B;" />
56 <Key
57 latin:keyLabel="m" />
58</merge>