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

Split sigma into upper and lowercase to make room for esh.
pull/4920/head
Frans de Jonge 5 years ago committed by GitHub
parent 06a73ba550
commit a507f753fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

Loading…
Cancel
Save