mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-18 15:15:21 +00:00
Added ß to German Layout
This commit is contained in:
parent
42f09c0438
commit
ef7c4ba318
2 changed files with 13 additions and 2 deletions
|
@ -27,4 +27,17 @@
|
||||||
<!-- b,n,m -->
|
<!-- b,n,m -->
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_qwertz3_right3" />
|
latin:keyboardLayout="@xml/rowkeys_qwertz3_right3" />
|
||||||
|
<!-- ß -->
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLocked|alphabetAutomaticShifted|symbolsShifted"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ẞ" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<Key
|
||||||
|
latin:keySpec="ß" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
</merge>
|
</merge>
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
latin:keyStyle="shiftKeyStyle"
|
latin:keyStyle="shiftKeyStyle"
|
||||||
latin:keyWidth="15%p"
|
latin:keyWidth="15%p"
|
||||||
latin:visualInsetsRight="1%p" />
|
latin:visualInsetsRight="1%p" />
|
||||||
<Spacer
|
|
||||||
latin:keyWidth="2.8%p" />
|
|
||||||
<include
|
<include
|
||||||
latin:keyboardLayout="@xml/rowkeys_german3" />
|
latin:keyboardLayout="@xml/rowkeys_german3" />
|
||||||
<Key
|
<Key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue