[UX] Keyboard popup: minor changes to S (#4918)

Split sigma into upper and lowercase to make room for esh.
This commit is contained in:
Frans de Jonge
2019-04-14 09:50:39 +02:00
committed by GitHub
parent 06a73ba550
commit a507f753fb

View File

@@ -263,31 +263,30 @@ return {
},
_S_ = {
"S",
north = "",
north = "", -- uppercase eszett
northeast = "Ś",
northwest = "ſ",
northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
east = "Ŝ",
west = "Š",
south = "Ş",
southeast = "$",
southwest = "",
"Σ",
"σ",
"ς",
"ſ", -- long s
"Σ", -- uppercase sigma
},
_s_ = {
"s",
north = "ß",
north = "ß", -- lowercase eszett
northeast = "ś",
northwest = "ſ",
northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
east = "ŝ",
west = "š",
south = "ş",
southeast = "$",
southwest = "",
"Σ",
"σ",
"ς",
"ſ", -- long s
"σ", -- lowercase sigma
"ς", -- lowercase word-end sigma
},
_T_ = {
"T",