2012-03-09 07:23:06 +00:00
|
|
|
|
<?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"
|
|
|
|
|
>
|
2014-03-11 03:48:35 +00:00
|
|
|
|
<switch>
|
|
|
|
|
<case
|
|
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
|
|
|
|
>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keySpec=":"
|
|
|
|
|
latin:keyHintLabel="1"
|
|
|
|
|
latin:moreKeys=";"
|
|
|
|
|
latin:additionalMoreKeys="1" />
|
|
|
|
|
</case>
|
|
|
|
|
<default>
|
|
|
|
|
<Key
|
|
|
|
|
latin:keySpec=";"
|
|
|
|
|
latin:keyHintLabel="1"
|
|
|
|
|
latin:moreKeys=":"
|
|
|
|
|
latin:additionalMoreKeys="1" />
|
|
|
|
|
</default>
|
|
|
|
|
</switch>
|
2012-03-09 07:23:06 +00:00
|
|
|
|
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
|
|
|
|
|
<!--
|
|
|
|
|
<switch>
|
|
|
|
|
<case
|
2012-04-04 05:30:42 +00:00
|
|
|
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
>
|
|
|
|
|
U+0385: "΅" GREEK DIALYTIKA TONOS
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="΅"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="2"
|
|
|
|
|
latin:additionalMoreKeys="2" />
|
|
|
|
|
</case>
|
|
|
|
|
<default>
|
|
|
|
|
-->
|
|
|
|
|
<!-- U+03C2: "ς" GREEK SMALL LETTER FINAL SIGMA -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ς"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
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
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ε"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="3"
|
|
|
|
|
latin:additionalMoreKeys="3"
|
|
|
|
|
latin:moreKeys="έ" />
|
|
|
|
|
<!-- U+03C1: "ρ" GREEK SMALL LETTER RHO -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ρ"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="4"
|
|
|
|
|
latin:additionalMoreKeys="4" />
|
|
|
|
|
<!-- U+03C4: "τ" GREEK SMALL LETTER TAU -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="τ"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
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
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="υ"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="6"
|
|
|
|
|
latin:additionalMoreKeys="6"
|
|
|
|
|
latin:moreKeys="ύ,ϋ,ΰ" />
|
|
|
|
|
<!-- U+03B8: "θ" GREEK SMALL LETTER THETA -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="θ"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
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
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ι"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="8"
|
|
|
|
|
latin:additionalMoreKeys="8"
|
|
|
|
|
latin:moreKeys="ί,ϊ,ΐ" />
|
|
|
|
|
<!-- U+03BF: "ο" GREEK SMALL LETTER OMICRON
|
|
|
|
|
U+03CC: "ό" GREEK SMALL LETTER OMICRON WITH TONOS -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="ο"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="9"
|
|
|
|
|
latin:additionalMoreKeys="9"
|
|
|
|
|
latin:moreKeys="ό" />
|
|
|
|
|
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
|
|
|
|
<Key
|
2014-02-06 06:11:05 +00:00
|
|
|
|
latin:keySpec="π"
|
2012-03-09 07:23:06 +00:00
|
|
|
|
latin:keyHintLabel="0"
|
|
|
|
|
latin:additionalMoreKeys="0" />
|
|
|
|
|
</merge>
|