Tadashi G. Takaoka | 59e795c | 2014-07-08 22:05:39 +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+0D2A: "പ" MALAYALAM LETTER PA |
| 23 | U+0D2B: "ഫ" MALAYALAM LETTER PHA --> |
| 24 | <Key |
| 25 | latin:keySpec="പ" |
| 26 | latin:moreKeys="ഫ" /> |
| 27 | <!-- U+0D2C: "ബ" MALAYALAM LETTER BA |
| 28 | U+0D2D: "ഭ" MALAYALAM LETTER BHA --> |
| 29 | <Key |
| 30 | latin:keySpec="ബ" |
| 31 | latin:moreKeys="ഭ" /> |
| 32 | <!-- U+0D2E: "മ" MALAYALAM LETTER MA |
| 33 | U+0D02: "ം" MALAYALAM SIGN ANUSVARA --> |
| 34 | <Key |
| 35 | latin:keySpec="മ" |
| 36 | latin:moreKeys="ം" /> |
| 37 | <!-- U+0D2F: "യ" MALAYALAM LETTER YA |
| 38 | U+0D4D/U+0D2F: "്യ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER YA --> |
| 39 | <Key |
| 40 | latin:keySpec="യ" |
| 41 | latin:moreKeys="്യ" /> |
| 42 | <!-- U+0D30: "ര" MALAYALAM LETTER RA |
| 43 | U+0D4D/U+0D30: "്ര" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER RA |
| 44 | U+0D7C: "ർ" MALAYALAM LETTER CHILLU RR |
| 45 | U+0D31: "റ" MALAYALAM LETTER RRA --> |
| 46 | <Key |
| 47 | latin:keySpec="ര" |
| 48 | latin:moreKeys="്ര,ർ,റ" /> |
| 49 | <!-- U+0D32: "ല" MALAYALAM LETTER LA |
| 50 | U+0D7D: "ൽ" MALAYALAM LETTER CHILLU L --> |
| 51 | <Key |
| 52 | latin:keySpec="ല" |
| 53 | latin:moreKeys="ൽ" /> |
| 54 | <!-- U+0D35: "വ" MALAYALAM LETTER VA |
| 55 | U+0D4D/U+0D35: "്വ" MALAYALAM SIGN VIRAMA/MALAYALAM LETTER VA --> |
| 56 | <Key |
| 57 | latin:keySpec="വ" |
| 58 | latin:moreKeys="്വ" /> |
| 59 | <!-- U+0D36: "ശ" MALAYALAM LETTER SHA |
| 60 | U+0D37: "ഷ" MALAYALAM LETTER SSA |
| 61 | U+0D38: "സ" MALAYALAM LETTER SA --> |
| 62 | <Key |
| 63 | latin:keySpec="ശ" |
| 64 | latin:moreKeys="ഷ,സ" /> |
| 65 | <!-- U+0D39: "ഹ" MALAYALAM LETTER HA |
| 66 | U+0D03: "ഃ" MALAYALAM SIGN VISARGA --> |
| 67 | <Key |
| 68 | latin:keySpec="ഹ" |
| 69 | latin:moreKeys="ഃ" /> |
| 70 | <!-- U+0D33: "ള" MALAYALAM LETTER LLA |
| 71 | U+0D7E: "ൾ" MALAYALAM LETTER CHILLU LL |
| 72 | U+0D34: "ഴ" MALAYALAM LETTER LLLA --> |
| 73 | <Key |
| 74 | latin:keySpec="ള" |
| 75 | latin:moreKeys="ൾ,ഴ" /> |
| 76 | </merge> |