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 <switch> 23 <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> 24 <!-- U+0D9E: "ඞ" SINHALA LETTER KANTAJA NAASIKYAYA --> 25 <Key latin:keySpec="ඞ" /> 26 <!-- U+0DA3: "ඣ" SINHALA LETTER MAHAAPRAANA JAYANNA --> 27 <Key latin:keySpec="ඣ" /> 28 <!-- U+0DAA: "ඪ" SINHALA LETTER MAHAAPRAANA DDAYANNA --> 29 <Key latin:keySpec="ඪ" /> 30 <!-- U+0D8A: "ඊ" SINHALA LETTER IIYANNA --> 31 <Key latin:keySpec="ඊ" /> 32 <!-- U+0DB7: "භ" SINHALA LETTER MAHAAPRAANA BAYANNA --> 33 <Key latin:keySpec="භ" /> 34 <!-- U+0DB5: "ඵ" SINHALA LETTER MAHAAPRAANA PAYANNA --> 35 <Key latin:keySpec="ඵ" /> 36 <!-- U+0DC5: "ළ" SINHALA LETTER MUURDHAJA LAYANNA --> 37 <Key latin:keySpec="ළ" /> 38 <!-- U+0D9D: "ඝ" SINHALA LETTER MAHAAPRAANA GAYANNA --> 39 <Key latin:keySpec="ඝ" /> 40 <!-- U+0DBB/U+0DCA/U+200D: "ර්" SINHALA LETTER RAYANNA/SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER --> 41 <Key latin:keySpec="ර්‍" /> 42 </case> 43 <default> 44 <!-- U+0D82: "ං" SINHALA SIGN ANUSVARAYA 45 U+0D83: "ඃ" SINHALA SIGN VISARGAYA --> 46 <Key 47 latin:keySpec="ං" 48 latin:moreKeys="ඃ" /> 49 <!-- U+0DA2: "ජ" SINHALA LETTER ALPAPRAANA JAYANNA 50 U+0DA6: "ඦ" SINHALA LETTER SANYAKA JAYANNA --> 51 <Key 52 latin:keySpec="ජ" 53 latin:moreKeys="ඦ" /> 54 <!-- U+0DA9: "ඩ" SINHALA LETTER ALPAPRAANA DDAYANNA 55 U+0DAC: "ඬ" SINHALA LETTER SANYAKA DDAYANNA --> 56 <Key 57 latin:keySpec="ඩ" 58 latin:moreKeys="ඬ" /> 59 <!-- U+0D89: "ඉ" SINHALA LETTER IYANNA --> 60 <Key latin:keySpec="ඉ" /> 61 <!-- U+0DB6: "බ" SINHALA LETTER ALPAPRAANA BAYANNA --> 62 <Key latin:keySpec="බ" /> 63 <!-- U+0DB4: "ප" SINHALA LETTER ALPAPRAANA PAYANNA --> 64 <Key latin:keySpec="ප" /> 65 <!-- U+0DBD: "ල" SINHALA LETTER DANTAJA LAYANNA --> 66 <Key latin:keySpec="ල" /> 67 <!-- U+0D9C: "ග" SINHALA LETTER ALPAPRAANA GAYANNA 68 U+0D9F: "ඟ" SINHALA LETTER SANYAKA GAYANNA --> 69 <Key 70 latin:keySpec="ග" 71 latin:moreKeys="ඟ" /> 72 <!-- U+0DF3: "ෳ" SINHALA VOWEL SIGN DIGA GAYANUKITTA --> 73 <Key latin:keySpec="ෳ" /> 74 </default> 75 </switch> 76</merge> 77