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+178D: "ឍ" KHMER LETTER TTHO --> 25 <Key latin:keySpec="ឍ" /> 26 <!-- U+1783: "ឃ" KHMER LETTER KHO --> 27 <Key latin:keySpec="ឃ" /> 28 <!-- U+1787: "ជ" KHMER LETTER CO --> 29 <Key latin:keySpec="ជ" /> 30 <!-- U+17C1/U+17C7: "េះ" KHMER VOWEL SIGN E/KHMER SIGN REAHMUK --> 31 <Key 32 latin:keySpec="េះ" 33 latin:keyLabelFlags="followKeyLetterRatio" /> 34 <!-- U+1796: "ព" KHMER LETTER PO 35 U+179E: "ឞ" KHMER LETTER SSO --> 36 <Key 37 latin:keySpec="ព" 38 latin:keyHintLabel="ឞ" 39 latin:moreKeys="ឞ" /> 40 <!-- U+178E: "ណ" KHMER LETTER NNO --> 41 <Key latin:keySpec="ណ" /> 42 <!-- U+17C6: "ំ" KHMER SIGN NIKAHIT --> 43 <Key latin:keySpec="ំ" /> 44 <!-- U+17BB/U+17C7: "ុះ" KHMER VOWEL SIGN U/KHMER SIGN REAHMUK --> 45 <Key 46 latin:keySpec="ុះ" 47 latin:keyLabelFlags="followKeyLetterRatio" /> 48 <!-- U+17D5: "៕" KHMER SIGN BARIYOOSAN --> 49 <Key latin:keySpec="៕" /> 50 <Key 51 latin:keySpec="\?" 52 latin:keyLabelFlags="fontDefault" /> 53 </case> 54 <default> 55 <!-- U+178B: "ឋ" KHMER LETTER TTHA --> 56 <Key latin:keySpec="ឋ" /> 57 <!-- U+1781: "ខ" KHMER LETTER KHA --> 58 <Key latin:keySpec="ខ" /> 59 <!-- U+1785: "ច" KHMER LETTER CA --> 60 <Key latin:keySpec="ច" /> 61 <!-- U+179C: "វ" KHMER LETTER VO --> 62 <Key latin:keySpec="វ" /> 63 <!-- U+1794: "ប" KHMER LETTER BA --> 64 <Key latin:keySpec="ប" /> 65 <!-- U+1793: "ន" KHMER LETTER NO --> 66 <Key latin:keySpec="ន" /> 67 <!-- U+1798: "ម" KHMER LETTER MO --> 68 <Key latin:keySpec="ម" /> 69 <!-- U+17BB/U+17C6: "ុំ" KHMER VOWEL SIGN U/KHMER SIGN NIKAHIT --> 70 <Key 71 latin:keySpec="ុំ" 72 latin:keyLabelFlags="followKeyLetterRatio" /> 73 <!-- U+17D4: "។" KHMER SIGN KHAN --> 74 <Key latin:keySpec="។" /> 75 <!-- U+17CA: "៊" KHMER SIGN TRIISAP --> 76 <Key latin:keySpec="៊" /> 77 </default> 78 </switch> 79</merge> 80