Add ":" to ";" key on Greek keyboard

Bug: 5679585
Change-Id: I92d4b4d1eff9561adbb1bae607a1c27b4b5168ba
main
Tadashi G. Takaoka 2012-03-09 12:14:47 +09:00
parent 427dfe37ec
commit b1de2912b8
3 changed files with 26 additions and 6 deletions

View File

@ -27,7 +27,10 @@
latin:keyWidth="9.0%p" latin:keyWidth="9.0%p"
> >
<Key <Key
latin:keyLabel=";" /> latin:keyLabel=";"
latin:keyHintLabel=":"
latin:moreKeys=":"
latin:keyStyle="hasShiftedLetterHintStyle" />
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. --> <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
<!-- <!--
<switch> <switch>

View File

@ -31,7 +31,10 @@
latin:keyLabelFlags="alignLeft" latin:keyLabelFlags="alignLeft"
latin:keyWidth="7.969%p" /> latin:keyWidth="7.969%p" />
<Key <Key
latin:keyLabel=";" /> latin:keyLabel=";"
latin:keyHintLabel=":"
latin:moreKeys=":"
latin:keyStyle="hasShiftedLetterHintStyle" />
<!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. --> <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
<!-- <!--
<switch> <switch>

View File

@ -26,10 +26,24 @@
<Row <Row
latin:keyWidth="10%p" latin:keyWidth="10%p"
> >
<Key <switch>
latin:keyLabel=";" <case
latin:keyHintLabel="1" latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
latin:additionalMoreKeys="1" /> >
<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. --> <!-- TODO: Should find a way to compound Greek dialytika tonos and other Greek letters. -->
<!-- <!--
<switch> <switch>