| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| /* |
| ** |
| ** Copyright 2013, The Android Open Source Project |
| ** |
| ** Licensed under the Apache License, Version 2.0 (the "License"); |
| ** you may not use this file except in compliance with the License. |
| ** You may obtain a copy of the License at |
| ** |
| ** http://www.apache.org/licenses/LICENSE-2.0 |
| ** |
| ** Unless required by applicable law or agreed to in writing, software |
| ** distributed under the License is distributed on an "AS IS" BASIS, |
| ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| ** See the License for the specific language governing permissions and |
| ** limitations under the License. |
| */ |
| --> |
| |
| <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"> |
| <switch> |
| <case latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted"> |
| <!-- U+1788: "ឈ" KHMER LETTER CHO |
| U+17DC: "ៜ" KHMER SIGN AVAKRAHASANYA --> |
| <Key |
| latin:keySpec="ឈ" |
| latin:keyHintLabel="ៜ" |
| latin:moreKeys="ៜ" /> |
| <!-- U+17BA: "ឺ" KHMER VOWEL SIGN YY |
| U+17DD: "៝" KHMER SIGN ATTHACAN --> |
| <Key |
| latin:keySpec="ឺ" |
| latin:keyHintLabel="៝" |
| latin:keyHintLabelVerticalAdjustment="40%" |
| latin:moreKeys="៝" /> |
| <!-- U+17C2: "ែ" KHMER VOWEL SIGN AE --> |
| <Key latin:keySpec="ែ" /> |
| <!-- U+17AC: "ឬ" KHMER INDEPENDENT VOWEL RYY |
| U+17AB: "ឫ" KHMER INDEPENDENT VOWEL RY --> |
| <Key |
| latin:keySpec="ឬ" |
| latin:keyHintLabel="ឫ" |
| latin:moreKeys="ឫ" /> |
| <!-- U+1791: "ទ" KHMER LETTER TO --> |
| <Key latin:keySpec="ទ" /> |
| <!-- U+17BD: "ួ" KHMER VOWEL SIGN UA --> |
| <Key latin:keySpec="ួ" /> |
| <!-- U+17BC: "ូ" KHMER VOWEL SIGN UU --> |
| <Key latin:keySpec="ូ" /> |
| <!-- U+17B8: "ី" KHMER VOWEL SIGN II --> |
| <Key latin:keySpec="ី" /> |
| <!-- U+17C5: "ៅ" KHMER VOWEL SIGN AU --> |
| <Key latin:keySpec="ៅ" /> |
| <!-- U+1797: "ភ" KHMER LETTER PHO --> |
| <Key latin:keySpec="ភ" /> |
| <!-- U+17BF: "ឿ" KHMER VOWEL SIGN YA --> |
| <Key latin:keySpec="ឿ" /> |
| <!-- U+17B0: "ឰ" KHMER INDEPENDENT VOWEL QAI --> |
| <Key latin:keySpec="ឰ" /> |
| </case> |
| <default> |
| <!-- U+1786: "ឆ" KHMER LETTER CHA --> |
| <Key latin:keySpec="ឆ" /> |
| <!-- U+17B9: "ឹ" KHMER VOWEL SIGN Y --> |
| <Key latin:keySpec="ឹ" /> |
| <!-- U+17C1: "េ" KHMER VOWEL SIGN E --> |
| <Key latin:keySpec="េ" /> |
| <!-- U+179A: "រ" KHMER LETTER RO --> |
| <Key latin:keySpec="រ" /> |
| <!-- U+178F: "ត" KHMER LETTER TA --> |
| <Key latin:keySpec="ត" /> |
| <!-- U+1799: "យ" KHMER LETTER YO --> |
| <Key latin:keySpec="យ" /> |
| <!-- U+17BB: "ុ" KHMER VOWEL SIGN U --> |
| <Key latin:keySpec="ុ" /> |
| <!-- U+17B7: "ិ" KHMER VOWEL SIGN I --> |
| <Key latin:keySpec="ិ" /> |
| <!-- U+17C4: "ោ" KHMER VOWEL SIGN OO --> |
| <Key latin:keySpec="ោ" /> |
| <!-- U+1795: "ផ" KHMER LETTER PHA --> |
| <Key latin:keySpec="ផ" /> |
| <!-- U+17C0: "ៀ" KHMER VOWEL SIGN IE --> |
| <Key latin:keySpec="ៀ" /> |
| <!-- U+17AA: "ឪ" KHMER INDEPENDENT VOWEL QUUV |
| U+17A7: "ឧ" KHMER INDEPENDENT VOWEL QU |
| U+17B1: "ឱ" KHMER INDEPENDENT VOWEL QOO TYPE ONE |
| U+17B3: "ឳ" KHMER INDEPENDENT VOWEL QAU |
| U+17A9: "ឩ" KHMER INDEPENDENT VOWEL QUU |
| U+17A8: "ឨ" KHMER INDEPENDENT VOWEL QUK --> |
| <Key |
| latin:keySpec="ឪ" |
| latin:keyHintLabel="ឧ" |
| latin:moreKeys="ឧ,ឱ,ឳ,ឩ,ឨ" /> |
| </default> |
| </switch> |
| </merge> |