mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-02 12:52:15 +00:00
Add Hungarian (Extended) layout (#774)
This commit is contained in:
parent
71ddc20041
commit
f825436449
2 changed files with 49 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
hi_ZZ: Hinglish/qwerty # This is a preliminary keyboard layout.
|
||||
hr: Croatian/qwertz
|
||||
hu: Hungarian/qwertz
|
||||
hu: Hungarian/hungarian_qwertz
|
||||
hu_HU: Hungarian/qwerty
|
||||
hy_AM: Armenian (Armenia) Phonetic/armenian_phonetic
|
||||
in: Indonesian/qwerty # "id" is the official language code of Indonesian.
|
||||
|
@ -501,6 +502,15 @@
|
|||
android:imeSubtypeExtraValue="KeyboardLayoutSet=qwertz,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic_extended"
|
||||
android:subtypeId="0x35e198ee"
|
||||
android:imeSubtypeLocale="hu"
|
||||
android:languageTag="hu"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hungarian_extended_qwertz,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xe39ac3ca"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue