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+17B6/U+17C6: "" KHMER VOWEL SIGN AA/KHMER SIGN NIKAHIT --> 25 <Key 26 latin:keySpec="ាំ" 27 latin:keyLabelFlags="followKeyLetterRatio" /> 28 <!-- U+17C3: "" KHMER VOWEL SIGN AI --> 29 <Key latin:keySpec="ៃ" /> 30 <!-- U+178C: "" KHMER LETTER DO --> 31 <Key latin:keySpec="ឌ" /> 32 <!-- U+1792: "" KHMER LETTER THO --> 33 <Key latin:keySpec="ធ" /> 34 <!-- U+17A2: "" KHMER LETTER QA --> 35 <Key latin:keySpec="អ" /> 36 <!-- U+17C7: "" KHMER SIGN REAHMUK 37 U+17C8: "" KHMER SIGN YUUKALEAPINTU --> 38 <Key 39 latin:keySpec="ះ" 40 latin:keyHintLabel="ៈ" 41 latin:moreKeys="ៈ" /> 42 <!-- U+1789: "" KHMER LETTER NYO --> 43 <Key latin:keySpec="ញ" /> 44 <!-- U+1782: "" KHMER LETTER KO 45 U+179D: "" KHMER LETTER SHA --> 46 <Key 47 latin:keySpec="គ" 48 latin:keyHintLabel="ឝ" 49 latin:moreKeys="ឝ" /> 50 <!-- U+17A1: "" KHMER LETTER LA --> 51 <Key latin:keySpec="ឡ" /> 52 <!-- U+17C4/U+17C7: "" KHMER VOWEL SIGN OO/KHMER SIGN REAHMUK --> 53 <Key 54 latin:keySpec="ោះ" 55 latin:keyLabelFlags="followKeyLetterRatio|autoScale" /> 56 <!-- U+17C9: "" KHMER SIGN MUUSIKATOAN --> 57 <Key latin:keySpec="៉" /> 58 <!-- U+17AF: "" KHMER INDEPENDENT VOWEL QE --> 59 <Key latin:keySpec="ឯ" /> 60 </case> 61 <default> 62 <!-- U+17B6: "" KHMER VOWEL SIGN AA --> 63 <Key latin:keySpec="ា" /> 64 <!-- U+179F: "" KHMER LETTER SA --> 65 <Key latin:keySpec="ស" /> 66 <!-- U+178A: "" KHMER LETTER DA --> 67 <Key latin:keySpec="ដ" /> 68 <!-- U+1790: "" KHMER LETTER THA --> 69 <Key latin:keySpec="ថ" /> 70 <!-- U+1784: "" KHMER LETTER NGO --> 71 <Key latin:keySpec="ង" /> 72 <!-- U+17A0: "" KHMER LETTER HA --> 73 <Key latin:keySpec="ហ" /> 74 <!-- U+17D2: "" KHMER SIGN COENG --> 75 <Key latin:keySpec="្" /> 76 <!-- U+1780: "" KHMER LETTER KA --> 77 <Key latin:keySpec="ក" /> 78 <!-- U+179B: "" KHMER LETTER LO --> 79 <Key latin:keySpec="ល" /> 80 <!-- U+17BE: "" KHMER VOWEL SIGN OE --> 81 <Key latin:keySpec="ើ" /> 82 <!-- U+17CB: "" KHMER SIGN BANTOC --> 83 <Key latin:keySpec="់" /> 84 <!-- U+17AE: "" KHMER INDEPENDENT VOWEL LYY 85 U+17AD: "" KHMER INDEPENDENT VOWEL LY 86 U+17B0: "" KHMER INDEPENDENT VOWEL QAI --> 87 <Key 88 latin:keySpec="ឮ" 89 latin:keyHintLabel="ឭ" 90 latin:moreKeys="ឭ,ឰ" /> 91 </default> 92 </switch> 93 </merge> 94