Add German Keyboard with Umlauts

This commit defines a new keyboard German (Germany) (country code de_DE) that includes the most important Umlauts äöü. The default alternate characters on longpress are set to the numbers, for u and o, since ü and ö have their own keys. ß is the new default alternate char for s.
The old German (country code de) keyboard based on a QWERTZ layout without umlauts remains in place.
This commit is contained in:
Hagen Echzell 2021-01-11 22:36:53 +01:00 committed by Daniele Laudani
parent 52c0e90902
commit c14c3cbc7d
9 changed files with 371 additions and 0 deletions

View file

@ -36,6 +36,7 @@
cs: Czech/qwertz
da: Danish/nordic
de: German/qwertz
de_DE: German (Germany)/german
de_CH: German (Switzerland)/swiss
el: Greek/greek
en_AU: English (Australia)/qwerty
@ -266,6 +267,14 @@
android:imeSubtypeExtraValue="KeyboardLayoutSet=swiss,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
android:isAsciiCapable="true"
/>
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x00"
android:imeSubtypeLocale="de_DE"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=german,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
android:isAsciiCapable="true"
/>
<subtype android:icon="@drawable/ic_ime_switcher_dark"
android:label="@string/subtype_generic"
android:subtypeId="0x0e7802d3"