mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Keyboard popup: minor changes to S (#4918)
Split sigma into upper and lowercase to make room for esh.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user