mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
Add Kabyle layout (#468)
This commit is contained in:
parent
1490ddddd8
commit
a0caa00a1d
3 changed files with 64 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
it_CH: Italian (Switzerland)/qwertz+
|
||||
iw: Hebrew/hebrew # "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/ru
|
||||
km_KH: Khmer (Cambodia)/khmer
|
||||
kn_IN: Kannada (India)/kannada
|
||||
|
@ -533,6 +534,15 @@
|
|||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hebrew,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x2d5e7a1f"
|
||||
android:imeSubtypeLocale="kab"
|
||||
android:languageTag="kab"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=kabyle,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x6e119e6a"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue