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

163 lines
2.9 KiB
Lua

return {
com = {
",",
north = ";",
northeast = "(",
northwest = "\\",
east = "?",
west = "¿",
"{",
"}",
"[",
},
prd = {
".",
north = ":",
northeast = ")",
northwest = "/",
east = "",
west = "!",
"]",
"-",
"_",
},
_at = {
"@",
north = "",
northeast = "",
northwest = "",
},
_A_ = {
"A",
north = "Ä",
northeast = "Á",
northwest = "À",
east = "Â",
west = "Ã",
south = "Ą",
southeast = "Æ",
southwest = "Å",
"Ā",
"Ǎ",
},
_a_ = {
"a",
north = "ä",
northeast = "á",
northwest = "à",
east = "â",
west = "ã",
south = "ą",
southeast = "æ",
southwest = "å",
"ā",
"ǎ",
},
_B_ = {
"B",
north = "Β",
northeast = "β",
northwest = "",
},
_b_ = {
"b",
north = "Β",
northeast = "β",
northwest = "",
},
_D_ = {
"D",
north = "Đ",
northeast = "Ð",
northwest = "Ď",
east = "Δ",
},
_d_ = {
"d",
north = "đ",
northeast = "ð",
northwest = "ď",
east = "δ",
},
_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 = "",
"Σ",
"σ",
"ς",
},
_T_ = {
"T",
north = "θ",
northeast = "Þ",
northwest = "Ț",
east = "Ʈ",
west = "Ť",
south = "Ţ",
southeast = "ʈ",
southwest = "",
"Τ",
"τ",
},
_t_ = {
"t",
north = "θ",
northeast = "þ",
northwest = "ț",
east = "Ʈ",
west = "ť",
south = "ţ",
southeast = "ʈ",
southwest = "",
"Τ",
"τ",
},
}