Tadashi G. Takaoka | fc3263a | 2014-03-17 13:05:56 +0900 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2014, 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 |
| 22 | xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" |
| 23 | > |
| 24 | <switch> |
| 25 | <case |
| 26 | latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" |
| 27 | > |
| 28 | <!-- U+1017: "ဗ" MYANMAR LETTER BA --> |
| 29 | <Key |
| 30 | latin:keySpec="ဗ" |
| 31 | latin:keyLabelFlags="fontNormal" /> |
| 32 | <!-- U+103E: "ှ" MYANMAR CONSONANT SIGN MEDIAL HA --> |
| 33 | <Key |
| 34 | latin:keySpec="ှ" |
| 35 | latin:keyLabelFlags="fontNormal" /> |
| 36 | <!-- U+102E: "ီ" MYANMAR VOWEL SIGN II --> |
| 37 | <Key |
| 38 | latin:keySpec="ီ" |
| 39 | latin:keyLabelFlags="fontNormal" /> |
| 40 | <!-- U+1039: "္" MYANMAR SIGN VIRAMA --> |
| 41 | <Key |
| 42 | latin:keySpec="္" |
| 43 | latin:keyLabelFlags="fontNormal" /> |
| 44 | <!-- U+103D: "ွ" MYANMAR CONSONANT SIGN MEDIAL WA --> |
| 45 | <Key |
| 46 | latin:keySpec="ွ" |
| 47 | latin:keyLabelFlags="fontNormal" /> |
| 48 | <!-- U+1036: "ံ" MYANMAR SIGN ANUSVARA --> |
| 49 | <Key |
| 50 | latin:keySpec="ံ" |
| 51 | latin:keyLabelFlags="fontNormal" /> |
| 52 | <!-- U+1032: "ဲ" MYANMAR VOWEL SIGN AI --> |
| 53 | <Key |
| 54 | latin:keySpec="ဲ" |
| 55 | latin:keyLabelFlags="fontNormal" /> |
| 56 | <!-- U+1012: "ဒ" MYANMAR LETTER DA --> |
| 57 | <Key |
| 58 | latin:keySpec="ဒ" |
| 59 | latin:keyLabelFlags="fontNormal" /> |
| 60 | <!-- U+1013: "ဓ" MYANMAR LETTER DHA --> |
| 61 | <Key |
| 62 | latin:keySpec="ဓ" |
| 63 | latin:keyLabelFlags="fontNormal" /> |
| 64 | <!-- U+1002: "ဂ" MYANMAR LETTER GA --> |
| 65 | <Key |
| 66 | latin:keySpec="ဂ" |
| 67 | latin:keyLabelFlags="fontNormal" /> |
| 68 | </case> |
| 69 | <default> |
| 70 | <!-- U+1031: "ေ" MYANMAR VOWEL SIGN E --> |
| 71 | <Key |
| 72 | latin:keySpec="ေ" |
| 73 | latin:keyLabelFlags="fontNormal" /> |
| 74 | <!-- U+103B: "ျ" MYANMAR CONSONANT SIGN MEDIAL YA --> |
| 75 | <Key |
| 76 | latin:keySpec="ျ" |
| 77 | latin:keyLabelFlags="fontNormal" /> |
| 78 | <!-- U+102D: "ိ" MYANMAR VOWEL SIGN I --> |
| 79 | <Key |
| 80 | latin:keySpec="ိ" |
| 81 | latin:keyLabelFlags="fontNormal" /> |
| 82 | <!-- U+103A: "်" MYANMAR SIGN ASAT --> |
| 83 | <Key |
| 84 | latin:keySpec="်" |
| 85 | latin:keyLabelFlags="fontNormal" /> |
| 86 | <!-- U+102B: "ါ" MYANMAR VOWEL SIGN TALL AA --> |
| 87 | <Key |
| 88 | latin:keySpec="ါ" |
| 89 | latin:keyLabelFlags="fontNormal" /> |
| 90 | <!-- U+1037: "့" MYANMAR SIGN DOT BELOW --> |
| 91 | <Key |
| 92 | latin:keySpec="့" |
| 93 | latin:keyLabelFlags="fontNormal" /> |
| 94 | <!-- U+103C: "ြ" MYANMAR CONSONANT SIGN MEDIAL RA --> |
| 95 | <Key |
| 96 | latin:keySpec="ြ" |
| 97 | latin:keyLabelFlags="fontNormal" /> |
| 98 | <!-- U+102F: "ု" MYANMAR VOWEL SIGN U --> |
| 99 | <Key |
| 100 | latin:keySpec="ု" |
| 101 | latin:keyLabelFlags="fontNormal" /> |
| 102 | <!-- U+1030: "ူ" MYANMAR VOWEL SIGN UU --> |
| 103 | <Key |
| 104 | latin:keySpec="ူ" |
| 105 | latin:keyLabelFlags="fontNormal" /> |
| 106 | <!-- U+1038: "း" MYANMAR SIGN VISARGA --> |
| 107 | <Key |
| 108 | latin:keySpec="း" |
| 109 | latin:keyLabelFlags="fontNormal" /> |
| 110 | </default> |
| 111 | </switch> |
| 112 | </merge> |