• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2014, 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 xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
22    <!-- U+0B94: "ஔ" TAMIL LETTER AU
23         U+0BCC: "ௌ" TAMIL VOWEL SIGN AU -->
24    <Key
25        latin:keySpec="&#x0B94;"
26        latin:moreKeys="&#x0BCC;,%"
27        latin:keyHintLabel="1"
28        latin:additionalMoreKeys="1" />
29    <!-- U+0B90: "ஐ" TAMIL LETTER AI
30         U+0BC8: "ை" TAMIL VOWEL SIGN AI -->
31    <Key
32        latin:keySpec="&#x0B90;"
33        latin:moreKeys="&#x0BC8;,%"
34        latin:keyHintLabel="2"
35        latin:additionalMoreKeys="2" />
36    <!-- U+0B86: "ஆ" TAMIL LETTER AA
37         U+0BBE: "ா" TAMIL VOWEL SIGN AA -->
38    <Key
39        latin:keySpec="&#x0B86;"
40        latin:moreKeys="&#x0BBE;,%"
41        latin:keyHintLabel="3"
42        latin:additionalMoreKeys="3" />
43    <!-- U+0B88: "ஈ" TAMIL LETTER II
44         U+0BC0: "ீ" TAMIL VOWEL SIGN II -->
45    <Key
46        latin:keySpec="&#x0B88;"
47        latin:moreKeys="&#x0BC0;,%"
48        latin:keyHintLabel="4"
49        latin:additionalMoreKeys="4" />
50    <!-- U+0B8A: "ஊ" TAMIL LETTER UU
51         U+0BC2: "ூ" TAMIL VOWEL SIGN UU -->
52    <Key
53        latin:keySpec="&#x0B8A;"
54        latin:moreKeys="&#x0BC2;,%"
55        latin:keyHintLabel="5"
56        latin:additionalMoreKeys="5" />
57    <!-- U+0BAE: "ம" TAMIL LETTER MA -->
58    <Key
59        latin:keySpec="&#x0BAE;"
60        latin:keyHintLabel="6"
61        latin:additionalMoreKeys="6" />
62    <!-- U+0BA9: "ன" TAMIL LETTER NNNA -->
63    <Key
64        latin:keySpec="&#x0BA9;"
65        latin:keyHintLabel="7"
66        latin:additionalMoreKeys="7" />
67    <!-- U+0BA8: "ந" TAMIL LETTER NA -->
68    <Key
69        latin:keySpec="&#x0BA8;"
70        latin:keyHintLabel="8"
71        latin:additionalMoreKeys="8" />
72    <!-- U+0B99: "ங" TAMIL LETTER NGA -->
73    <Key
74        latin:keySpec="&#x0B99;"
75        latin:keyHintLabel="9"
76        latin:additionalMoreKeys="9" />
77    <!-- U+0BA3: "ண" TAMIL LETTER NNA -->
78    <Key
79        latin:keySpec="&#x0BA3;"
80        latin:keyHintLabel="0"
81        latin:additionalMoreKeys="0" />
82    <!-- U+0B9E: "ஞ" TAMIL LETTER NYA -->
83    <Key latin:keySpec="&#x0B9E;" />
84</merge>
85