Merge "Add ":" to ";" key on Greek keyboard"
This commit is contained in:
commit
6460a83546
3 changed files with 26 additions and 6 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -26,10 +26,24 @@
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="10%p"
|
latin:keyWidth="10%p"
|
||||||
>
|
>
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardSetElement="alphabetManualShifted|alphabetShiftLockShifted"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=":"
|
||||||
|
latin:keyHintLabel="1"
|
||||||
|
latin:moreKeys=";"
|
||||||
|
latin:additionalMoreKeys="1" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=";"
|
latin:keyLabel=";"
|
||||||
latin:keyHintLabel="1"
|
latin:keyHintLabel="1"
|
||||||
|
latin:moreKeys=":"
|
||||||
latin:additionalMoreKeys="1" />
|
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>
|
||||||
|
|
Loading…
Reference in a new issue