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+0DDF: "" SINHALA VOWEL SIGN GAYANUKITTA --> 25 <Key latin:keySpec="ෟ" /> 26 <!-- U+0DD3: "" SINHALA VOWEL SIGN DIGA IS-PILLA --> 27 <Key latin:keySpec="ී" /> 28 <!-- U+0DD8: "" SINHALA VOWEL SIGN GAETTA-PILLA --> 29 <Key latin:keySpec="ෘ" /> 30 <!-- U+0DC6: "" SINHALA LETTER FAYANNA --> 31 <Key latin:keySpec="ෆ" /> 32 <!-- U+0DA8: "" SINHALA LETTER MAHAAPRAANA TTAYANNA --> 33 <Key latin:keySpec="ඨ" /> 34 <!-- U+0DCA/U+200D/U+0DBA: "" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER YAYANNA --> 35 <Key latin:keySpec="්‍ය" /> 36 <!-- U+0DC5/U+0DD4: "" SINHALA LETTER MUURDHAJA LAYANNA/SINHALA VOWEL SIGN KETTI PAA-PILLA --> 37 <Key latin:keySpec="ළු" /> 38 <!-- U+0DAB: "" SINHALA LETTER MUURDHAJA NAYANNA --> 39 <Key latin:keySpec="ණ" /> 40 <!-- U+0D9B: "" SINHALA LETTER MAHAAPRAANA KAYANNA --> 41 <Key latin:keySpec="ඛ" /> 42 <!-- U+0DAE: "" SINHALA LETTER MAHAAPRAANA TAYANNA --> 43 <Key latin:keySpec="ථ" /> 44 <!-- U+0DCA/U+200D/U+0DBB: "" SINHALA SIGN AL-LAKUNA/ZERO WIDTH JOINER/SINHALA LETTER RAYANNA --> 45 <Key latin:keySpec="්‍ර" /> 46 </case> 47 <default> 48 <!-- U+0DCA: "" SINHALA SIGN AL-LAKUNA --> 49 <Key latin:keySpec="්" /> 50 <!-- U+0DD2: "" SINHALA VOWEL SIGN KETTI IS-PILLA --> 51 <Key latin:keySpec="ි" /> 52 <!-- U+0DCF: "" SINHALA VOWEL SIGN AELA-PILLA --> 53 <Key latin:keySpec="ා" /> 54 <!-- U+0DD9: "" SINHALA VOWEL SIGN KOMBUVA --> 55 <Key latin:keySpec="ෙ" /> 56 <!-- U+0DA7: "" SINHALA LETTER ALPAPRAANA TTAYANNA --> 57 <Key latin:keySpec="ට" /> 58 <!-- U+0DBA: "" SINHALA LETTER YAYANNA --> 59 <Key latin:keySpec="ය" /> 60 <!-- U+0DC0: "" SINHALA LETTER VAYANNA --> 61 <Key latin:keySpec="ව" /> 62 <!-- U+0DB1: "" SINHALA LETTER DANTAJA NAYANNA --> 63 <Key latin:keySpec="න" /> 64 <!-- U+0D9A: "" SINHALA LETTER ALPAPRAANA KAYANNA --> 65 <Key latin:keySpec="ක" /> 66 <!-- U+0DAD: "" SINHALA LETTER ALPAPRAANA TAYANNA --> 67 <Key latin:keySpec="ත" /> 68 <!-- U+0D8F: "" SINHALA LETTER ILUYANNA --> 69 <Key latin:keySpec="ඏ" /> 70 </default> 71 </switch> 72 </merge> 73