Add Hungarian (Extended) layout (#774)

This commit is contained in:
tenextractor 2024-05-15 23:26:20 +05:30 committed by GitHub
parent 71ddc20041
commit f825436449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,39 @@
á
é
í
ó
ö
ő
ú
ü
ű
'
q
w
e
r
t
z
u
i
o
p
a
s
d
f
g
h
j
k
l
y
x
c
v
b
n
m

View file

@ -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"