Breakdown Greek keyboard into rows
Change-Id: I160c0e26058b3841b3820ec95b91d59b295339camain
parent
9a6ccf9bb0
commit
e955323ae0
|
@ -0,0 +1,85 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2012, 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"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=";"
|
||||||
|
latin:keyHintLabel=":"
|
||||||
|
latin:moreKeys=":"
|
||||||
|
latin:keyStyle="hasShiftedLetterHintStyle" />
|
||||||
|
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
||||||
|
<!--
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||||
|
>
|
||||||
|
U+0385: "΅" GREEK DIALYTIKA TONOS
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="΅" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
-->
|
||||||
|
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ς"
|
||||||
|
latin:keyLabelFlags="preserveCase" />
|
||||||
|
<!--
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
-->
|
||||||
|
<!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
|
||||||
|
U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ε"
|
||||||
|
latin:moreKeys="έ" />
|
||||||
|
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ρ" />
|
||||||
|
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="τ" />
|
||||||
|
<!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
|
||||||
|
U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
|
||||||
|
U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="υ"
|
||||||
|
latin:moreKeys="ύ,ϋ,ΰ" />
|
||||||
|
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="θ" />
|
||||||
|
<!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
|
||||||
|
U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
|
||||||
|
U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
||||||
|
U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ι"
|
||||||
|
latin:moreKeys="ί,ϊ,ΐ" />
|
||||||
|
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
||||||
|
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ο"
|
||||||
|
latin:moreKeys="ό" />
|
||||||
|
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="π" />
|
||||||
|
</merge>
|
|
@ -26,67 +26,8 @@
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="9.0%p"
|
latin:keyWidth="9.0%p"
|
||||||
>
|
>
|
||||||
<Key
|
<include
|
||||||
latin:keyLabel=";"
|
latin:keyboardLayout="@xml/rowkeys_greek1" />
|
||||||
latin:keyHintLabel=":"
|
|
||||||
latin:moreKeys=":"
|
|
||||||
latin:keyStyle="hasShiftedLetterHintStyle" />
|
|
||||||
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
|
||||||
<!--
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
||||||
>
|
|
||||||
U+0385: "΅" GREEK DIALYTIKA TONOS
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="΅" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
-->
|
|
||||||
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ς"
|
|
||||||
latin:keyLabelFlags="preserveCase" />
|
|
||||||
<!--
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
-->
|
|
||||||
<!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
|
|
||||||
U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ε"
|
|
||||||
latin:moreKeys="έ" />
|
|
||||||
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ρ" />
|
|
||||||
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="τ" />
|
|
||||||
<!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
|
|
||||||
U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
|
|
||||||
U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
|
||||||
U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="υ"
|
|
||||||
latin:moreKeys="ύ,ϋ,ΰ" />
|
|
||||||
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="θ" />
|
|
||||||
<!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
|
|
||||||
U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
|
|
||||||
U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
|
||||||
U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ι"
|
|
||||||
latin:moreKeys="ί,ϊ,ΐ" />
|
|
||||||
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
|
||||||
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ο"
|
|
||||||
latin:moreKeys="ό" />
|
|
||||||
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="π" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="deleteKeyStyle"
|
latin:keyStyle="deleteKeyStyle"
|
||||||
latin:keyXPos="-10.0%p"
|
latin:keyXPos="-10.0%p"
|
||||||
|
@ -95,38 +36,9 @@
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="9.0%p"
|
latin:keyWidth="9.0%p"
|
||||||
>
|
>
|
||||||
<!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
|
<include
|
||||||
U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
|
latin:keyboardLayout="@xml/rowkeys_greek2"
|
||||||
<Key
|
|
||||||
latin:keyLabel="α"
|
|
||||||
latin:moreKeys="ά"
|
|
||||||
latin:keyXPos="4.5%p" />
|
latin:keyXPos="4.5%p" />
|
||||||
<!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="σ" />
|
|
||||||
<!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="δ" />
|
|
||||||
<!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="φ" />
|
|
||||||
<!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="γ" />
|
|
||||||
<!-- U+03B7: "η" GREEK SMALL LETTER ETA
|
|
||||||
U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="η"
|
|
||||||
latin:moreKeys="ή" />
|
|
||||||
<!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ξ" />
|
|
||||||
<!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="κ" />
|
|
||||||
<!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="λ" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="enterKeyStyle"
|
latin:keyStyle="enterKeyStyle"
|
||||||
latin:keyXPos="-14.6%p"
|
latin:keyXPos="-14.6%p"
|
||||||
|
@ -138,29 +50,8 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="shiftKeyStyle"
|
latin:keyStyle="shiftKeyStyle"
|
||||||
latin:keyWidth="10.0%p" />
|
latin:keyWidth="10.0%p" />
|
||||||
<!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA -->
|
<include
|
||||||
<Key
|
latin:keyboardLayout="@xml/rowkeys_greek3" />
|
||||||
latin:keyLabel="ζ" />
|
|
||||||
<!-- U+03C7: "χ" GREEK SMALL LETTER CHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="χ" />
|
|
||||||
<!-- U+03C8: "ψ" GREEK SMALL LETTER PSI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ψ" />
|
|
||||||
<!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA
|
|
||||||
U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ω"
|
|
||||||
latin:moreKeys="ώ" />
|
|
||||||
<!-- U+03B2: "β" GREEK SMALL LETTER BETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="β" />
|
|
||||||
<!-- U+03BD: "ν" GREEK SMALL LETTER NU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ν" />
|
|
||||||
<!-- U+03BC: "μ" GREEK SMALL LETTER MU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="μ" />
|
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/keys_comma_period" />
|
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||||
<include
|
<include
|
||||||
|
|
|
@ -30,71 +30,8 @@
|
||||||
latin:keyStyle="tabKeyStyle"
|
latin:keyStyle="tabKeyStyle"
|
||||||
latin:keyLabelFlags="alignLeft"
|
latin:keyLabelFlags="alignLeft"
|
||||||
latin:keyWidth="7.969%p" />
|
latin:keyWidth="7.969%p" />
|
||||||
<Key
|
<include
|
||||||
latin:keyLabel=";"
|
latin:keyboardLayout="@xml/rowkeys_greek1" />
|
||||||
latin:keyHintLabel=":"
|
|
||||||
latin:moreKeys=":"
|
|
||||||
latin:keyStyle="hasShiftedLetterHintStyle" />
|
|
||||||
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
|
||||||
<!--
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
||||||
>
|
|
||||||
U+0385: "΅" GREEK DIALYTIKA TONOS
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="΅" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
-->
|
|
||||||
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ς"
|
|
||||||
latin:keyLabelFlags="preserveCase" />
|
|
||||||
<!--
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
-->
|
|
||||||
<!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
|
|
||||||
U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ε"
|
|
||||||
latin:moreKeys="έ" />
|
|
||||||
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ρ" />
|
|
||||||
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="τ" />
|
|
||||||
<!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
|
|
||||||
U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
|
|
||||||
U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
|
||||||
U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="υ"
|
|
||||||
latin:moreKeys="ύ,ϋ,ΰ" />
|
|
||||||
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="θ" />
|
|
||||||
<!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
|
|
||||||
U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
|
|
||||||
U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
|
||||||
U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ι"
|
|
||||||
latin:moreKeys="ί,ϊ,ΐ" />
|
|
||||||
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
|
||||||
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ο"
|
|
||||||
latin:moreKeys="ό" />
|
|
||||||
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="π" />
|
|
||||||
<Key
|
|
||||||
latin:keyStyle="deleteKeyStyle"
|
|
||||||
latin:keyXPos="-9.219%p"
|
|
||||||
latin:keyWidth="fillBoth" />
|
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="8.125%p"
|
latin:keyWidth="8.125%p"
|
||||||
|
@ -103,37 +40,8 @@
|
||||||
latin:keyStyle="toSymbolKeyStyle"
|
latin:keyStyle="toSymbolKeyStyle"
|
||||||
latin:keyLabelFlags="alignLeft"
|
latin:keyLabelFlags="alignLeft"
|
||||||
latin:keyWidth="11.172%p"/>
|
latin:keyWidth="11.172%p"/>
|
||||||
<!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
|
<include
|
||||||
U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
|
latin:keyboardLayout="@xml/rowkeys_greek2" />
|
||||||
<Key
|
|
||||||
latin:keyLabel="α"
|
|
||||||
latin:moreKeys="ά" />
|
|
||||||
<!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="σ" />
|
|
||||||
<!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="δ" />
|
|
||||||
<!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="φ" />
|
|
||||||
<!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="γ" />
|
|
||||||
<!-- U+03B7: "η" GREEK SMALL LETTER ETA
|
|
||||||
U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="η"
|
|
||||||
latin:moreKeys="ή" />
|
|
||||||
<!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ξ" />
|
|
||||||
<!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="κ" />
|
|
||||||
<!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="λ" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="enterKeyStyle"
|
latin:keyStyle="enterKeyStyle"
|
||||||
latin:keyXPos="-15.704%p"
|
latin:keyXPos="-15.704%p"
|
||||||
|
@ -145,29 +53,8 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="shiftKeyStyle"
|
latin:keyStyle="shiftKeyStyle"
|
||||||
latin:keyWidth="13.829%p" />
|
latin:keyWidth="13.829%p" />
|
||||||
<!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA -->
|
<include
|
||||||
<Key
|
latin:keyboardLayout="@xml/rowkeys_greek3" />
|
||||||
latin:keyLabel="ζ" />
|
|
||||||
<!-- U+03C7: "χ" GREEK SMALL LETTER CHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="χ" />
|
|
||||||
<!-- U+03C8: "ψ" GREEK SMALL LETTER PSI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ψ" />
|
|
||||||
<!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA
|
|
||||||
U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ω"
|
|
||||||
latin:moreKeys="ώ" />
|
|
||||||
<!-- U+03B2: "β" GREEK SMALL LETTER BETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="β" />
|
|
||||||
<!-- U+03BD: "ν" GREEK SMALL LETTER NU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ν" />
|
|
||||||
<!-- U+03BC: "μ" GREEK SMALL LETTER MU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="μ" />
|
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/keys_comma_period" />
|
latin:keyboardLayout="@xml/keys_comma_period" />
|
||||||
<Key
|
<Key
|
||||||
|
|
|
@ -0,0 +1,118 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2012, 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:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=":"
|
||||||
|
latin:keyHintLabel="1"
|
||||||
|
latin:moreKeys=";"
|
||||||
|
latin:additionalMoreKeys="1" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=";"
|
||||||
|
latin:keyHintLabel="1"
|
||||||
|
latin:moreKeys=":"
|
||||||
|
latin:additionalMoreKeys="1" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
||||||
|
<!--
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||||
|
>
|
||||||
|
U+0385: "΅" GREEK DIALYTIKA TONOS
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="΅"
|
||||||
|
latin:keyHintLabel="2"
|
||||||
|
latin:additionalMoreKeys="2" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
-->
|
||||||
|
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ς"
|
||||||
|
latin:keyLabelFlags="preserveCase"
|
||||||
|
latin:keyHintLabel="2"
|
||||||
|
latin:additionalMoreKeys="2" />
|
||||||
|
<!--
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
|
-->
|
||||||
|
<!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
|
||||||
|
U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ε"
|
||||||
|
latin:keyHintLabel="3"
|
||||||
|
latin:additionalMoreKeys="3"
|
||||||
|
latin:moreKeys="έ" />
|
||||||
|
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ρ"
|
||||||
|
latin:keyHintLabel="4"
|
||||||
|
latin:additionalMoreKeys="4" />
|
||||||
|
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="τ"
|
||||||
|
latin:keyHintLabel="5"
|
||||||
|
latin:additionalMoreKeys="5" />
|
||||||
|
<!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
|
||||||
|
U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
|
||||||
|
U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
||||||
|
U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="υ"
|
||||||
|
latin:keyHintLabel="6"
|
||||||
|
latin:additionalMoreKeys="6"
|
||||||
|
latin:moreKeys="ύ,ϋ,ΰ" />
|
||||||
|
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="θ"
|
||||||
|
latin:keyHintLabel="7"
|
||||||
|
latin:additionalMoreKeys="7" />
|
||||||
|
<!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
|
||||||
|
U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
|
||||||
|
U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
||||||
|
U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ι"
|
||||||
|
latin:keyHintLabel="8"
|
||||||
|
latin:additionalMoreKeys="8"
|
||||||
|
latin:moreKeys="ί,ϊ,ΐ" />
|
||||||
|
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
||||||
|
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ο"
|
||||||
|
latin:keyHintLabel="9"
|
||||||
|
latin:additionalMoreKeys="9"
|
||||||
|
latin:moreKeys="ό" />
|
||||||
|
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="π"
|
||||||
|
latin:keyHintLabel="0"
|
||||||
|
latin:additionalMoreKeys="0" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2012, 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"
|
||||||
|
>
|
||||||
|
<!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
|
||||||
|
U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="α"
|
||||||
|
latin:moreKeys="ά" />
|
||||||
|
<!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="σ" />
|
||||||
|
<!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="δ" />
|
||||||
|
<!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="φ" />
|
||||||
|
<!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="γ" />
|
||||||
|
<!-- U+03B7: "η" GREEK SMALL LETTER ETA
|
||||||
|
U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="η"
|
||||||
|
latin:moreKeys="ή" />
|
||||||
|
<!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ξ" />
|
||||||
|
<!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="κ" />
|
||||||
|
<!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="λ" />
|
||||||
|
</merge>
|
|
@ -0,0 +1,47 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
/*
|
||||||
|
**
|
||||||
|
** Copyright 2012, 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"
|
||||||
|
>
|
||||||
|
<!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ζ" />
|
||||||
|
<!-- U+03C7: "χ" GREEK SMALL LETTER CHI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="χ" />
|
||||||
|
<!-- U+03C8: "ψ" GREEK SMALL LETTER PSI -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ψ" />
|
||||||
|
<!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA
|
||||||
|
U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ω"
|
||||||
|
latin:moreKeys="ώ" />
|
||||||
|
<!-- U+03B2: "β" GREEK SMALL LETTER BETA -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="β" />
|
||||||
|
<!-- U+03BD: "ν" GREEK SMALL LETTER NU -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="ν" />
|
||||||
|
<!-- U+03BC: "μ" GREEK SMALL LETTER MU -->
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="μ" />
|
||||||
|
</merge>
|
|
@ -26,138 +26,15 @@
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="10%p"
|
||||||
>
|
>
|
||||||
<switch>
|
<include
|
||||||
<case
|
latin:keyboardLayout="@xml/rowkeys_greek1" />
|
||||||
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
||||||
>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=":"
|
|
||||||
latin:keyHintLabel="1"
|
|
||||||
latin:moreKeys=";"
|
|
||||||
latin:additionalMoreKeys="1" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
<Key
|
|
||||||
latin:keyLabel=";"
|
|
||||||
latin:keyHintLabel="1"
|
|
||||||
latin:moreKeys=":"
|
|
||||||
latin:additionalMoreKeys="1" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
|
||||||
<!--
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
||||||
>
|
|
||||||
U+0385: "΅" GREEK DIALYTIKA TONOS
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="΅"
|
|
||||||
latin:keyHintLabel="2"
|
|
||||||
latin:additionalMoreKeys="2" />
|
|
||||||
</case>
|
|
||||||
<default>
|
|
||||||
-->
|
|
||||||
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ς"
|
|
||||||
latin:keyLabelFlags="preserveCase"
|
|
||||||
latin:keyHintLabel="2"
|
|
||||||
latin:additionalMoreKeys="2" />
|
|
||||||
<!--
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
-->
|
|
||||||
<!-- U+03B5: "ε" GREEK SMALL LETTER EPSILON
|
|
||||||
U+03AD: "έ" GREEK SMALL LETTER EPSILON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ε"
|
|
||||||
latin:keyHintLabel="3"
|
|
||||||
latin:additionalMoreKeys="3"
|
|
||||||
latin:moreKeys="έ" />
|
|
||||||
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ρ"
|
|
||||||
latin:keyHintLabel="4"
|
|
||||||
latin:additionalMoreKeys="4" />
|
|
||||||
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="τ"
|
|
||||||
latin:keyHintLabel="5"
|
|
||||||
latin:additionalMoreKeys="5" />
|
|
||||||
<!-- U+03C5: "υ" GREEK SMALL LETTER UPSILON
|
|
||||||
U+03CD: "ύ" GREEK SMALL LETTER UPSILON WITH TONOS
|
|
||||||
U+03CB: "ϋ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA
|
|
||||||
U+03B0: "ΰ" GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="υ"
|
|
||||||
latin:keyHintLabel="6"
|
|
||||||
latin:additionalMoreKeys="6"
|
|
||||||
latin:moreKeys="ύ,ϋ,ΰ" />
|
|
||||||
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="θ"
|
|
||||||
latin:keyHintLabel="7"
|
|
||||||
latin:additionalMoreKeys="7" />
|
|
||||||
<!-- U+03B9: "ι" GREEK SMALL LETTER IOTA
|
|
||||||
U+03AF: "ί" GREEK SMALL LETTER IOTA WITH TONOS
|
|
||||||
U+03CA: "ϊ" GREEK SMALL LETTER IOTA WITH DIALYTIKA
|
|
||||||
U+0390: "ΐ" GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ι"
|
|
||||||
latin:keyHintLabel="8"
|
|
||||||
latin:additionalMoreKeys="8"
|
|
||||||
latin:moreKeys="ί,ϊ,ΐ" />
|
|
||||||
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
|
||||||
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ο"
|
|
||||||
latin:keyHintLabel="9"
|
|
||||||
latin:additionalMoreKeys="9"
|
|
||||||
latin:moreKeys="ό" />
|
|
||||||
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="π"
|
|
||||||
latin:keyHintLabel="0"
|
|
||||||
latin:additionalMoreKeys="0"
|
|
||||||
latin:keyWidth="fillRight" />
|
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="10%p"
|
||||||
>
|
>
|
||||||
<!-- U+03B1: "α" GREEK SMALL LETTER ALPHA
|
<include
|
||||||
U+03AC: "ά" GREEK SMALL LETTER ALPHA WITH TONOS -->
|
latin:keyboardLayout="@xml/rowkeys_greek2"
|
||||||
<Key
|
|
||||||
latin:keyLabel="α"
|
|
||||||
latin:moreKeys="ά"
|
|
||||||
latin:keyXPos="5%p" />
|
latin:keyXPos="5%p" />
|
||||||
<!-- U+03C3: "σ" GREEK SMALL LETTER SIGMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="σ" />
|
|
||||||
<!-- U+03B4: "δ" GREEK SMALL LETTER DELTA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="δ" />
|
|
||||||
<!-- U+03C6: "φ" GREEK SMALL LETTER PHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="φ" />
|
|
||||||
<!-- U+03B3: "γ" GREEK SMALL LETTER GAMMA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="γ" />
|
|
||||||
<!-- U+03B7: "η" GREEK SMALL LETTER ETA
|
|
||||||
U+03AE: "ή" GREEK SMALL LETTER ETA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="η"
|
|
||||||
latin:moreKeys="ή" />
|
|
||||||
<!-- U+03BE: "ξ" GREEK SMALL LETTER XI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ξ" />
|
|
||||||
<!-- U+03BA: "κ" GREEK SMALL LETTER KAPPA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="κ" />
|
|
||||||
<!-- U+03BB: "λ" GREEK SMALL LETTER LAMDA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="λ" />
|
|
||||||
<!-- Here is 5%p space -->
|
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="10%p"
|
||||||
|
@ -166,34 +43,13 @@
|
||||||
latin:keyStyle="shiftKeyStyle"
|
latin:keyStyle="shiftKeyStyle"
|
||||||
latin:keyWidth="15%p"
|
latin:keyWidth="15%p"
|
||||||
latin:visualInsetsRight="1%p" />
|
latin:visualInsetsRight="1%p" />
|
||||||
<!-- U+03B6: "ζ" GREEK SMALL LETTER ZETA -->
|
<include
|
||||||
<Key
|
latin:keyboardLayout="@xml/rowkeys_greek3" />
|
||||||
latin:keyLabel="ζ" />
|
|
||||||
<!-- U+03C7: "χ" GREEK SMALL LETTER CHI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="χ" />
|
|
||||||
<!-- U+03C8: "ψ" GREEK SMALL LETTER PSI -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ψ" />
|
|
||||||
<!-- U+03C9: "ω" GREEK SMALL LETTER OMEGA
|
|
||||||
U+03CE: "ώ" GREEK SMALL LETTER OMEGA WITH TONOS -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ω"
|
|
||||||
latin:moreKeys="ώ" />
|
|
||||||
<!-- U+03B2: "β" GREEK SMALL LETTER BETA -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="β" />
|
|
||||||
<!-- U+03BD: "ν" GREEK SMALL LETTER NU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="ν" />
|
|
||||||
<!-- U+03BC: "μ" GREEK SMALL LETTER MU -->
|
|
||||||
<Key
|
|
||||||
latin:keyLabel="μ" />
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="deleteKeyStyle"
|
latin:keyStyle="deleteKeyStyle"
|
||||||
latin:keyWidth="fillRight"
|
latin:keyWidth="fillRight"
|
||||||
latin:visualInsetsLeft="1%p" />
|
latin:visualInsetsLeft="1%p" />
|
||||||
</Row>
|
</Row>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/row_qwerty4" />
|
latin:keyboardLayout="@xml/row_qwerty4" />
|
||||||
</merge>
|
</merge>
|
||||||
|
|
Loading…
Reference in New Issue