Tadashi G. Takaoka | b5696b4 | 2014-07-08 12:50:16 +0900 | [diff] [blame] | 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 | <Key |
| 24 | latin:keySpec="ஔ" |
| 25 | latin:keyHintLabel="1" |
| 26 | latin:additionalMoreKeys="1" /> |
| 27 | <!-- U+0B90: "ஐ" TAMIL LETTER AI --> |
| 28 | <Key |
| 29 | latin:keySpec="ஐ" |
| 30 | latin:keyHintLabel="2" |
| 31 | latin:additionalMoreKeys="2" /> |
| 32 | <!-- U+0B86: "ஆ" TAMIL LETTER AA --> |
| 33 | <Key |
| 34 | latin:keySpec="ஆ" |
| 35 | latin:keyHintLabel="3" |
| 36 | latin:additionalMoreKeys="3" /> |
| 37 | <!-- U+0B88: "ஈ" TAMIL LETTER II --> |
| 38 | <Key |
| 39 | latin:keySpec="ஈ" |
| 40 | latin:keyHintLabel="4" |
| 41 | latin:additionalMoreKeys="4" /> |
| 42 | <!-- U+0B8A: "ஊ" TAMIL LETTER UU --> |
| 43 | <Key |
| 44 | latin:keySpec="ஊ" |
| 45 | latin:keyHintLabel="5" |
| 46 | latin:additionalMoreKeys="5" /> |
| 47 | <!-- U+0BAE: "ம" TAMIL LETTER MA --> |
| 48 | <Key |
| 49 | latin:keySpec="ம" |
| 50 | latin:keyHintLabel="6" |
| 51 | latin:additionalMoreKeys="6" /> |
| 52 | <!-- U+0BA9: "ன" TAMIL LETTER NNNA --> |
| 53 | <Key |
| 54 | latin:keySpec="ன" |
| 55 | latin:keyHintLabel="7" |
| 56 | latin:additionalMoreKeys="7" /> |
| 57 | <!-- U+0BA8: "ந" TAMIL LETTER NA --> |
| 58 | <Key |
| 59 | latin:keySpec="ந" |
| 60 | latin:keyHintLabel="8" |
| 61 | latin:additionalMoreKeys="8" /> |
| 62 | <!-- U+0B99: "ங" TAMIL LETTER NGA --> |
| 63 | <Key |
| 64 | latin:keySpec="ங" |
| 65 | latin:keyHintLabel="9" |
| 66 | latin:additionalMoreKeys="9" /> |
| 67 | <!-- U+0BA3: "ண" TAMIL LETTER NNA --> |
| 68 | <Key |
| 69 | latin:keySpec="ண" |
| 70 | latin:keyHintLabel="0" |
| 71 | latin:additionalMoreKeys="0" /> |
| 72 | <!-- U+0B9E: "ஞ" TAMIL LETTER NYA --> |
| 73 | <Key latin:keySpec="ஞ" /> |
| 74 | </merge> |