mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 14:19:08 +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
85
app/src/main/assets/layouts/hebrew_1452_2.json
Normal file
85
app/src/main/assets/layouts/hebrew_1452_2.json
Normal file
|
@ -0,0 +1,85 @@
|
|||
[
|
||||
[
|
||||
{ "label": "ץ", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "ש\u05c2" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ן", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "ש\u05c1" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ק", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b8" },
|
||||
{ "label": "\u05bb" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ר", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b3" }
|
||||
]
|
||||
} },
|
||||
{ "label": "א" },
|
||||
{ "label": "ט" },
|
||||
{ "label": "ו", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b9" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ת" },
|
||||
{ "label": "ם" },
|
||||
{ "label": "פ", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b2" },
|
||||
{ "label": "\u05b7" }
|
||||
]
|
||||
} }
|
||||
],
|
||||
[
|
||||
{ "label": "ש", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b0" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ד", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05bc" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ג" },
|
||||
{ "label": "כ" },
|
||||
{ "label": "ע" },
|
||||
{ "label": "י" },
|
||||
{ "label": "ח", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b4" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ל" },
|
||||
{ "label": "ך" },
|
||||
{ "label": "ף" }
|
||||
],
|
||||
[
|
||||
{ "label": "ז" },
|
||||
{ "label": "ס", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b6" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ב", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b1" }
|
||||
]
|
||||
} },
|
||||
{ "label": "ה" },
|
||||
{ "label": "נ" },
|
||||
{ "label": "מ" },
|
||||
{ "label": "צ", "popup": {
|
||||
"relevant": [
|
||||
{ "label": "\u05b5" }
|
||||
]
|
||||
} }
|
||||
]
|
||||
]
|
|
@ -86,6 +86,9 @@
|
|||
<!-- Description for Arabic (PC) subtype. -->
|
||||
<string name="subtype_arabic_pc" translatable="false">%s (PC)</string>
|
||||
|
||||
<!-- Description for Hebrew 2 subtype. -->
|
||||
<string name="subtype_hebrew_1452_2" translatable="false">%s (1452-2)</string>
|
||||
|
||||
<!-- App slogan-->
|
||||
<string name="app_slogan" translatable="false">100% FOSS keyboard, based on AOSP.</string>
|
||||
<!-- default value for auto-day/night setting -->
|
||||
|
|
|
@ -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
Reference in a new issue