re-add som symbol keys on a few layouts

were removed in 2c03623b8a
better would be adding them to the symbols layout
  would require different symbols layout for those layouts
  or symbol layout that gets cut down to number of keys of base layout
This commit is contained in:
Helium314 2023-12-31 11:12:33 +01:00
parent 3da9f67940
commit e90d4a1633
12 changed files with 16 additions and 82 deletions

View file

@ -21,7 +21,7 @@
{ "label": "j" }, { "label": "j" },
{ "label": "k" }, { "label": "k" },
{ "label": "l" }, { "label": "l" },
{ "label": "m" } { "label": "m", "popup": { "main": { "label": "/" } } }
], ],
[ [
{ "label": "w" }, { "label": "w" },

View file

@ -29,5 +29,5 @@
і і
т т
ь ь
б б <
ю ю >

View file

@ -18,7 +18,7 @@ t
s s
r r
n n
m m /
y y
x x

View file

@ -24,7 +24,7 @@
{ "label": "n" }, { "label": "n" },
{ "label": "e" }, { "label": "e" },
{ "label": "i" }, { "label": "i" },
{ "label": "o" } { "label": "o", "popup": { "main": { "label": "…" } } }
], ],
[ [
{ "label": "z" }, { "label": "z" },

View file

@ -24,7 +24,7 @@
{ "label": "n" }, { "label": "n" },
{ "label": "e" }, { "label": "e" },
{ "label": "i" }, { "label": "i" },
{ "label": "o" } { "label": "o", "popup": { "main": { "label": "…" } } }
], ],
[ [
{ "label": "z" }, { "label": "z" },

View file

@ -18,7 +18,7 @@ t
a a
e e
o o
i i /
m m
v v

View file

@ -1,33 +0,0 @@
й
ц
у
к
е
н
г
ш
щ
з
х
ф
ы
в
а
п
р
о
л
д
ж
э
я
ч
с
м
и
т
ь
б
ю

View file

@ -1,33 +0,0 @@
й
ц
у
к
е
н
г
ш
щ
з
х
ф
ы
в
а
п
р
о
л
д
ж
э
я
ч
с
м
и
т
ь
б
ю

View file

@ -29,5 +29,5 @@
и и
т т
ь ь
б б <
ю ю >

View file

@ -29,5 +29,5 @@
и и
т т
ь ь
б б <
ю ю >

View file

@ -18,7 +18,7 @@ y
n n
e e
o o
i i /
z z
x x

View file

@ -57,10 +57,10 @@
it_CH: Italian (Switzerland)/qwertz+ it_CH: Italian (Switzerland)/qwertz+
iw: Hebrew/hebrew # "he" is the official language code of Hebrew. iw: Hebrew/hebrew # "he" is the official language code of Hebrew.
ka_GE: Georgian (Georgia)/georgian ka_GE: Georgian (Georgia)/georgian
kk: Kazakh/kk kk: Kazakh/ru
km_KH: Khmer (Cambodia)/khmer km_KH: Khmer (Cambodia)/khmer
kn_IN: Kannada (India)/kannada kn_IN: Kannada (India)/kannada
ky: Kyrgyz/ky ky: Kyrgyz/ru
lo_LA: Lao (Laos)/lao lo_LA: Lao (Laos)/lao
lt: Lithuanian/qwerty lt: Lithuanian/qwerty
lv: Latvian/qwerty lv: Latvian/qwerty
@ -539,7 +539,7 @@
android:imeSubtypeLocale="kk" android:imeSubtypeLocale="kk"
android:languageTag="kk" android:languageTag="kk"
android:imeSubtypeMode="keyboard" android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=kk,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=ru,EmojiCapable"
android:isAsciiCapable="false" android:isAsciiCapable="false"
/> />
<subtype android:icon="@drawable/ic_ime_switcher" <subtype android:icon="@drawable/ic_ime_switcher"
@ -593,7 +593,7 @@
android:imeSubtypeLocale="ky" android:imeSubtypeLocale="ky"
android:languageTag="ky" android:languageTag="ky"
android:imeSubtypeMode="keyboard" android:imeSubtypeMode="keyboard"
android:imeSubtypeExtraValue="KeyboardLayoutSet=ky,EmojiCapable" android:imeSubtypeExtraValue="KeyboardLayoutSet=ru,EmojiCapable"
android:isAsciiCapable="false" android:isAsciiCapable="false"
/> />
<subtype android:icon="@drawable/ic_ime_switcher" <subtype android:icon="@drawable/ic_ime_switcher"