mirror of
https://github.com/koreader/koreader
synced 2024-11-11 19:11:14 +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:
parent
06a73ba550
commit
a507f753fb
@ -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…
Reference in New Issue
Block a user