mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-11 08:59:33 +00:00
Add a Hebrew 1452-2 layout (#1288)
This commit is contained in:
parent
df37e3589e
commit
8931f79b62
3 changed files with 98 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue