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+1007: "ဇ" MYANMAR LETTER JA --> |
| 29 | <Key |
| 30 | latin:keySpec="ဇ" |
| 31 | latin:keyLabelFlags="fontNormal" /> |
| 32 | <!-- U+100C: "ဌ" MYANMAR LETTER TTHA --> |
| 33 | <Key |
| 34 | latin:keySpec="ဌ" |
| 35 | latin:keyLabelFlags="fontNormal" /> |
| 36 | <!-- U+1003: "ဃ" MYANMAR LETTER GHA --> |
| 37 | <Key |
| 38 | latin:keySpec="ဃ" |
| 39 | latin:keyLabelFlags="fontNormal" /> |
| 40 | <!-- U+1020: "ဠ" MYANMAR LETTER LLA --> |
| 41 | <Key |
| 42 | latin:keySpec="ဠ" |
| 43 | latin:keyLabelFlags="fontNormal" /> |
| 44 | <!-- U+101A: "ယ" MYANMAR LETTER YA --> |
| 45 | <Key |
| 46 | latin:keySpec="ယ" |
| 47 | latin:keyLabelFlags="fontNormal" /> |
| 48 | <!-- U+1009: "ဉ" MYANMAR LETTER NYA --> |
| 49 | <Key |
| 50 | latin:keySpec="ဉ" |
| 51 | latin:keyLabelFlags="fontNormal" /> |
| 52 | <!-- U+1026: "ဦ" MYANMAR LETTER UU --> |
| 53 | <Key |
| 54 | latin:keySpec="ဦ" |
| 55 | latin:keyLabelFlags="fontNormal" /> |
| 56 | <!-- U+102A: "ဪ" MYANMAR LETTER AU --> |
| 57 | <Key |
| 58 | latin:keySpec="ဪ" |
| 59 | latin:keyLabelFlags="fontNormal|autoXScale" /> |
| 60 | <!-- U+1051: "ၑ" MYANMAR LETTER SSA --> |
| 61 | <Key |
| 62 | latin:keySpec="ၑ" |
| 63 | latin:keyLabelFlags="fontNormal" /> |
| 64 | </case> |
| 65 | <default> |
| 66 | <!-- U+1016: "ဖ" MYANMAR LETTER PHA --> |
| 67 | <Key |
| 68 | latin:keySpec="ဖ" |
| 69 | latin:keyLabelFlags="fontNormal" /> |
| 70 | <!-- U+1011: "ထ" MYANMAR LETTER THA --> |
| 71 | <Key |
| 72 | latin:keySpec="ထ" |
| 73 | latin:keyLabelFlags="fontNormal" /> |
| 74 | <!-- U+1001: "ခ" MYANMAR LETTER KHA --> |
| 75 | <Key |
| 76 | latin:keySpec="ခ" |
| 77 | latin:keyLabelFlags="fontNormal" /> |
| 78 | <!-- U+101C: "လ" MYANMAR LETTER LA --> |
| 79 | <Key |
| 80 | latin:keySpec="လ" |
| 81 | latin:keyLabelFlags="fontNormal" /> |
| 82 | <!-- U+1018: "ဘ" MYANMAR LETTER BHA --> |
| 83 | <Key |
| 84 | latin:keySpec="ဘ" |
| 85 | latin:keyLabelFlags="fontNormal" /> |
| 86 | <!-- U+100A: "ည" MYANMAR LETTER NNYA --> |
| 87 | <Key |
| 88 | latin:keySpec="ည" |
| 89 | latin:keyLabelFlags="fontNormal" /> |
| 90 | <!-- U+102C: "ာ" MYANMAR VOWEL SIGN AA --> |
| 91 | <Key |
| 92 | latin:keySpec="ာ" |
| 93 | latin:keyLabelFlags="fontNormal" /> |
| 94 | <!-- U+1029: "ဩ" MYANMAR LETTER O --> |
| 95 | <Key |
| 96 | latin:keySpec="ဩ" |
| 97 | latin:keyLabelFlags="fontNormal" /> |
| 98 | <!-- U+104F: "၏" MYANMAR SYMBOL GENITIVE --> |
| 99 | <Key |
| 100 | latin:keySpec="၏" |
| 101 | latin:keyLabelFlags="fontNormal" /> |
| 102 | </default> |
| 103 | </switch> |
| 104 | </merge> |