am 303f4403: Refactor Devanagari key-styles
* commit '303f440311537c1a5c7823d6de0579ccf7481a85': Refactor Devanagari key-stylesmain
commit
ba969cc7ed
|
@ -26,7 +26,8 @@
|
|||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
||||
<Key
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignAnusvara"
|
||||
latin:keySpec="ं"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -40,8 +40,9 @@
|
|||
</default>
|
||||
</switch>
|
||||
<!-- U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariSignCandrabindu"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignCandrabindu"
|
||||
latin:parentStyle="moreKeysDevanagariSignCandrabindu"
|
||||
latin:keySpec="ँ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -36,14 +36,23 @@
|
|||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="ॽ,॰,ऽ" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSet="nepali_romanized"
|
||||
>
|
||||
<!-- U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="़" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta" />
|
||||
</default>
|
||||
</switch>
|
||||
<!-- U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariSignNukta"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignNukta"
|
||||
latin:parentStyle="moreKeysDevanagariSignNukta"
|
||||
latin:keySpec="़"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -26,7 +26,8 @@
|
|||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||
>
|
||||
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||
<Key
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
||||
latin:keySpec="ॉ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -48,8 +48,9 @@
|
|||
</default>
|
||||
</switch>
|
||||
<!-- U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignVocalicR"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:keySpec="ृ"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
</merge>
|
|
@ -27,7 +27,8 @@
|
|||
>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
||||
<Key
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignAnusvara"
|
||||
latin:keySpec="◌ं|ं"
|
||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||
</merge>
|
|
@ -42,8 +42,9 @@
|
|||
</switch>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariSignCandrabindu"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignCandrabindu"
|
||||
latin:parentStyle="moreKeysDevanagariSignCandrabindu"
|
||||
latin:keySpec="◌ँ|ँ"
|
||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||
</merge>
|
|
@ -37,6 +37,15 @@
|
|||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="◌ॽ|ॽ,◌॰|॰,◌ऽ|ऽ" />
|
||||
</case>
|
||||
<case
|
||||
latin:keyboardLayoutSet="nepali_romanized"
|
||||
>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta"
|
||||
latin:moreKeys="◌़|़" />
|
||||
</case>
|
||||
<default>
|
||||
<key-style
|
||||
latin:styleName="moreKeysDevanagariSignNukta" />
|
||||
|
@ -44,8 +53,9 @@
|
|||
</switch>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariSignNukta"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariSignNukta"
|
||||
latin:parentStyle="moreKeysDevanagariSignNukta"
|
||||
latin:keySpec="◌़|़"
|
||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||
</merge>
|
|
@ -27,7 +27,8 @@
|
|||
>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||
<Key
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
||||
latin:keySpec="◌ॉ|ॉ"
|
||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||
</merge>
|
|
@ -50,8 +50,9 @@
|
|||
</switch>
|
||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||
U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||
<Key
|
||||
latin:keyStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||
<key-style
|
||||
latin:styleName="baseKeyDevanagariVowelSignVocalicR"
|
||||
latin:parentStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||
latin:keySpec="◌ृ|ृ"
|
||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||
</merge>
|
|
@ -92,9 +92,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+0967: "१" DEVANAGARI DIGIT ONE -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_au" />
|
||||
<!-- U+0967: "१" DEVANAGARI DIGIT ONE -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignAu"
|
||||
latin:keyHintLabel="1"
|
||||
|
@ -102,9 +102,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ai" />
|
||||
<!-- U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignAi"
|
||||
latin:keyHintLabel="2"
|
||||
|
@ -112,9 +112,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+0969: "३" DEVANAGARI DIGIT THREE -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_aa" />
|
||||
<!-- U+0969: "३" DEVANAGARI DIGIT THREE -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignAa"
|
||||
latin:keyHintLabel="3"
|
||||
|
@ -122,9 +122,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+096A: "४" DEVANAGARI DIGIT FOUR -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ii" />
|
||||
<!-- U+096A: "४" DEVANAGARI DIGIT FOUR -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignIi"
|
||||
latin:keyHintLabel="4"
|
||||
|
@ -132,9 +132,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+096B: "५" DEVANAGARI DIGIT FIVE -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_uu" />
|
||||
<!-- U+096B: "५" DEVANAGARI DIGIT FIVE -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignUu"
|
||||
latin:keyHintLabel="5"
|
||||
|
|
|
@ -33,7 +33,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_candrabindu" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignCandrabindu" />
|
||||
<!-- U+0923: "ण" DEVANAGARI LETTER NNA -->
|
||||
<Key
|
||||
latin:keySpec="ण"
|
||||
|
@ -59,7 +61,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_vowel_sign_vocalic_r" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" />
|
||||
<!-- U+091E: "ञ" DEVANAGARI LETTER NYA -->
|
||||
<Key
|
||||
latin:keySpec="ञ"
|
||||
|
@ -70,9 +74,16 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_vowel_sign_candra_o" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_o" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignCandraO" />
|
||||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_anusvara" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignAnusvara" />
|
||||
<!-- U+092E: "म" DEVANAGARI LETTER MA
|
||||
U+0950: "ॐ" DEVANAGARI OM -->
|
||||
<Key
|
||||
|
@ -112,7 +123,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_nukta" />
|
||||
</default>
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_nukta" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignNukta" />
|
||||
</default>
|
||||
</switch>
|
||||
</merge>
|
||||
|
|
|
@ -44,7 +44,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_vowel_sign_vocalic_r" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" />
|
||||
<!-- U+0925: "थ" DEVANAGARI LETTER THA -->
|
||||
<Key
|
||||
latin:keySpec="थ"
|
||||
|
@ -81,21 +83,25 @@
|
|||
latin:keyLabelFlags="fontNormal" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_nukta" />
|
||||
<!-- U+091F: "ट" DEVANAGARI LETTER TTA
|
||||
U+0967: "१" DEVANAGARI DIGIT ONE
|
||||
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||
U+0967: "१" DEVANAGARI DIGIT ONE -->
|
||||
<Key
|
||||
latin:keySpec="ट"
|
||||
latin:keyHintLabel="1"
|
||||
latin:additionalMoreKeys="१,1"
|
||||
latin:moreKeys="़"
|
||||
latin:keyStyle="moreKeysDevanagariSignNukta"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_au" />
|
||||
<!-- U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignAu"
|
||||
latin:keyHintLabel="2"
|
||||
|
@ -103,9 +109,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+0969: "३" DEVANAGARI DIGIT THREE -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_e" />
|
||||
<!-- U+0969: "३" DEVANAGARI DIGIT THREE -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignE"
|
||||
latin:keyHintLabel="3"
|
||||
|
@ -134,9 +140,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+096D: "७" DEVANAGARI DIGIT SEVEN -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_u" />
|
||||
<!-- U+096D: "७" DEVANAGARI DIGIT SEVEN -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignU"
|
||||
latin:keyHintLabel="7"
|
||||
|
@ -144,9 +150,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+096E: "८" DEVANAGARI DIGIT EIGHT -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_i" />
|
||||
<!-- U+096E: "८" DEVANAGARI DIGIT EIGHT -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignI"
|
||||
latin:keyHintLabel="8"
|
||||
|
@ -154,9 +160,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+096F: "९" DEVANAGARI DIGIT NINE -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_o" />
|
||||
<!-- U+096F: "९" DEVANAGARI DIGIT NINE -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignO"
|
||||
latin:keyHintLabel="9"
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_candrabindu" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignCandrabindu" />
|
||||
<!-- U+092D: "भ" DEVANAGARI LETTER BHA -->
|
||||
<Key
|
||||
latin:keySpec="भ"
|
||||
|
@ -54,7 +56,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_anusvara" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignAnusvara" />
|
||||
<!-- U+0919: "ङ" DEVANAGARI LETTER NGA -->
|
||||
<Key
|
||||
latin:keySpec="ङ"
|
||||
|
|
|
@ -91,7 +91,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_vowel_sign_vocalic_r" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariVowelSignVocalicR" />
|
||||
</case>
|
||||
<default>
|
||||
<!-- U+091F: "ट" DEVANAGARI LETTER TTA
|
||||
|
|
|
@ -41,7 +41,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_candrabindu" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_candrabindu" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignCandrabindu" />
|
||||
<!-- U+0926/U+094D/U+0926: "द्द" DEVANAGARI LETTER DA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER DA -->
|
||||
<Key
|
||||
latin:keySpec="द्द"
|
||||
|
|
|
@ -29,7 +29,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_anusvara" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignAnusvara" />
|
||||
<!-- U+0919: "ङ" DEVANAGARI LETTER NGA -->
|
||||
<Key
|
||||
latin:keySpec="ङ"
|
||||
|
@ -54,8 +56,8 @@
|
|||
<Key
|
||||
latin:keySpec="।"
|
||||
latin:keyLabelFlags="fontNormal" />
|
||||
<!-- U+0930: "र" DEVANAGARI LETTER RA
|
||||
U+0930/U+0941: "रु" DEVANAGARI LETTER RA/DEVANAGARI VOWEL SIGN U -->
|
||||
<!-- U+0930: "र" DEVANAGARI LETTER RA
|
||||
U+0930/U+0941: "रु" DEVANAGARI LETTER RA/DEVANAGARI VOWEL SIGN U -->
|
||||
<Key
|
||||
latin:keySpec="र"
|
||||
latin:moreKeys="रु"
|
||||
|
|
|
@ -29,7 +29,9 @@
|
|||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/key_devanagari_sign_anusvara" />
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignAnusvara" />
|
||||
<!-- U+0919: "ङ" DEVANAGARI LETTER NGA -->
|
||||
<Key
|
||||
latin:keySpec="ङ"
|
||||
|
@ -53,9 +55,9 @@
|
|||
<!-- Because the font rendering system prior to API version 16 can't automatically
|
||||
render dotted circle for incomplete combining letter of some scripts, different
|
||||
set of Key definitions are needed based on the API version. -->
|
||||
<!-- U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
|
||||
<include
|
||||
latin:keyboardLayout="@xml/keystyle_devanagari_sign_visarga" />
|
||||
<!-- U+093D: "ऽ" DEVANAGARI SIGN AVAGRAHA -->
|
||||
<Key
|
||||
latin:keyStyle="baseKeyDevanagariSignVisarga"
|
||||
latin:moreKeys="ऽ" />
|
||||
|
|
|
@ -72,8 +72,7 @@ public final class NepaliRomanized extends LayoutBase {
|
|||
// U+091F: "ट" DEVANAGARI LETTER TTA
|
||||
// U+0967: "१" DEVANAGARI DIGIT ONE
|
||||
// U+093C: "़" DEVANAGARI SIGN NUKTA
|
||||
// TODO: Nukta should be moreKey(SIGN_NUKTA, "\u093C").
|
||||
key("\u091F", joinMoreKeys("\u0967", "1", "\u093C")),
|
||||
key("\u091F", joinMoreKeys("\u0967", "1", key(SIGN_NUKTA, "\u093C"))),
|
||||
// U+094C: "ौ" DEVANAGARI VOWEL SIGN AU
|
||||
// U+0968: "२" DEVANAGARI DIGIT TWO
|
||||
key(VOWEL_SIGN_AU, "\u094C", joinMoreKeys("\u0968", "2")),
|
||||
|
|
Loading…
Reference in New Issue