am 23431879: Merge "Add hindi_compact keyboard"
* commit '23431879dab4a2c8b0e4324972884fe3ff7a39f9': Add hindi_compact keyboardmain
commit
cf376a10e9
|
@ -361,6 +361,10 @@
|
||||||
<!-- Description for "LANGUAGE_NAME" (Traditional) keyboard subtype [CHAR LIMIT=25]
|
<!-- Description for "LANGUAGE_NAME" (Traditional) keyboard subtype [CHAR LIMIT=25]
|
||||||
(Traditional) can be an abbreviation to fit in the CHAR LIMIT. -->
|
(Traditional) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||||
<string name="subtype_generic_traditional"><xliff:g id="LANGUAGE_NAME" example="Nepali">%s</xliff:g> (Traditional)</string>
|
<string name="subtype_generic_traditional"><xliff:g id="LANGUAGE_NAME" example="Nepali">%s</xliff:g> (Traditional)</string>
|
||||||
|
<!-- Description for "LANGUAGE_NAME" (Compact) keyboard subtype [CHAR LIMIT=25]
|
||||||
|
(Compact) can be an abbreviation to fit in the CHAR LIMIT.
|
||||||
|
TODO: Remove translatable=false once we are settled down with the naming. -->
|
||||||
|
<string name="subtype_generic_compact" translatable="false"><xliff:g id="LANGUAGE_NAME" example="Hindi">%s</xliff:g> (Compact)</string>
|
||||||
<!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
|
<!-- TODO: Uncomment once we can handle IETF language tag with script name specified.
|
||||||
Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25]
|
Description for Serbian Cyrillic keyboard subtype [CHAR LIMIT=25]
|
||||||
(Cyrillic) can be an abbreviation to fit in the CHAR LIMIT.
|
(Cyrillic) can be an abbreviation to fit in the CHAR LIMIT.
|
||||||
|
|
|
@ -28,6 +28,19 @@
|
||||||
latin:moreKeys="!text/morekeys_tablet_comma"
|
latin:moreKeys="!text/morekeys_tablet_comma"
|
||||||
latin:backgroundType="functional"
|
latin:backgroundType="functional"
|
||||||
latin:keyStyle="hasShiftedLetterHintStyle" />
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:languageCode="hi"
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0964: "।" DEVANAGARI DANDA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="\u0964"
|
||||||
|
latin:keyLabelFlags="hasPopupHint"
|
||||||
|
latin:moreKeys="!autoColumnOrder!8,\\,,.,',#,),(,/,;,@,:,-,",+,\\%,&"
|
||||||
|
latin:backgroundType="functional" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="!text/keyspec_tablet_period"
|
latin:keySpec="!text/keyspec_tablet_period"
|
||||||
latin:keyHintLabel="!text/keyhintlabel_tablet_period"
|
latin:keyHintLabel="!text/keyhintlabel_tablet_period"
|
||||||
|
@ -35,4 +48,6 @@
|
||||||
latin:moreKeys="!text/morekeys_tablet_period"
|
latin:moreKeys="!text/morekeys_tablet_period"
|
||||||
latin:backgroundType="functional"
|
latin:backgroundType="functional"
|
||||||
latin:keyStyle="hasShiftedLetterHintStyle" />
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -0,0 +1,54 @@
|
||||||
|
<?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"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="8.182%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact1" />
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="deleteKeyStyle"
|
||||||
|
latin:keyWidth="fillRight" />
|
||||||
|
</Row>
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="8.182%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact2" />
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="enterKeyStyle"
|
||||||
|
latin:keyWidth="fillRight" />
|
||||||
|
</Row>
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="8.182%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact3" />
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keys_exclamation_question" />
|
||||||
|
</Row>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
|
</merge>
|
|
@ -25,9 +25,26 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||||
|
U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU
|
||||||
|
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignAnusvara"
|
||||||
|
latin:moreKeys="ः,ँ,़" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignAnusvara" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
<!-- U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariSignAnusvara"
|
latin:styleName="baseKeyDevanagariSignAnusvara"
|
||||||
|
latin:parentStyle="moreKeysDevanagariSignAnusvara"
|
||||||
latin:keySpec="ं"
|
latin:keySpec="ं"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -25,9 +25,24 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignVirama"
|
||||||
|
latin:moreKeys="्" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignVirama" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
<!-- U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariSignVirama"
|
latin:styleName="baseKeyDevanagariSignVirama"
|
||||||
|
latin:parentStyle="moreKeysDevanagariSignVirama"
|
||||||
latin:keySpec="्"
|
latin:keySpec="्"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -35,6 +35,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAa"
|
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||||
latin:moreKeys="ां,ाँ,%" />
|
latin:moreKeys="ां,ाँ,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+093E: "ा" DEVANAGARI VOWEL SIGN AA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||||
|
latin:moreKeys="ा,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAa" />
|
latin:styleName="moreKeysDevanagariVowelSignAa" />
|
||||||
|
|
|
@ -34,6 +34,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||||
latin:moreKeys="ैं,%" />
|
latin:moreKeys="ैं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0948: "ै" DEVANAGARI VOWEL SIGN AI -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||||
|
latin:moreKeys="ै,%" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -34,6 +34,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAu"
|
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||||
latin:moreKeys="ौं,%" />
|
latin:moreKeys="ौं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+094C: "ौ" DEVANAGARI VOWEL SIGN AU -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||||
|
latin:moreKeys="ौ,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAu" />
|
latin:styleName="moreKeysDevanagariVowelSignAu" />
|
||||||
|
|
|
@ -0,0 +1,42 @@
|
||||||
|
<?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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||||
|
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||||
|
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||||
|
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||||
|
<merge
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraE"
|
||||||
|
latin:moreKeys="ॅ" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraE" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
</merge>
|
|
@ -25,9 +25,24 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraO"
|
||||||
|
latin:moreKeys="ॉ" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraO" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
<!-- U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
||||||
|
latin:parentStyle="moreKeysDevanagariVowelSignCandraO"
|
||||||
latin:keySpec="ॉ"
|
latin:keySpec="ॉ"
|
||||||
latin:keyLabelFlags="fontNormal" />
|
latin:keyLabelFlags="fontNormal" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -34,6 +34,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||||
latin:moreKeys="ें" />
|
latin:moreKeys="ें" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0947: "े" DEVANAGARI VOWEL SIGN E -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||||
|
latin:moreKeys="े" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -34,6 +34,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignI"
|
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||||
latin:moreKeys="िं" />
|
latin:moreKeys="िं" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+093F: "ि" DEVANAGARI VOWEL SIGN I -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||||
|
latin:moreKeys="ि" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignI" />
|
latin:styleName="moreKeysDevanagariVowelSignI" />
|
||||||
|
|
|
@ -34,6 +34,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignIi"
|
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||||
latin:moreKeys="ीं,%" />
|
latin:moreKeys="ीं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0940: "ी" DEVANAGARI VOWEL SIGN II -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||||
|
latin:moreKeys="ी,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignIi" />
|
latin:styleName="moreKeysDevanagariVowelSignIi" />
|
||||||
|
|
|
@ -29,13 +29,21 @@
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="hindi"
|
latin:keyboardLayoutSet="hindi"
|
||||||
>
|
>
|
||||||
<!-- U+094B/U+0902: "қं" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
|
<!-- U+094B/U+0902: "ों" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
|
||||||
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
||||||
U+094A: "ॊ" DEVANAGARI VOWEL SIGN SHORT O -->
|
U+094A: "ॊ" DEVANAGARI VOWEL SIGN SHORT O -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignO"
|
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||||
latin:moreKeys="ों,ॉ,ॊ" />
|
latin:moreKeys="ों,ॉ,ॊ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+094B: "ो" DEVANAGARI VOWEL SIGN O -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||||
|
latin:moreKeys="ो" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignO" />
|
latin:styleName="moreKeysDevanagariVowelSignO" />
|
||||||
|
|
|
@ -35,6 +35,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignU"
|
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||||
latin:moreKeys="ुं,ुँ" />
|
latin:moreKeys="ुं,ुँ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0941: "ु" DEVANAGARI VOWEL SIGN U -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||||
|
latin:moreKeys="ु" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignU" />
|
latin:styleName="moreKeysDevanagariVowelSignU" />
|
||||||
|
|
|
@ -35,6 +35,14 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignUu"
|
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||||
latin:moreKeys="ूं,ूँ,%" />
|
latin:moreKeys="ूं,ूँ,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0942: "ू" DEVANAGARI VOWEL SIGN UU -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||||
|
latin:moreKeys="ू,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignUu" />
|
latin:styleName="moreKeysDevanagariVowelSignUu" />
|
||||||
|
|
|
@ -34,6 +34,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||||
latin:moreKeys="ॄ" />
|
latin:moreKeys="ॄ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+090B: "ऋ" DEVANAGARI LETTER VOCALIC R
|
||||||
|
U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||||
|
latin:moreKeys="ऋ,ृ" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
<?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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<Keyboard
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rows_hindi_compact" />
|
||||||
|
</Keyboard>
|
|
@ -22,6 +22,17 @@
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:languageCode="hi"
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+0964: "।" DEVANAGARI DANDA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="\u0964"
|
||||||
|
latin:keyLabelFlags="hasPopupHint"
|
||||||
|
latin:moreKeys="!autoColumnOrder!9,\\,,.,?,!,#,),(,/,;,',@,:,-,",+,\\%,&"
|
||||||
|
latin:backgroundType="functional" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:languageCode="ne"
|
latin:languageCode="ne"
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
|
|
|
@ -0,0 +1,42 @@
|
||||||
|
<?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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<KeyboardLayoutSet
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin">
|
||||||
|
<Element
|
||||||
|
latin:elementName="alphabet"
|
||||||
|
latin:elementKeyboard="@xml/kbd_hindi_compact"
|
||||||
|
latin:enableProximityCharsCorrection="true" />
|
||||||
|
<Element
|
||||||
|
latin:elementName="symbols"
|
||||||
|
latin:elementKeyboard="@xml/kbd_symbols" />
|
||||||
|
<Element
|
||||||
|
latin:elementName="symbolsShifted"
|
||||||
|
latin:elementKeyboard="@xml/kbd_symbols_shift" />
|
||||||
|
<Element
|
||||||
|
latin:elementName="phone"
|
||||||
|
latin:elementKeyboard="@xml/kbd_phone" />
|
||||||
|
<Element
|
||||||
|
latin:elementName="phoneSymbols"
|
||||||
|
latin:elementKeyboard="@xml/kbd_phone_symbols" />
|
||||||
|
<Element
|
||||||
|
latin:elementName="number"
|
||||||
|
latin:elementKeyboard="@xml/kbd_number" />
|
||||||
|
</KeyboardLayoutSet>
|
|
@ -25,10 +25,28 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||||
|
U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU
|
||||||
|
U+093C: "़" DEVANAGARI SIGN NUKTA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignAnusvara"
|
||||||
|
latin:moreKeys="◌ः|ः,◌ँ|ँ,◌़|़" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignAnusvara" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
U+0902: "ं" DEVANAGARI SIGN ANUSVARA -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariSignAnusvara"
|
latin:styleName="baseKeyDevanagariSignAnusvara"
|
||||||
|
latin:parentStyle="moreKeysDevanagariSignAnusvara"
|
||||||
latin:keySpec="◌ं|ं"
|
latin:keySpec="◌ं|ं"
|
||||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -25,10 +25,26 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignVirama"
|
||||||
|
latin:moreKeys="◌्|्" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariSignVirama" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
U+094D: "्" DEVANAGARI SIGN VIRAMA -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariSignVirama"
|
latin:styleName="baseKeyDevanagariSignVirama"
|
||||||
|
latin:parentStyle="moreKeysDevanagariSignVirama"
|
||||||
latin:keySpec="◌्|्"
|
latin:keySpec="◌्|्"
|
||||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -36,6 +36,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAa"
|
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||||
latin:moreKeys="◌ां|ां,◌ाँ|ाँ,%" />
|
latin:moreKeys="◌ां|ां,◌ाँ|ाँ,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+093E: "ा" DEVANAGARI VOWEL SIGN AA -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAa"
|
||||||
|
latin:moreKeys="◌ा|ा,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAa" />
|
latin:styleName="moreKeysDevanagariVowelSignAa" />
|
||||||
|
|
|
@ -35,6 +35,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAi"
|
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||||
latin:moreKeys="◌ैं|ैं,%" />
|
latin:moreKeys="◌ैं|ैं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0948: "ै" DEVANAGARI VOWEL SIGN AI -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAi"
|
||||||
|
latin:moreKeys="◌ै|ै,%" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -35,6 +35,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAu"
|
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||||
latin:moreKeys="◌ौं|ौं,%" />
|
latin:moreKeys="◌ौं|ौं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+094C: "ौ" DEVANAGARI VOWEL SIGN AU -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignAu"
|
||||||
|
latin:moreKeys="◌ौ|ौ,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignAu" />
|
latin:styleName="moreKeysDevanagariVowelSignAu" />
|
||||||
|
|
|
@ -0,0 +1,43 @@
|
||||||
|
<?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.
|
||||||
|
*/
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- The code point U+25CC for key label is needed because the font rendering system prior to
|
||||||
|
API version 16 can't automatically render dotted circle for incomplete combining letter
|
||||||
|
of some scripts. The files named res/xml/key_*.xml have this U+25CC hack, although the
|
||||||
|
counterpart files named res/xml-v16/key_*.xml don't have this hack. -->
|
||||||
|
<merge
|
||||||
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraE"
|
||||||
|
latin:moreKeys="◌ॅ|ॅ" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraE" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
</merge>
|
|
@ -25,10 +25,26 @@
|
||||||
<merge
|
<merge
|
||||||
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraO"
|
||||||
|
latin:moreKeys="◌ॉ|ॉ" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignCandraO" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
latin:styleName="baseKeyDevanagariVowelSignCandraO"
|
||||||
|
latin:parentStyle="moreKeysDevanagariVowelSignCandraO"
|
||||||
latin:keySpec="◌ॉ|ॉ"
|
latin:keySpec="◌ॉ|ॉ"
|
||||||
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -35,6 +35,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignE"
|
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||||
latin:moreKeys="◌ें|ें" />
|
latin:moreKeys="◌ें|ें" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0947: "े" DEVANAGARI VOWEL SIGN E -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignE"
|
||||||
|
latin:moreKeys="◌े|े" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -35,6 +35,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignI"
|
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||||
latin:moreKeys="ि◌ं|िं" />
|
latin:moreKeys="ि◌ं|िं" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+093F: "ि" DEVANAGARI VOWEL SIGN I -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignI"
|
||||||
|
latin:moreKeys="◌ि|ि" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignI" />
|
latin:styleName="moreKeysDevanagariVowelSignI" />
|
||||||
|
|
|
@ -29,12 +29,21 @@
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="hindi"
|
latin:keyboardLayoutSet="hindi"
|
||||||
>
|
>
|
||||||
<!-- U+0940: "ी" DEVANAGARI VOWEL SIGN II
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
U+0940/U+0902: "ीं" DEVANAGARI VOWEL SIGN II/DEVANAGARI SIGN ANUSVARA -->
|
U+0940/U+0902: "ीं" DEVANAGARI VOWEL SIGN II/DEVANAGARI SIGN ANUSVARA -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignIi"
|
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||||
latin:moreKeys="◌ीं|ीं,%" />
|
latin:moreKeys="◌ीं|ीं,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0940: "ी" DEVANAGARI VOWEL SIGN II -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignIi"
|
||||||
|
latin:moreKeys="◌ी|ी,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignIi" />
|
latin:styleName="moreKeysDevanagariVowelSignIi" />
|
||||||
|
|
|
@ -30,13 +30,22 @@
|
||||||
latin:keyboardLayoutSet="hindi"
|
latin:keyboardLayoutSet="hindi"
|
||||||
>
|
>
|
||||||
<!-- U+25CC: "◌" DOTTED CIRCLE
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
U+094B/U+0902: "қं" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
|
U+094B/U+0902: "ों" DEVANAGARI VOWEL SIGN O/DEVANAGARI SIGN ANUSVARA
|
||||||
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
||||||
U+094A: "ॊ" DEVANAGARI VOWEL SIGN SHORT O -->
|
U+094A: "ॊ" DEVANAGARI VOWEL SIGN SHORT O -->
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignO"
|
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||||
latin:moreKeys="◌ों|ों,◌ॉ|ॉ,◌ॊ|ॊ" />
|
latin:moreKeys="◌ों|ों,◌ॉ|ॉ,◌ॊ|ॊ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+094B: "ो" DEVANAGARI VOWEL SIGN O -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignO"
|
||||||
|
latin:moreKeys="◌ो|ो" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignO" />
|
latin:styleName="moreKeysDevanagariVowelSignO" />
|
||||||
|
|
|
@ -36,6 +36,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignU"
|
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||||
latin:moreKeys="◌ुं|ुं,◌ुँ|ुँ" />
|
latin:moreKeys="◌ुं|ुं,◌ुँ|ुँ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0941: "ु" DEVANAGARI VOWEL SIGN U -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignU"
|
||||||
|
latin:moreKeys="◌ु|ु" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignU" />
|
latin:styleName="moreKeysDevanagariVowelSignU" />
|
||||||
|
|
|
@ -36,6 +36,15 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignUu"
|
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||||
latin:moreKeys="◌ूं|ूं,◌ूँ|ूँ,%" />
|
latin:moreKeys="◌ूं|ूं,◌ूँ|ूँ,%" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0942: "ू" DEVANAGARI VOWEL SIGN UU -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignUu"
|
||||||
|
latin:moreKeys="◌ू|ू,%" />
|
||||||
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="moreKeysDevanagariVowelSignUu" />
|
latin:styleName="moreKeysDevanagariVowelSignUu" />
|
||||||
|
|
|
@ -35,6 +35,16 @@
|
||||||
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||||
latin:moreKeys="◌ॄ|ॄ" />
|
latin:moreKeys="◌ॄ|ॄ" />
|
||||||
</case>
|
</case>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSet="hindi_compact"
|
||||||
|
>
|
||||||
|
<!-- U+090B: "ऋ" DEVANAGARI LETTER VOCALIC R
|
||||||
|
U+25CC: "◌" DOTTED CIRCLE
|
||||||
|
U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R -->
|
||||||
|
<key-style
|
||||||
|
latin:styleName="moreKeysDevanagariVowelSignVocalicR"
|
||||||
|
latin:moreKeys="ऋ,◌ृ|ृ" />
|
||||||
|
</case>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSet="nepali_traditional"
|
latin:keyboardLayoutSet="nepali_traditional"
|
||||||
>
|
>
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
fr_CH: French (Switzerland)/swiss
|
fr_CH: French (Switzerland)/swiss
|
||||||
gl_ES: Galician (Spain)/spanish
|
gl_ES: Galician (Spain)/spanish
|
||||||
hi: Hindi/hindi
|
hi: Hindi/hindi
|
||||||
|
hi: Hindi/hindi_compact
|
||||||
hr: Croatian/qwertz
|
hr: Croatian/qwertz
|
||||||
hu: Hungarian/qwertz
|
hu: Hungarian/qwertz
|
||||||
hy_AM: Armenian (Armenia) Phonetic/armenian_phonetic
|
hy_AM: Armenian (Armenia) Phonetic/armenian_phonetic
|
||||||
|
@ -320,6 +321,14 @@
|
||||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi,EmojiCapable"
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi,EmojiCapable"
|
||||||
android:isAsciiCapable="false"
|
android:isAsciiCapable="false"
|
||||||
/>
|
/>
|
||||||
|
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||||
|
android:label="@string/subtype_generic_compact"
|
||||||
|
android:subtypeId="0xe49c89a1"
|
||||||
|
android:imeSubtypeLocale="hi"
|
||||||
|
android:imeSubtypeMode="keyboard"
|
||||||
|
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi_compact,EmojiCapable"
|
||||||
|
android:isAsciiCapable="false"
|
||||||
|
/>
|
||||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||||
android:label="@string/subtype_generic"
|
android:label="@string/subtype_generic"
|
||||||
android:subtypeId="0x35b7526a"
|
android:subtypeId="0x35b7526a"
|
||||||
|
|
|
@ -0,0 +1,139 @@
|
||||||
|
<?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"
|
||||||
|
>
|
||||||
|
<!-- 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_vowel_sign_au" />
|
||||||
|
<!-- U+0914: "औ" DEVANAGARI LETTER AU
|
||||||
|
U+0967: "१" DEVANAGARI DIGIT ONE -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="औ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignAu"
|
||||||
|
latin:keyHintLabel="1"
|
||||||
|
latin:additionalMoreKeys="१,1"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ai" />
|
||||||
|
<!-- U+0910: "ऐ" DEVANAGARI LETTER AI
|
||||||
|
U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ऐ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignAi"
|
||||||
|
latin:keyHintLabel="2"
|
||||||
|
latin:additionalMoreKeys="२,2"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_aa" />
|
||||||
|
<!-- U+0906: "आ" DEVANAGARI LETTER AA
|
||||||
|
U+0969: "३" DEVANAGARI DIGIT THREE -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="आ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignAa"
|
||||||
|
latin:keyHintLabel="3"
|
||||||
|
latin:additionalMoreKeys="३,3"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_ii" />
|
||||||
|
<!-- U+0908: "ई" DEVANAGARI LETTER II
|
||||||
|
U+096A: "४" DEVANAGARI DIGIT FOUR -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ई"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignIi"
|
||||||
|
latin:keyHintLabel="4"
|
||||||
|
latin:additionalMoreKeys="४,4"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_uu" />
|
||||||
|
<!-- U+090A: "ऊ" DEVANAGARI LETTER UU
|
||||||
|
U+096B: "५" DEVANAGARI DIGIT FIVE -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ऊ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignUu"
|
||||||
|
latin:keyHintLabel="5"
|
||||||
|
latin:additionalMoreKeys="५,5"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+092C: "ब" DEVANAGARI LETTER BA
|
||||||
|
U+092D: "भ" DEVANAGARI LETTER BHA
|
||||||
|
U+096C: "६" DEVANAGARI DIGIT SIX -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ब"
|
||||||
|
latin:moreKeys="भ,%"
|
||||||
|
latin:keyHintLabel="6"
|
||||||
|
latin:additionalMoreKeys="६,6"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0939: "ह" DEVANAGARI LETTER HA
|
||||||
|
U+096D: "७" DEVANAGARI DIGIT SEVEN -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ह"
|
||||||
|
latin:keyHintLabel="7"
|
||||||
|
latin:additionalMoreKeys="७,7"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0917: "ग" DEVANAGARI LETTER GA
|
||||||
|
U+0918: "घ" DEVANAGARI LETTER GHA
|
||||||
|
U+096E: "८" DEVANAGARI DIGIT EIGHT -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ग"
|
||||||
|
latin:moreKeys="घ,%"
|
||||||
|
latin:keyHintLabel="8"
|
||||||
|
latin:additionalMoreKeys="८,8"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0926: "द" DEVANAGARI LETTER DA
|
||||||
|
U+0927: "ध" DEVANAGARI LETTER DHA
|
||||||
|
U+096F: "९" DEVANAGARI DIGIT NINE -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="द"
|
||||||
|
latin:moreKeys="ध,%"
|
||||||
|
latin:keyHintLabel="9"
|
||||||
|
latin:additionalMoreKeys="९,9"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+091C: "ज" DEVANAGARI LETTER JA
|
||||||
|
U+091D: "झ" DEVANAGARI LETTER JHA
|
||||||
|
U+091C/U+094D/U+091E: "ज्ञ" DEVANAGARI LETTER JA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER NYA
|
||||||
|
U+0966: "०" DEVANAGARI DIGIT ZERO -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ज"
|
||||||
|
latin:moreKeys="झ,ज्ञ,%"
|
||||||
|
latin:keyHintLabel="0"
|
||||||
|
latin:additionalMoreKeys="०,0"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0921: "ड" DEVANAGARI LETTER DDA
|
||||||
|
U+0922: "ढ" DEVANAGARI LETTER DDHA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ड"
|
||||||
|
latin:moreKeys="ढ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,115 @@
|
||||||
|
<?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"
|
||||||
|
>
|
||||||
|
<!-- 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_vowel_sign_o" />
|
||||||
|
<!-- U+0913: "ओ" DEVANAGARI LETTER O -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ओ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignO"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_e" />
|
||||||
|
<!-- U+090F: "ए" DEVANAGARI LETTER E -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ए"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignE"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_sign_virama" />
|
||||||
|
<!-- U+0905: "अ" DEVANAGARI LETTER A -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="अ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariSignVirama"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_i" />
|
||||||
|
<!-- U+0907: "इ" DEVANAGARI LETTER I -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="इ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignI"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_u" />
|
||||||
|
<!-- U+0909: "उ" DEVANAGARI LETTER U -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="उ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignU"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+092A: "प" DEVANAGARI LETTER PA
|
||||||
|
U+092B: "फ" DEVANAGARI LETTER PHA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="प"
|
||||||
|
latin:moreKeys="फ"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_vocalic_r" />
|
||||||
|
<!-- U+0930: "र" DEVANAGARI LETTER RA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="र"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignVocalicR"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0915: "क" DEVANAGARI LETTER KA
|
||||||
|
U+0916: "ख" DEVANAGARI LETTER KHA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="क"
|
||||||
|
latin:moreKeys="ख"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0924: "त" DEVANAGARI LETTER TA
|
||||||
|
U+0925: "थ" DEVANAGARI LETTER THA
|
||||||
|
U+0924/U+094D/U+0930: "त्र" DEVANAGARI LETTER TA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="त"
|
||||||
|
latin:moreKeys="थ,त्र"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+091A: "च" DEVANAGARI LETTER CA
|
||||||
|
U+091B: "छ" DEVANAGARI LETTER CHA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="च"
|
||||||
|
latin:moreKeys="छ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+091F: "ट" DEVANAGARI LETTER TTA
|
||||||
|
U+0920: "ठ" DEVANAGARI LETTER TTHA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ट"
|
||||||
|
latin:moreKeys="ठ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,89 @@
|
||||||
|
<?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"
|
||||||
|
>
|
||||||
|
<!-- 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_vowel_sign_candra_o" />
|
||||||
|
<!-- U+0911: "ऑ" DEVANAGARI LETTER CANDRA O -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ऑ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignCandraO"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_vowel_sign_candra_e" />
|
||||||
|
<!-- U+090D: "ऍ" DEVANAGARI LETTER CANDRA E -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ऍ"
|
||||||
|
latin:keyStyle="moreKeysDevanagariVowelSignCandraE"
|
||||||
|
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. -->
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/keystyle_devanagari_sign_anusvara" />
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="baseKeyDevanagariSignAnusvara" />
|
||||||
|
<!-- U+092E: "म" DEVANAGARI LETTER MA
|
||||||
|
U+0950: "ॐ" DEVANAGARI OM -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="म"
|
||||||
|
latin:moreKeys="ॐ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0928: "न" DEVANAGARI LETTER NA
|
||||||
|
U+0923: "ण" DEVANAGARI LETTER NNA
|
||||||
|
U+091E: "ञ" DEVANAGARI LETTER NYA
|
||||||
|
U+0919: "ङ" DEVANAGARI LETTER NGA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="न"
|
||||||
|
latin:moreKeys="ण,ञ,ङ"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0935: "व" DEVANAGARI LETTER VA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="व"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0932: "ल" DEVANAGARI LETTER LA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ल"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0938: "स" DEVANAGARI LETTER SA
|
||||||
|
U+0936: "श" DEVANAGARI LETTER SHA
|
||||||
|
U+0937: "ष" DEVANAGARI LETTER SSA
|
||||||
|
U+0936/U+094D/U+0930: "श्र" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="स"
|
||||||
|
latin:moreKeys="श,ष,श्र"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+092F: "य" DEVANAGARI LETTER YA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="य"
|
||||||
|
latin:keyLabelFlags="fontNormal" />
|
||||||
|
<!-- U+0915/U+094D/U+0937: "क्ष" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA -->
|
||||||
|
<Key
|
||||||
|
latin:keySpec="क्ष"
|
||||||
|
latin:keyLabelFlags="fontNormal|followKeyLetterRatio" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,49 @@
|
||||||
|
<?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"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="9.091%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact1" />
|
||||||
|
</Row>
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="9.091%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact2" />
|
||||||
|
</Row>
|
||||||
|
<Row
|
||||||
|
latin:keyWidth="9.091%p"
|
||||||
|
>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_hindi_compact3" />
|
||||||
|
<Key
|
||||||
|
latin:keyStyle="deleteKeyStyle"
|
||||||
|
latin:keyWidth="fillRight" />
|
||||||
|
</Row>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,216 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.android.inputmethod.keyboard.layout;
|
||||||
|
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_ANUSVARA;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_CANDRABINDU;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_NUKTA;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_VIRAMA;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.SIGN_VISARGA;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AA;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AI;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_AU;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_CANDRA_E;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_CANDRA_O;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_E;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_I;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_II;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_O;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_U;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_UU;
|
||||||
|
import static com.android.inputmethod.keyboard.layout.DevanagariLetterConstants.VOWEL_SIGN_VOCALIC_R;
|
||||||
|
|
||||||
|
import com.android.inputmethod.keyboard.layout.Hindi.HindiCustomizer;
|
||||||
|
import com.android.inputmethod.keyboard.layout.Hindi.HindiSymbols;
|
||||||
|
import com.android.inputmethod.keyboard.layout.expected.ExpectedKey;
|
||||||
|
import com.android.inputmethod.keyboard.layout.expected.ExpectedKeyboardBuilder;
|
||||||
|
import com.android.inputmethod.latin.Constants;
|
||||||
|
|
||||||
|
import java.util.Locale;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Hindi Compact keyboard.
|
||||||
|
*/
|
||||||
|
public final class HindiCompact extends LayoutBase {
|
||||||
|
private static final String LAYOUT_NAME = "hindi_compact";
|
||||||
|
|
||||||
|
public HindiCompact(final LayoutCustomizer customizer) {
|
||||||
|
super(customizer, HindiSymbols.class, SymbolsShifted.class);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String getName() { return LAYOUT_NAME; }
|
||||||
|
|
||||||
|
public static class HindiCompactCustomizer extends HindiCustomizer {
|
||||||
|
public HindiCompactCustomizer(final Locale locale) { super(locale); }
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ExpectedKey[] getLeftShiftKeys(final boolean isPhone) {
|
||||||
|
return EMPTY_KEYS;
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ExpectedKey[] getKeysRightToSpacebar(final boolean isPhone) {
|
||||||
|
// U+0964: "।" DEVANAGARI DANDA
|
||||||
|
final ExpectedKey periodKey = key("\u0964", getPunctuationMoreKeys(isPhone));
|
||||||
|
return isPhone ? joinKeys(periodKey) : joinKeys(",", periodKey);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
|
||||||
|
return isPhone ? HINDI_PHONE_PUNCTUATION_MORE_KEYS : HINDI_TABLET_PUNCTUATION_MORE_KEYS;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Punctuation more keys for phone form factor.
|
||||||
|
private static final ExpectedKey[] HINDI_PHONE_PUNCTUATION_MORE_KEYS = joinKeys(
|
||||||
|
",", ".", "?", "!", "#", ")", "(", "/", ";",
|
||||||
|
"'", "@", ":", "-", "\"", "+", "%", "&");
|
||||||
|
// Punctuation more keys for tablet form factor.
|
||||||
|
private static final ExpectedKey[] HINDI_TABLET_PUNCTUATION_MORE_KEYS = joinKeys(
|
||||||
|
",", ".", "'", "#", ")", "(", "/", ";",
|
||||||
|
"@", ":", "-", "\"", "+", "%", "&");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
ExpectedKey[][] getCommonAlphabetLayout(boolean isPhone) { return ALPHABET_COMMON; }
|
||||||
|
|
||||||
|
@Override
|
||||||
|
ExpectedKey[][] getCommonAlphabetShiftLayout(boolean isPhone, final int elementId) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static final ExpectedKey[][] ALPHABET_COMMON = new ExpectedKeyboardBuilder()
|
||||||
|
.setKeysOfRow(1,
|
||||||
|
// U+0914: "औ" DEVANAGARI LETTER AU
|
||||||
|
// U+094C: "ौ" DEVANAGARI VOWEL SIGN AU
|
||||||
|
// U+0967: "१" DEVANAGARI DIGIT ONE
|
||||||
|
key("\u0914", joinMoreKeys(moreKey(VOWEL_SIGN_AU, "\u094C"), "\u0967", "1")),
|
||||||
|
// U+0910: "ऐ" DEVANAGARI LETTER AI
|
||||||
|
// U+0948: "ै" DEVANAGARI VOWEL SIGN AI
|
||||||
|
// U+0968: "२" DEVANAGARI DIGIT TWO
|
||||||
|
key("\u0910", joinMoreKeys(moreKey(VOWEL_SIGN_AI, "\u0948"), "\u0968", "2")),
|
||||||
|
// U+0906: "आ" DEVANAGARI LETTER AA
|
||||||
|
// U+093E: "ा" DEVANAGARI VOWEL SIGN AA
|
||||||
|
// U+0969: "३" DEVANAGARI DIGIT THREE
|
||||||
|
key("\u0906", joinMoreKeys(moreKey(VOWEL_SIGN_AA, "\u093E"), "\u0969", "3")),
|
||||||
|
// U+0908: "ई" DEVANAGARI LETTER II
|
||||||
|
// U+0940: "ी" DEVANAGARI VOWEL SIGN II
|
||||||
|
// U+096A: "४" DEVANAGARI DIGIT FOUR
|
||||||
|
key("\u0908", joinMoreKeys(moreKey(VOWEL_SIGN_II, "\u0940"), "\u096A", "4")),
|
||||||
|
// U+090A: "ऊ" DEVANAGARI LETTER UU
|
||||||
|
// U+0942: "ू" DEVANAGARI VOWEL SIGN UU
|
||||||
|
// U+096B: "५" DEVANAGARI DIGIT FIVE
|
||||||
|
key("\u090A", joinMoreKeys(moreKey(VOWEL_SIGN_UU, "\u0942"), "\u096B", "5")),
|
||||||
|
// U+092C: "ब" DEVANAGARI LETTER BA
|
||||||
|
// U+092D: "भ" DEVANAGARI LETTER BHA
|
||||||
|
// U+096C: "६" DEVANAGARI DIGIT SIX
|
||||||
|
key("\u092C", joinMoreKeys("\u092D", "\u096C", "6")),
|
||||||
|
// U+0939: "ह" DEVANAGARI LETTER HA
|
||||||
|
// U+096D: "७" DEVANAGARI DIGIT SEVEN
|
||||||
|
key("\u0939", joinMoreKeys("\u096D", "7")),
|
||||||
|
// U+0917: "ग" DEVANAGARI LETTER GA
|
||||||
|
// U+0918: "घ" DEVANAGARI LETTER GHA
|
||||||
|
// U+096E: "८" DEVANAGARI DIGIT EIGHT
|
||||||
|
key("\u0917", joinMoreKeys("\u0918", "\u096E", "8")),
|
||||||
|
// U+0926: "द" DEVANAGARI LETTER DA
|
||||||
|
// U+0927: "ध" DEVANAGARI LETTER DHA
|
||||||
|
// U+096F: "९" DEVANAGARI DIGIT NINE
|
||||||
|
key("\u0926", joinMoreKeys("\u0927", "\u096F", "9")),
|
||||||
|
// U+091C: "ज" DEVANAGARI LETTER JA
|
||||||
|
// U+091D: "झ" DEVANAGARI LETTER JHA
|
||||||
|
// U+091C/U+094D/U+091E:
|
||||||
|
// "ज्ञ" DEVANAGARI LETTER JA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER NYA
|
||||||
|
// U+0966: "०" DEVANAGARI DIGIT ZERO
|
||||||
|
key("\u091C", joinMoreKeys("\u091D", "\u091C\u094D\u091E", "\u0966", "0")),
|
||||||
|
// U+0921: "ड" DEVANAGARI LETTER DDA
|
||||||
|
// U+0922: "ढ" DEVANAGARI LETTER DDHA
|
||||||
|
key("\u0921", moreKey("\u0922")))
|
||||||
|
.setKeysOfRow(2,
|
||||||
|
// U+0913: "ओ" DEVANAGARI LETTER O
|
||||||
|
// U+094B: "ो" DEVANAGARI VOWEL SIGN O
|
||||||
|
key("\u0913", moreKey(VOWEL_SIGN_O, "\u094B")),
|
||||||
|
// U+090F: "ए" DEVANAGARI LETTER E
|
||||||
|
// U+0947: "े" DEVANAGARI VOWEL SIGN E
|
||||||
|
key("\u090F", moreKey(VOWEL_SIGN_E, "\u0947")),
|
||||||
|
// U+0905: "अ" DEVANAGARI LETTER A
|
||||||
|
// U+094D: "्" DEVANAGARI SIGN VIRAMA
|
||||||
|
key("\u0905", moreKey(SIGN_VIRAMA, "\u094D")),
|
||||||
|
// U+0907: "इ" DEVANAGARI LETTER I
|
||||||
|
// U+093F: "ि" DEVANAGARI VOWEL SIGN I
|
||||||
|
key("\u0907", moreKey(VOWEL_SIGN_I, "\u093F")),
|
||||||
|
// U+0909: "उ" DEVANAGARI LETTER U
|
||||||
|
// U+0941: "ु" DEVANAGARI VOWEL SIGN U
|
||||||
|
key("\u0909", moreKey(VOWEL_SIGN_U, "\u0941")),
|
||||||
|
// U+092A: "प" DEVANAGARI LETTER PA
|
||||||
|
// U+092B: "फ" DEVANAGARI LETTER PHA
|
||||||
|
key("\u092A", moreKey("\u092B")),
|
||||||
|
// U+0930: "र" DEVANAGARI LETTER RA
|
||||||
|
// U+090B: "ऋ" DEVANAGARI LETTER VOCALIC R
|
||||||
|
// U+0943: "ृ" DEVANAGARI VOWEL SIGN VOCALIC R
|
||||||
|
key("\u0930", joinMoreKeys("\u090B", moreKey(VOWEL_SIGN_VOCALIC_R, "\u0943"))),
|
||||||
|
// U+0915: "क" DEVANAGARI LETTER KA
|
||||||
|
// U+0916: "ख" DEVANAGARI LETTER KHA
|
||||||
|
key("\u0915", moreKey("\u0916")),
|
||||||
|
// U+0924: "त" DEVANAGARI LETTER TA
|
||||||
|
// U+0925: "थ" DEVANAGARI LETTER THA
|
||||||
|
// U+0924/U+094D/U+0930:
|
||||||
|
// "त्र" DEVANAGARI LETTER TA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA
|
||||||
|
key("\u0924", joinMoreKeys("\u0925", "\u0924\u094D\u0930")),
|
||||||
|
// U+091A: "च" DEVANAGARI LETTER CA
|
||||||
|
// U+091B: "छ" DEVANAGARI LETTER CHA
|
||||||
|
key("\u091A", moreKey("\u091B")),
|
||||||
|
// U+091F: "ट" DEVANAGARI LETTER TTA
|
||||||
|
// U+0920: "ठ" DEVANAGARI LETTER TTHA
|
||||||
|
key("\u091F", moreKey("\u0920")))
|
||||||
|
.setKeysOfRow(3,
|
||||||
|
// U+0911: "ऑ" DEVANAGARI LETTER CANDRA O
|
||||||
|
// U+0949: "ॉ" DEVANAGARI VOWEL SIGN CANDRA O
|
||||||
|
key("\u0911", moreKey(VOWEL_SIGN_CANDRA_O, "\u0949")),
|
||||||
|
// U+090D: "ऍ" DEVANAGARI LETTER CANDRA E
|
||||||
|
// U+0945: "ॅ" DEVANAGARI VOWEL SIGN CANDRA E
|
||||||
|
key("\u090D", moreKey(VOWEL_SIGN_CANDRA_E, "\u0945")),
|
||||||
|
// U+0902: "ं" DEVANAGARI SIGN ANUSVARA
|
||||||
|
// U+0903: "ः" DEVANAGARI SIGN VISARGA
|
||||||
|
// U+0901: "ँ" DEVANAGARI SIGN CANDRABINDU
|
||||||
|
// U+093C: "़" DEVANAGARI SIGN NUKTA
|
||||||
|
key(SIGN_ANUSVARA, "\u0902", joinMoreKeys(
|
||||||
|
moreKey(SIGN_VISARGA, "\u0903"),
|
||||||
|
moreKey(SIGN_CANDRABINDU, "\u0901"),
|
||||||
|
moreKey(SIGN_NUKTA, "\u093C"))),
|
||||||
|
// U+092E: "म" DEVANAGARI LETTER MA
|
||||||
|
// U+0950: "ॐ" DEVANAGARI OM
|
||||||
|
key("\u092E", moreKey("\u0950")),
|
||||||
|
// U+0928: "न" DEVANAGARI LETTER NA
|
||||||
|
// U+0923: "ण" DEVANAGARI LETTER NNA
|
||||||
|
// U+091E: "ञ" DEVANAGARI LETTER NYA
|
||||||
|
// U+0919: "ङ" DEVANAGARI LETTER NGA
|
||||||
|
key("\u0928", joinMoreKeys("\u0923", "\u091E", "\u0919")),
|
||||||
|
// U+0935: "व" DEVANAGARI LETTER VA
|
||||||
|
// U+0932: "ल" DEVANAGARI LETTER LA
|
||||||
|
"\u0935", "\u0932",
|
||||||
|
// U+0938: "स" DEVANAGARI LETTER SA
|
||||||
|
// U+0936: "श" DEVANAGARI LETTER SHA
|
||||||
|
// U+0937: "ष" DEVANAGARI LETTER SSA
|
||||||
|
// U+0936/U+094D/U+0930:
|
||||||
|
// "श्र" DEVANAGARI LETTER SHA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER RA
|
||||||
|
key("\u0938", joinMoreKeys("\u0936", "\u0937", "\u0936\u094D\u0930")),
|
||||||
|
// U+092F: "य" DEVANAGARI LETTER YA
|
||||||
|
// U+0915/U+094D/U+0937:
|
||||||
|
// "क्ष" DEVANAGARI LETTER KA/DEVANAGARI SIGN VIRAMA/DEVANAGARI LETTER SSA
|
||||||
|
"\u092F", "\u0915\u094D\u0937")
|
||||||
|
.build();
|
||||||
|
}
|
|
@ -180,8 +180,7 @@ public abstract class LayoutBase extends AbstractLayoutBase {
|
||||||
* @return the array of {@link ExpectedKey} that are "more keys" of the punctuation key.
|
* @return the array of {@link ExpectedKey} that are "more keys" of the punctuation key.
|
||||||
*/
|
*/
|
||||||
public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
|
public ExpectedKey[] getPunctuationMoreKeys(final boolean isPhone) {
|
||||||
return isPhone ? PHONE_PUNCTUATION_MORE_KEYS
|
return isPhone ? PHONE_PUNCTUATION_MORE_KEYS : TABLET_PUNCTUATION_MORE_KEYS;
|
||||||
: TABLET_PUNCTUATION_MORE_KEYS;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
/*
|
||||||
|
* Copyright (C) 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.
|
||||||
|
*/
|
||||||
|
|
||||||
|
package com.android.inputmethod.keyboard.layout.tests;
|
||||||
|
|
||||||
|
import android.test.suitebuilder.annotation.SmallTest;
|
||||||
|
|
||||||
|
import com.android.inputmethod.keyboard.layout.HindiCompact;
|
||||||
|
import com.android.inputmethod.keyboard.layout.HindiCompact.HindiCompactCustomizer;
|
||||||
|
import com.android.inputmethod.keyboard.layout.LayoutBase;
|
||||||
|
|
||||||
|
import java.util.Locale;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* hi: Hindi/hindi_compact
|
||||||
|
*/
|
||||||
|
@SmallTest
|
||||||
|
public final class TestsHindiCompact extends LayoutTestsBase {
|
||||||
|
private static final Locale LOCALE = new Locale("hi");
|
||||||
|
private static final LayoutBase LAYOUT = new HindiCompact(new HindiCompactCustomizer(LOCALE));
|
||||||
|
|
||||||
|
@Override
|
||||||
|
LayoutBase getLayout() { return LAYOUT; }
|
||||||
|
}
|
Loading…
Reference in New Issue