| <?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+178D: "ឍ" KHMER LETTER TTHO --> |
| <Key latin:keySpec="ឍ" /> |
| <!-- U+1783: "ឃ" KHMER LETTER KHO --> |
| <Key latin:keySpec="ឃ" /> |
| <!-- U+1787: "ជ" KHMER LETTER CO --> |
| <Key latin:keySpec="ជ" /> |
| <!-- U+17C1/U+17C7: "េះ" KHMER VOWEL SIGN E/KHMER SIGN REAHMUK --> |
| <Key |
| latin:keySpec="េះ" |
| latin:keyLabelFlags="followKeyLetterRatio" /> |
| <!-- U+1796: "ព" KHMER LETTER PO |
| U+179E: "ឞ" KHMER LETTER SSO --> |
| <Key |
| latin:keySpec="ព" |
| latin:keyHintLabel="ឞ" |
| latin:moreKeys="ឞ" /> |
| <!-- U+178E: "ណ" KHMER LETTER NNO --> |
| <Key latin:keySpec="ណ" /> |
| <!-- U+17C6: "ំ" KHMER SIGN NIKAHIT --> |
| <Key latin:keySpec="ំ" /> |
| <!-- U+17BB/U+17C7: "ុះ" KHMER VOWEL SIGN U/KHMER SIGN REAHMUK --> |
| <Key |
| latin:keySpec="ុះ" |
| latin:keyLabelFlags="followKeyLetterRatio" /> |
| <!-- U+17D5: "៕" KHMER SIGN BARIYOOSAN --> |
| <Key latin:keySpec="៕" /> |
| <Key |
| latin:keySpec="\?" |
| latin:keyLabelFlags="fontDefault" /> |
| </case> |
| <default> |
| <!-- U+178B: "ឋ" KHMER LETTER TTHA --> |
| <Key latin:keySpec="ឋ" /> |
| <!-- U+1781: "ខ" KHMER LETTER KHA --> |
| <Key latin:keySpec="ខ" /> |
| <!-- U+1785: "ច" KHMER LETTER CA --> |
| <Key latin:keySpec="ច" /> |
| <!-- U+179C: "វ" KHMER LETTER VO --> |
| <Key latin:keySpec="វ" /> |
| <!-- U+1794: "ប" KHMER LETTER BA --> |
| <Key latin:keySpec="ប" /> |
| <!-- U+1793: "ន" KHMER LETTER NO --> |
| <Key latin:keySpec="ន" /> |
| <!-- U+1798: "ម" KHMER LETTER MO --> |
| <Key latin:keySpec="ម" /> |
| <!-- U+17BB/U+17C6: "ុំ" KHMER VOWEL SIGN U/KHMER SIGN NIKAHIT --> |
| <Key |
| latin:keySpec="ុំ" |
| latin:keyLabelFlags="followKeyLetterRatio" /> |
| <!-- U+17D4: "។" KHMER SIGN KHAN --> |
| <Key latin:keySpec="។" /> |
| <!-- U+17CA: "៊" KHMER SIGN TRIISAP --> |
| <Key latin:keySpec="៊" /> |
| </default> |
| </switch> |
| </merge> |