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+1788: "ឈ" KHMER LETTER CHO 25 U+17DC: "ៜ" KHMER SIGN AVAKRAHASANYA --> 26 <Key 27 latin:keySpec="ឈ" 28 latin:keyHintLabel="ៜ" 29 latin:moreKeys="ៜ" /> 30 <!-- U+17BA: "ឺ" KHMER VOWEL SIGN YY 31 U+17DD: "៝" KHMER SIGN ATTHACAN --> 32 <Key 33 latin:keySpec="ឺ" 34 latin:keyHintLabel="៝" 35 latin:keyHintLabelVerticalAdjustment="40%" 36 latin:moreKeys="៝" /> 37 <!-- U+17C2: "ែ" KHMER VOWEL SIGN AE --> 38 <Key latin:keySpec="ែ" /> 39 <!-- U+17AC: "ឬ" KHMER INDEPENDENT VOWEL RYY 40 U+17AB: "ឫ" KHMER INDEPENDENT VOWEL RY --> 41 <Key 42 latin:keySpec="ឬ" 43 latin:keyHintLabel="ឫ" 44 latin:moreKeys="ឫ" /> 45 <!-- U+1791: "ទ" KHMER LETTER TO --> 46 <Key latin:keySpec="ទ" /> 47 <!-- U+17BD: "ួ" KHMER VOWEL SIGN UA --> 48 <Key latin:keySpec="ួ" /> 49 <!-- U+17BC: "ូ" KHMER VOWEL SIGN UU --> 50 <Key latin:keySpec="ូ" /> 51 <!-- U+17B8: "ី" KHMER VOWEL SIGN II --> 52 <Key latin:keySpec="ី" /> 53 <!-- U+17C5: "ៅ" KHMER VOWEL SIGN AU --> 54 <Key latin:keySpec="ៅ" /> 55 <!-- U+1797: "ភ" KHMER LETTER PHO --> 56 <Key latin:keySpec="ភ" /> 57 <!-- U+17BF: "ឿ" KHMER VOWEL SIGN YA --> 58 <Key latin:keySpec="ឿ" /> 59 <!-- U+17B0: "ឰ" KHMER INDEPENDENT VOWEL QAI --> 60 <Key latin:keySpec="ឰ" /> 61 </case> 62 <default> 63 <!-- U+1786: "ឆ" KHMER LETTER CHA --> 64 <Key latin:keySpec="ឆ" /> 65 <!-- U+17B9: "ឹ" KHMER VOWEL SIGN Y --> 66 <Key latin:keySpec="ឹ" /> 67 <!-- U+17C1: "េ" KHMER VOWEL SIGN E --> 68 <Key latin:keySpec="េ" /> 69 <!-- U+179A: "រ" KHMER LETTER RO --> 70 <Key latin:keySpec="រ" /> 71 <!-- U+178F: "ត" KHMER LETTER TA --> 72 <Key latin:keySpec="ត" /> 73 <!-- U+1799: "យ" KHMER LETTER YO --> 74 <Key latin:keySpec="យ" /> 75 <!-- U+17BB: "ុ" KHMER VOWEL SIGN U --> 76 <Key latin:keySpec="ុ" /> 77 <!-- U+17B7: "ិ" KHMER VOWEL SIGN I --> 78 <Key latin:keySpec="ិ" /> 79 <!-- U+17C4: "ោ" KHMER VOWEL SIGN OO --> 80 <Key latin:keySpec="ោ" /> 81 <!-- U+1795: "ផ" KHMER LETTER PHA --> 82 <Key latin:keySpec="ផ" /> 83 <!-- U+17C0: "ៀ" KHMER VOWEL SIGN IE --> 84 <Key latin:keySpec="ៀ" /> 85 <!-- U+17AA: "ឪ" KHMER INDEPENDENT VOWEL QUUV 86 U+17A7: "ឧ" KHMER INDEPENDENT VOWEL QU 87 U+17B1: "ឱ" KHMER INDEPENDENT VOWEL QOO TYPE ONE 88 U+17B3: "ឳ" KHMER INDEPENDENT VOWEL QAU 89 U+17A9: "ឩ" KHMER INDEPENDENT VOWEL QUU 90 U+17A8: "ឨ" KHMER INDEPENDENT VOWEL QUK --> 91 <Key 92 latin:keySpec="ឪ" 93 latin:keyHintLabel="ឧ" 94 latin:moreKeys="ឧ,ឱ,ឳ,ឩ,ឨ" /> 95 </default> 96 </switch> 97</merge> 98