diff options
author | 2014-07-08 22:05:39 +0900 | |
---|---|---|
committer | 2014-07-08 23:42:01 +0900 | |
commit | 59e795ca3fcb91ea11cc328a1370a7c49a4017be (patch) | |
tree | e40562ff7f60e05c98d490ef00d50a92add20a67 /java/res/xml/rowkeys_malayalam2.xml | |
parent | 2d4559f6c225f5ea93f2b2447f877c374a9b0bea (diff) | |
download | latinime-59e795ca3fcb91ea11cc328a1370a7c49a4017be.tar.gz latinime-59e795ca3fcb91ea11cc328a1370a7c49a4017be.tar.xz latinime-59e795ca3fcb91ea11cc328a1370a7c49a4017be.zip |
Add Malayalam keyboard
Bug: 10417006
Change-Id: Ieb03fe1f08c85417b5d9ad4d62c8a5bc6d0632bc
Diffstat (limited to 'java/res/xml/rowkeys_malayalam2.xml')
-rw-r--r-- | java/res/xml/rowkeys_malayalam2.xml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/java/res/xml/rowkeys_malayalam2.xml b/java/res/xml/rowkeys_malayalam2.xml new file mode 100644 index 000000000..f0f9df025 --- /dev/null +++ b/java/res/xml/rowkeys_malayalam2.xml @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** +** Copyright 2014, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> + +<merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> + <!-- U+0D15: "ക" MALAYALAM LETTER KA + U+0D16: "ഖ" MALAYALAM LETTER KHA --> + <Key + latin:keySpec="ക" + latin:moreKeys="ഖ" /> + <!-- U+0D17: "ഗ" MALAYALAM LETTER GA + U+0D18: "ഘ" MALAYALAM LETTER GHA --> + <Key + latin:keySpec="ഗ" + latin:moreKeys="ഘ" /> + <!-- U+0D19: "ങ" MALAYALAM LETTER NGA + U+0D1E: "ഞ" MALAYALAM LETTER NYA --> + <Key + latin:keySpec="ങ" + latin:moreKeys="ഞ" /> + <!-- U+0D1A: "ച" MALAYALAM LETTER CA + U+0D1B: "ഛ" MALAYALAM LETTER CHA --> + <Key + latin:keySpec="ച" + latin:moreKeys="ഛ" /> + <!-- U+0D1C: "ജ" MALAYALAM LETTER JA + U+0D1D: "ഝ" MALAYALAM LETTER JHA --> + <Key + latin:keySpec="ജ" + latin:moreKeys="ഝ" /> + <!-- U+0D1F: "ട" MALAYALAM LETTER TTA + U+0D20: "ഠ" MALAYALAM LETTER TTHA --> + <Key + latin:keySpec="ട" + latin:moreKeys="ഠ" /> + <!-- U+0D21: "ഡ" MALAYALAM LETTER DDA + U+0D22: "ഢ" MALAYALAM LETTER DDHA --> + <Key + latin:keySpec="ഡ" + latin:moreKeys="ഢ" /> + <!-- U+0D23: "ണ" MALAYALAM LETTER NNA + U+0D7A: "ൺ" MALAYALAM LETTER CHILLU NN --> + <Key + latin:keySpec="ണ" + latin:moreKeys="ൺ" /> + <!-- U+0D24: "ത" MALAYALAM LETTER TA + U+0D25: "ഥ" MALAYALAM LETTER THA --> + <Key + latin:keySpec="ത" + latin:moreKeys="ഥ" /> + <!-- U+0D26: "ദ" MALAYALAM LETTER DA + U+0D27: "ധ" MALAYALAM LETTER DHA --> + <Key + latin:keySpec="ദ" + latin:moreKeys="ധ" /> + <!-- U+0D28: "ഗന" MALAYALAM LETTER NA + U+0D7B: "ൻ" MALAYALAM LETTER CHILLU N --> + <Key + latin:keySpec="ന" + latin:moreKeys="ൻ" /> +</merge> |