mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix PC Qwerty shift locked layout
Bug: 13537661 Change-Id: I5b3645a64126118e22f44c262123076e85d7f83e
This commit is contained in:
parent
f0229934fc
commit
a49be9b112
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="["
|
latin:keySpec="["
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec=";"
|
latin:keySpec=";"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec=","
|
latin:keySpec=","
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
<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:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="`"
|
latin:keySpec="`"
|
||||||
latin:keyHintLabel="~"
|
latin:keyHintLabel="~"
|
||||||
@ -104,4 +108,11 @@
|
|||||||
latin:additionalMoreKeys="+"
|
latin:additionalMoreKeys="+"
|
||||||
latin:keyStyle="hasShiftedLetterHintStyle"
|
latin:keyStyle="hasShiftedLetterHintStyle"
|
||||||
latin:moreKeys="∞,≠,≈" />
|
latin:moreKeys="∞,≠,≈" />
|
||||||
|
</case>
|
||||||
|
<!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted" -->
|
||||||
|
<default>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_pcqwerty1_shift" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
</merge>
|
</merge>
|
||||||
|
@ -25,20 +25,9 @@
|
|||||||
latin:keyboardLayout="@xml/key_styles_common" />
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="7.0%p"
|
latin:keyWidth="7.0%p"
|
||||||
>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_pcqwerty1" />
|
latin:keyboardLayout="@xml/rowkeys_pcqwerty1" />
|
||||||
</case>
|
|
||||||
<!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" -->
|
|
||||||
<default>
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/rowkeys_pcqwerty1_shift" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="deleteKeyStyle"
|
latin:keyStyle="deleteKeyStyle"
|
||||||
latin:keyWidth="fillRight" />
|
latin:keyWidth="fillRight" />
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="["
|
latin:keySpec="["
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec=";"
|
latin:keySpec=";"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
>
|
>
|
||||||
<switch>
|
<switch>
|
||||||
<case
|
<case
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
>
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec=","
|
latin:keySpec=","
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
<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:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted|alphabetShiftLocked"
|
||||||
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keySpec="`"
|
latin:keySpec="`"
|
||||||
latin:additionalMoreKeys="~" />
|
latin:additionalMoreKeys="~" />
|
||||||
@ -78,4 +82,11 @@
|
|||||||
latin:keySpec="="
|
latin:keySpec="="
|
||||||
latin:additionalMoreKeys="+"
|
latin:additionalMoreKeys="+"
|
||||||
latin:moreKeys="!fixedColumnOrder!4,∞,≠,≈,%" />
|
latin:moreKeys="!fixedColumnOrder!4,∞,≠,≈,%" />
|
||||||
|
</case>
|
||||||
|
<!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted" -->
|
||||||
|
<default>
|
||||||
|
<include
|
||||||
|
latin:keyboardLayout="@xml/rowkeys_pcqwerty1_shift" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
</merge>
|
</merge>
|
||||||
|
@ -25,20 +25,9 @@
|
|||||||
latin:keyboardLayout="@xml/key_styles_common" />
|
latin:keyboardLayout="@xml/key_styles_common" />
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="7.692%p"
|
latin:keyWidth="7.692%p"
|
||||||
>
|
|
||||||
<switch>
|
|
||||||
<case
|
|
||||||
latin:keyboardLayoutSetElement="alphabet|alphabetAutomaticShifted"
|
|
||||||
>
|
>
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_pcqwerty1" />
|
latin:keyboardLayout="@xml/rowkeys_pcqwerty1" />
|
||||||
</case>
|
|
||||||
<!-- keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetShiftLockShifted" -->
|
|
||||||
<default>
|
|
||||||
<include
|
|
||||||
latin:keyboardLayout="@xml/rowkeys_pcqwerty1_shift" />
|
|
||||||
</default>
|
|
||||||
</switch>
|
|
||||||
</Row>
|
</Row>
|
||||||
<Row
|
<Row
|
||||||
latin:keyWidth="7.692%p"
|
latin:keyWidth="7.692%p"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user