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

283 lines
5.8 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 = "ė",
"ē",
"ě",
"ɛ",
},
_I_ = {
"I",
north = "Í",
northeast = "Í",
northwest = "Ì",
east = "Î",
west = "Ĩ",
south = "Į",
"Ī",
"ɪ", -- small capital letter i, near-close front unrounded vowel IPA
},
_i_ = {
"i",
north = "ï",
northeast = "í",
northwest = "ì",
east = "î",
west = "ĩ",
south = "į",
"ī",
"ɪ", -- small capital letter i, near-close front unrounded vowel IPA
},
_K_ = {
"K",
north = '"',
south = "Ķ",
east = "", -- hyphen minus
southeast = "", -- em dash
southwest = "", -- en dash
"Κ", -- kappa uppercase
"κ", -- kappa lowercase
},
_k_ = {
"k",
north = '"',
south = "ķ",
east = "", -- hyphen minus
southeast = "", -- em dash
southwest = "", -- en dash
"Κ", -- kappa uppercase
"κ", -- kappa lowercase
},
_L_ = {
"L",
north = "'",
northeast = "Ĺ",
northwest = "Ľ",
east = "+",
west = "Ł",
south = "Ļ",
southeast = "£",
southwest = "", -- abbreviation for vel (Latin or)
"Λ",
"λ",
"ɫ", -- dark l, velarized alveolar lateral approximant IPA
},
_l_ = {
"l",
north = "'",
northeast = "ĺ",
northwest = "ľ",
east = "+",
west = "ł",
south = "ļ",
southeast = "£",
southwest = "", -- abbreviation for vel (Latin or)
"Λ",
"λ",
"ɫ", -- dark l, velarized alveolar lateral approximant IPA
},
_O_ = {
"O",
north = "Ó",
northeast = "Ó",
northwest = "Ò",
east = "Ô",
west = "Õ",
south = "Ǫ",
"Ō",
"ɔ", -- open o, open-mid back rounded vowel IPA
"ɒ", -- turned alpha, open back rounded vowel IPA
},
_o_ = {
"o",
north = "ö",
northeast = "ó",
northwest = "ò",
east = "ô",
west = "õ",
south = "ǫ",
"ō",
"ɔ", -- open o, open-mid back rounded vowel IPA
"ɒ", -- turned alpha, open back rounded vowel IPA
},
_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 = "",
"Τ",
"τ",
},
_U_ = {
"U",
north = "Ü",
northeast = "Ú",
northwest = "Ù",
east = "Û",
west = "Ũ",
south = "Ų",
southwest = "Ů",
"Ū",
"ʌ", -- turned v, open-mid back unrounded vowel IPA
},
_u_ = {
"u",
north = "ü",
northeast = "ú",
northwest = "ù",
east = "û",
west = "ũ",
south = "ų",
southwest = "ů",
"ū",
"ʌ", -- turned v, open-mid back unrounded vowel IPA
},
}