You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/data/keyboardlayouts/keypopup/en_popup.lua

89 lines
1.6 KiB
Lua

return {
_at = {
"@",
north = "",
northeast = "",
northwest = "",
},
_A_ = {
"A",
north = "Ä",
northeast = "Á",
northwest = "À",
east = "Â",
west = "Ã",
south = "Ą",
southeast = "Æ",
southwest = "Å",
"Ā",
"Ǎ",
},
_a_ = {
"a",
north = "ä",
northeast = "á",
northwest = "à",
east = "â",
west = "ã",
south = "ą",
southeast = "æ",
southwest = "å",
"ā",
"ǎ",
},
_E_ = {
"E",
north = "Ë",
northeast = "É",
northwest = "È",
east = "Ê",
west = "",
south = "Ę",
southeast = "",
southwest = "Ė",
"Ē",
"Ě",
},
_e_ = {
"e",
north = "ë",
northeast = "é",
northwest = "è",
east = "ê",
west = "",
south = "ę",
southeast = "",
southwest = "ė",
"ē",
"ě",
},
_S_ = {
"S",
north = "",
northeast = "Ś",
northwest = "ſ",
east = "Ŝ",
west = "Š",
south = "Ş",
southeast = "$",
southwest = "",
"Σ",
"σ",
"ς",
},
_s_ = {
"s",
north = "ß",
northeast = "ś",
northwest = "ſ",
east = "ŝ",
west = "š",
south = "ş",
southeast = "$",
southwest = "",
"Σ",
"σ",
"ς",
},
}