mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-26 01:26:35 +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
39
app/src/main/assets/layouts/hungarian_extended_qwertz.txt
Normal file
39
app/src/main/assets/layouts/hungarian_extended_qwertz.txt
Normal 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
|
|
@ -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
Reference in a new issue