Add a Hebrew 1452-2 layout (#1288)

This commit is contained in:
Eran Leshem 2025-01-14 00:13:06 +02:00 committed by GitHub
parent df37e3589e
commit 8931f79b62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 98 additions and 0 deletions

View file

@ -61,6 +61,7 @@
it: Italian/qwerty
it_CH: Italian (Switzerland)/qwertz+
iw: Hebrew/hebrew # "he" is the official language code of Hebrew.
iw: Hebrew/hebrew_1452_2 # "he" is the official language code of Hebrew.
ka_GE: Georgian (Georgia)/georgian
kab: Kabyle (Algeria)/azerty # This is a preliminary keyboard layout.
kk: Kazakh/russian
@ -578,6 +579,15 @@
android:imeSubtypeExtraValue="KeyboardLayoutSet=hebrew,NoShiftKey,SupportTouchPositionCorrection,EmojiCapable"
android:isAsciiCapable="false"
/>
<subtype android:icon="@drawable/ic_ime_switcher"
android:label="@string/subtype_hebrew_1452_2"
android:subtypeId="0x66fb18be"
android:imeSubtypeLocale="iw"
android:languageTag="he"
android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=hebrew_1452_2,NoShiftKey,SupportTouchPositionCorrection,EmojiCapable"
android:isAsciiCapable="false"
/>
<subtype android:icon="@drawable/ic_ime_switcher"
android:label="@string/subtype_generic"
android:subtypeId="0x2d5e7a1f"