134 lines
5.2 KiB
XML
134 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!--
|
||
/*
|
||
**
|
||
** Copyright 2014, 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+1027: "ဧ" MYANMAR LETTER E -->
|
||
<Key
|
||
latin:keySpec="ဧ"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+104F: "၏" MYANMAR SYMBOL GENITIVE -->
|
||
<Key
|
||
latin:keySpec="၏"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1024: "ဤ" MYANMAR LETTER II -->
|
||
<Key
|
||
latin:keySpec="ဤ"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1023: "ဣ" MYANMAR LETTER I -->
|
||
<Key
|
||
latin:keySpec="ဣ"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+104E: "၎" MYANMAR SYMBOL AFOREMENTIONED -->
|
||
<Key
|
||
latin:keySpec="၎"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1000/U+103B/U+1015/U+103A: "ကျပ်"
|
||
MYANMAR LETTER KA/MYANMAR CONSONANT SIGN MEDIAL YA/MYANMAR LETTER PA/MYANMAR SIGN ASAT -->
|
||
<Key
|
||
latin:keySpec="ကျပ်"
|
||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio|autoScale" />
|
||
<!-- U+1029: "ဩ" MYANMAR LETTER O -->
|
||
<Key
|
||
latin:keySpec="ဩ"
|
||
latin:keyLabelFlags="fontNormal|autoScale" />
|
||
<!-- U+102A: "ဪ" MYANMAR LETTER AU -->
|
||
<Key
|
||
latin:keySpec="ဪ"
|
||
latin:keyLabelFlags="fontNormal|autoScale" />
|
||
<!-- U+104D: "၍" MYANMAR SYMBOL COMPLETED -->
|
||
<Key
|
||
latin:keySpec="၍"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+104C: "၌" MYANMAR SYMBOL LOCATIVE -->
|
||
<Key
|
||
latin:keySpec="၌"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
</case>
|
||
<default>
|
||
<!-- U+1041: "၁" MYANMAR DIGIT ONE -->
|
||
<Key
|
||
latin:keySpec="၁"
|
||
latin:keyHintLabel="1"
|
||
latin:additionalMoreKeys="1"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1042: "၂" MYANMAR DIGIT TWO -->
|
||
<Key
|
||
latin:keySpec="၂"
|
||
latin:keyHintLabel="2"
|
||
latin:additionalMoreKeys="2"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1043: "၃" MYANMAR DIGIT THREE -->
|
||
<Key
|
||
latin:keySpec="၃"
|
||
latin:keyHintLabel="3"
|
||
latin:additionalMoreKeys="3"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1044: "၄" MYANMAR DIGIT FOUR -->
|
||
<Key
|
||
latin:keySpec="၄"
|
||
latin:keyHintLabel="4"
|
||
latin:additionalMoreKeys="4"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1045: "၅" MYANMAR DIGIT FIVE -->
|
||
<Key
|
||
latin:keySpec="၅"
|
||
latin:keyHintLabel="5"
|
||
latin:additionalMoreKeys="5"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1046: "၆" MYANMAR DIGIT SIX -->
|
||
<Key
|
||
latin:keySpec="၆"
|
||
latin:keyHintLabel="6"
|
||
latin:additionalMoreKeys="6"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1047: "၇" MYANMAR DIGIT SEVEN -->
|
||
<Key
|
||
latin:keySpec="၇"
|
||
latin:keyHintLabel="7"
|
||
latin:additionalMoreKeys="7"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1048: "၈" MYANMAR DIGIT EIGHT -->
|
||
<Key
|
||
latin:keySpec="၈"
|
||
latin:keyHintLabel="8"
|
||
latin:additionalMoreKeys="8"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1049: "၉" MYANMAR DIGIT NINE -->
|
||
<Key
|
||
latin:keySpec="၉"
|
||
latin:keyHintLabel="9"
|
||
latin:additionalMoreKeys="9"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
<!-- U+1040: "၀" MYANMAR DIGIT ZERO -->
|
||
<Key
|
||
latin:keySpec="၀"
|
||
latin:keyHintLabel="0"
|
||
latin:additionalMoreKeys="0"
|
||
latin:keyLabelFlags="fontNormal" />
|
||
</default>
|
||
</switch>
|
||
</merge>
|