1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4** 5** Copyright 2013, 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+0ED1: "໑" LAO DIGIT ONE --> 25 <Key latin:keySpec="໑" /> 26 <!-- U+0ED2: "໒" LAO DIGIT TWO --> 27 <Key latin:keySpec="໒" /> 28 <!-- U+0ED3: "໓" LAO DIGIT THREE --> 29 <Key latin:keySpec="໓" /> 30 <!-- U+0ED4: "໔" LAO DIGIT FOUR --> 31 <Key latin:keySpec="໔" /> 32 <!-- U+0ECC: "໌" LAO CANCELLATION MARK --> 33 <Key latin:keySpec="໌" /> 34 <!-- U+0EBC: "ຼ" LAO SEMIVOWEL SIGN LO --> 35 <Key latin:keySpec="ຼ" /> 36 <!-- U+0ED5: "໕" LAO DIGIT FIVE --> 37 <Key latin:keySpec="໕" /> 38 <!-- U+0ED6: "໖" LAO DIGIT SIX --> 39 <Key latin:keySpec="໖" /> 40 <!-- U+0ED7: "໗" LAO DIGIT SEVEN --> 41 <Key latin:keySpec="໗" /> 42 <!-- U+0ED8: "໘" LAO DIGIT EIGHT --> 43 <Key latin:keySpec="໘" /> 44 <!-- U+0ED9: "໙" LAO DIGIT NINE --> 45 <Key latin:keySpec="໙" /> 46 <!-- U+0ECD/U+0EC8: "ໍ່" LAO NIGGAHITA/LAO TONE MAI EK --> 47 <Key 48 latin:keySpec="ໍ່" 49 latin:keyLabelFlags="followKeyLetterRatio" /> 50 </case> 51 <default> 52 <!-- U+0EA2: "ຢ" LAO LETTER YO 53 U+0ED1: "໑" LAO DIGIT ONE --> 54 <Key 55 latin:keySpec="ຢ" 56 latin:keyHintLabel="1" 57 latin:additionalMoreKeys="1" 58 latin:moreKeys="໑" /> 59 <!-- U+0E9F: "ຟ" LAO LETTER FO SUNG 60 U+0ED2: "໒" LAO DIGIT TWO --> 61 <Key 62 latin:keySpec="ຟ" 63 latin:keyHintLabel="2" 64 latin:additionalMoreKeys="2" 65 latin:moreKeys="໒" /> 66 <!-- U+0EC2: "ໂ" LAO VOWEL SIGN O 67 U+0ED3: "໓" LAO DIGIT THREE --> 68 <Key 69 latin:keySpec="ໂ" 70 latin:keyHintLabel="3" 71 latin:additionalMoreKeys="3" 72 latin:moreKeys="໓" /> 73 <!-- U+0E96: "ຖ" LAO LETTER THO SUNG 74 U+0ED4: "໔" LAO DIGIT FOUR --> 75 <Key 76 latin:keySpec="ຖ" 77 latin:keyHintLabel="4" 78 latin:additionalMoreKeys="4" 79 latin:moreKeys="໔" /> 80 <!-- U+0EB8: "ຸ" LAO VOWEL SIGN U --> 81 <Key latin:keySpec="ຸ" /> 82 <!-- U+0EB9: "ູ" LAO VOWEL SIGN UU --> 83 <Key latin:keySpec="ູ" /> 84 <!-- U+0E84: "ຄ" LAO LETTER KHO TAM 85 U+0ED5: "໕" LAO DIGIT FIVE --> 86 <Key 87 latin:keySpec="ຄ" 88 latin:keyHintLabel="5" 89 latin:additionalMoreKeys="5" 90 latin:moreKeys="໕" /> 91 <!-- U+0E95: "ຕ" LAO LETTER TO 92 U+0ED6: "໖" LAO DIGIT SIX --> 93 <Key 94 latin:keySpec="ຕ" 95 latin:keyHintLabel="6" 96 latin:additionalMoreKeys="6" 97 latin:moreKeys="໖" /> 98 <!-- U+0E88: "ຈ" LAO LETTER CO 99 U+0ED7: "໗" LAO DIGIT SEVEN --> 100 <Key 101 latin:keySpec="ຈ" 102 latin:keyHintLabel="7" 103 latin:additionalMoreKeys="7" 104 latin:moreKeys="໗" /> 105 <!-- U+0E82: "ຂ" LAO LETTER KHO SUNG 106 U+0ED8: "໘" LAO DIGIT EIGHT --> 107 <Key 108 latin:keySpec="ຂ" 109 latin:keyHintLabel="8" 110 latin:additionalMoreKeys="8" 111 latin:moreKeys="໘" /> 112 <!-- U+0E8A: "ຊ" LAO LETTER SO TAM 113 U+0ED9: "໙" LAO DIGIT NINE --> 114 <Key 115 latin:keySpec="ຊ" 116 latin:keyHintLabel="9" 117 latin:additionalMoreKeys="9" 118 latin:moreKeys="໙" /> 119 <!-- U+0ECD: "ໍ" LAO NIGGAHITA --> 120 <Key latin:keySpec="ໍ" /> 121 </default> 122 </switch> 123</merge> 124