Added ß to German Layout

This commit is contained in:
mahmoudk1000 2021-04-28 21:50:30 +02:00 committed by Daniele Laudani
parent 42f09c0438
commit ef7c4ba318
2 changed files with 13 additions and 2 deletions

View file

@ -27,4 +27,17 @@
<!-- b,n,m -->
<include
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>

View file

@ -54,8 +54,6 @@
latin:keyStyle="shiftKeyStyle"
latin:keyWidth="15%p"
latin:visualInsetsRight="1%p" />
<Spacer
latin:keyWidth="2.8%p" />
<include
latin:keyboardLayout="@xml/rowkeys_german3" />
<Key