am a13096db
: Merge "Fix PC Qwerty shift locked layout"
* commit 'a13096db38528289043892e574b319b5463872cd': Fix PC Qwerty shift locked layout
This commit is contained in:
commit
3f241c3386
10 changed files with 172 additions and 172 deletions
|
@ -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=","
|
||||||
|
|
|
@ -20,6 +20,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="`"
|
||||||
|
@ -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=","
|
||||||
|
|
|
@ -20,6 +20,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="`"
|
||||||
|
@ -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…
Reference in a new issue