[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 6 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_ = {
"S", "S",
north = "", north = "", -- uppercase eszett
northeast = "Ś", northeast = "Ś",
northwest = "ſ", northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
east = "Ŝ", east = "Ŝ",
west = "Š", west = "Š",
south = "Ş", south = "Ş",
southeast = "$", southeast = "$",
southwest = "", southwest = "",
"Σ", "ſ", -- long s
"σ", "Σ", -- uppercase sigma
"ς",
}, },
_s_ = { _s_ = {
"s", "s",
north = "ß", north = "ß", -- lowercase eszett
northeast = "ś", northeast = "ś",
northwest = "ſ", northwest = "ʃ", -- esh, voiceless palato-alveolar fricative IPA
east = "ŝ", east = "ŝ",
west = "š", west = "š",
south = "ş", south = "ş",
southeast = "$", southeast = "$",
southwest = "", southwest = "",
"Σ", "ſ", -- long s
"σ", "σ", -- lowercase sigma
"ς", "ς", -- lowercase word-end sigma
}, },
_T_ = { _T_ = {
"T", "T",

Loading…
Cancel
Save