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+1008: "ဈ" MYANMAR LETTER JHA --> |
| 29 | <Key |
| 30 | latin:keySpec="ဈ" |
| 31 | latin:keyLabelFlags="fontNormal" /> |
| 32 | <!-- U+101D: "ဝ" MYANMAR LETTER WA --> |
| 33 | <Key |
| 34 | latin:keySpec="ဝ" |
| 35 | latin:keyLabelFlags="fontNormal" /> |
| 36 | <!-- U+1023: "ဣ" MYANMAR LETTER I --> |
| 37 | <Key |
| 38 | latin:keySpec="ဣ" |
| 39 | latin:keyLabelFlags="fontNormal" /> |
| 40 | <!-- U+104E: "၎" MYANMAR SYMBOL AFOREMENTIONED --> |
| 41 | <Key |
| 42 | latin:keySpec="၎" |
| 43 | latin:keyLabelFlags="fontNormal" /> |
| 44 | <!-- U+1024: "ဤ" MYANMAR LETTER II --> |
| 45 | <Key |
| 46 | latin:keySpec="ဤ" |
| 47 | latin:keyLabelFlags="fontNormal" /> |
| 48 | <!-- U+104C: "၌" MYANMAR SYMBOL LOCATIVE --> |
| 49 | <Key |
| 50 | latin:keySpec="၌" |
| 51 | latin:keyLabelFlags="fontNormal" /> |
| 52 | <!-- U+1025: "ဥ" MYANMAR LETTER U --> |
| 53 | <Key |
| 54 | latin:keySpec="ဥ" |
| 55 | latin:keyLabelFlags="fontNormal" /> |
| 56 | <!-- U+104D: "၍" MYANMAR SYMBOL COMPLETED --> |
| 57 | <Key |
| 58 | latin:keySpec="၍" |
| 59 | latin:keyLabelFlags="fontNormal" /> |
| 60 | <!-- U+103F: "ဿ" MYANMAR LETTER GREAT SA --> |
| 61 | <Key |
| 62 | latin:keySpec="ဿ" |
| 63 | latin:keyLabelFlags="fontNormal|autoXScale" /> |
| 64 | <!-- U+100F: "ဏ" MYANMAR LETTER NNA --> |
| 65 | <Key |
| 66 | latin:keySpec="ဏ" |
| 67 | latin:keyLabelFlags="fontNormal" /> |
| 68 | <!-- U+1027: "ဧ" MYANMAR LETTER E --> |
| 69 | <Key |
| 70 | latin:keySpec="ဧ" |
| 71 | latin:keyLabelFlags="fontNormal" /> |
| 72 | </case> |
| 73 | <default> |
| 74 | <!-- U+1006: "ဆ" MYANMAR LETTER CHA --> |
| 75 | <Key |
| 76 | latin:keySpec="ဆ" |
| 77 | latin:keyLabelFlags="fontNormal" /> |
| 78 | <!-- U+1010: "တ" MYANMAR LETTER TA --> |
| 79 | <Key |
| 80 | latin:keySpec="တ" |
| 81 | latin:keyLabelFlags="fontNormal" /> |
| 82 | <!-- U+1014: "န" MYANMAR LETTER NA --> |
| 83 | <Key |
| 84 | latin:keySpec="န" |
| 85 | latin:keyLabelFlags="fontNormal" /> |
| 86 | <!-- U+1019: "မ" MYANMAR LETTER MA --> |
| 87 | <Key |
| 88 | latin:keySpec="မ" |
| 89 | latin:keyLabelFlags="fontNormal" /> |
| 90 | <!-- U+1021: "အ" MYANMAR LETTER A --> |
| 91 | <Key |
| 92 | latin:keySpec="အ" |
| 93 | latin:keyLabelFlags="fontNormal" /> |
| 94 | <!-- U+1015: "ပ" MYANMAR LETTER PA --> |
| 95 | <Key |
| 96 | latin:keySpec="ပ" |
| 97 | latin:keyLabelFlags="fontNormal" /> |
| 98 | <!-- U+1000: "က" MYANMAR LETTER KA --> |
| 99 | <Key |
| 100 | latin:keySpec="က" |
| 101 | latin:keyLabelFlags="fontNormal" /> |
| 102 | <!-- U+1004: "င" MYANMAR LETTER NGA --> |
| 103 | <Key |
| 104 | latin:keySpec="င" |
| 105 | latin:keyLabelFlags="fontNormal" /> |
| 106 | <!-- U+101E: "သ" MYANMAR LETTER SA --> |
| 107 | <Key |
| 108 | latin:keySpec="သ" |
| 109 | latin:keyLabelFlags="fontNormal" /> |
| 110 | <!-- U+1005: "စ" MYANMAR LETTER CA --> |
| 111 | <Key |
| 112 | latin:keySpec="စ" |
| 113 | latin:keyLabelFlags="fontNormal" /> |
| 114 | <!-- U+101F: "ဟ" MYANMAR LETTER HA --> |
| 115 | <Key |
| 116 | latin:keySpec="ဟ" |
| 117 | latin:keyLabelFlags="fontNormal" /> |
| 118 | </default> |
| 119 | </switch> |
| 120 | </merge> |