mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Keyboard: add S diacritics (#4890)
This commit is contained in:
@@ -4,6 +4,8 @@ local _A_ = en_popup._A_
|
||||
local _a_ = en_popup._a_
|
||||
local _E_ = en_popup._E_
|
||||
local _e_ = en_popup._e_
|
||||
local _S_ = en_popup._S_
|
||||
local _s_ = en_popup._s_
|
||||
|
||||
return {
|
||||
shiftmode_keys = {["Shift"] = true},
|
||||
@@ -27,7 +29,7 @@ return {
|
||||
-- second row
|
||||
{ -- 1 2 3 4 5 6 7 8 9 10 11 12
|
||||
{ _A_, _a_, "…", _at, "Ф", "ф", "*", "0", "Ê", "ê", "Ş", "ş", },
|
||||
{ "S", "s", "$", "4", "Ы", "ы", "+", "4", "Ë", "ë", "İ", "ı", },
|
||||
{ _S_, _s_, "$", "4", "Ы", "ы", "+", "4", "Ë", "ë", "İ", "ı", },
|
||||
{ "D", "d", "%", "5", "В", "в", "-", "5", "Î", "î", "Ğ", "ğ", },
|
||||
{ "F", "f", "^", "6", "А", "а", "=", "6", "Ï", "ï", "Ć", "ć", },
|
||||
{ "G", "g", ":", ";", "П", "п", "Ү", "ү", "Ô", "ô", "Č", "č", },
|
||||
|
||||
@@ -57,4 +57,32 @@ return {
|
||||
"ē",
|
||||
"ě",
|
||||
},
|
||||
_S_ = {
|
||||
"S",
|
||||
north = "ẞ",
|
||||
northeast = "Ś",
|
||||
northwest = "ſ",
|
||||
east = "Ŝ",
|
||||
west = "Š",
|
||||
south = "Ş",
|
||||
southeast = "$",
|
||||
southwest = "Ṣ",
|
||||
"Σ",
|
||||
"σ",
|
||||
"ς",
|
||||
},
|
||||
_s_ = {
|
||||
"s",
|
||||
north = "ß",
|
||||
northeast = "ś",
|
||||
northwest = "ſ",
|
||||
east = "ŝ",
|
||||
west = "š",
|
||||
south = "ş",
|
||||
southeast = "$",
|
||||
southwest = "ṣ",
|
||||
"Σ",
|
||||
"σ",
|
||||
"ς",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user