[UX] Keyboard: add S diacritics (#4890)

pull/4892/head
Frans de Jonge 5 years ago committed by GitHub
parent 80953b5c4c
commit 2d5cbafd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "",
"Σ",
"σ",
"ς",
},
}

Loading…
Cancel
Save