2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
koreader/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua
2021-07-03 20:57:39 +02:00

356 lines
6.5 KiB
Lua
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

return {
_A_el = {
"Α",
northeast = "Ά",
north = "A",
northwest = "",
east = "",
west = "",
south = "@",
southeast = "",
southwest = "",
"",
},
_a_el = {
"α",
northeast = "ά",
north = "a",
northwest = "",
east = "",
west = "",
south = "@",
southeast = "",
southwest = "",
"",
"",
"",
},
_B_el = {
"Β",
northeast = "",
north = "B",
},
_b_el = {
"β",
northeast = "",
north = "b",
},
_C_el = {
"Ψ",
northeast = "©",
north = "C",
},
_c_el = {
"ψ",
northeast = "©",
north = "c",
},
_D_el = {
"Δ",
northwest = "D",
},
_d_el = {
"δ",
northwest = "d",
},
_E_el = {
"Ε",
northeast = "Έ",
north = "E",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
},
_e_el = {
"ε",
northeast = "έ",
north = "e",
northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
},
_F_el = {
"Φ",
northeast = "ƒ", -- Guilder/Florin
north = "F",
},
_f_el = {
"φ",
northeast = "ƒ", -- Guilder/Florin
north = "f",
},
_G_el = {
"Γ",
northwest = "G",
},
_g_el = {
"γ",
northwest = "g",
},
_H_el = {
"Η",
northeast = "Ή",
north = "H",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
},
_h_el = {
"η",
northeast = "ή",
north = "h",
northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
},
_I_el = {
"Ι",
northeast = "Ί",
north = "I",
northwest = "Ϊ",
east = "",
west = "",
southeast = "",
southwest = "",
},
_i_el = {
"ι",
northeast = "ί",
north = "i",
northwest = "",
east = "",
west = "",
southeast = "",
southwest = "",
"ΐ",
"ϊ",
"",
},
_J_el = {
"Ξ",
northwest = "J",
},
_j_el = {
"ξ",
northwest = "j",
},
_K_el = {
"Κ",
northeast = "", -- em dash
northwest = "", -- en dash
north = "", -- hyphen minus
east = '"',
west = "K",
},
_k_el = {
"κ",
northeast = "", -- em dash
northwest = "", -- en dash
north = "", -- hyphen minus
east = '"',
west = "k",
},
_L_el = {
"Λ",
northeast = "'",
north = "£",
northwest = "+",
west = "L",
},
_l_el = {
"λ",
northeast = "'",
north = "£",
northwest = "+",
west = "l",
},
_M_el = {
"Μ",
northwest = "M",
},
_m_el = {
"μ",
northwest = "m",
},
_N_el = {
"Ν",
northwest = "N",
},
_n_el = {
"ν",
northwest = "n",
},
_O_el = {
"Ο",
northeast = "Ό",
north = "O",
east = "",
west = "",
south = "Ø",
southeast = "",
southwest = "",
},
_o_el = {
"ο",
northwest = "",
northeast = "ό",
north = "o",
east = "",
west = "",
south = "ø",
southeast = "",
southwest = "",
},
_P_el = {
"Π",
northwest = "P",
},
_p_el = {
"π",
northwest = "p",
},
--_Q_el = {
-- "Q",
-- north = "[",
-- northeast = "{",
--},
--_q_el = {
-- "q",
-- north = "[",
-- northeast = "{",
--},
_R_el = {
"Ρ",
northwest = "R",
northeast = "",
},
_r_el = {
"ρ",
northwest = "",
northeast = "",
north = "r",
},
_S_el = {
"Σ",
northwest = "S",
north = "$",
},
_s_el = {
"σ",
northeast = "ς",
northwest = "s",
north = "$",
},
_T_el = {
"Τ",
northwest = "T",
},
_t_el = {
"τ",
northwest = "t",
},
_U_el = {
"Θ",
northwest = "U",
},
_u_el = {
"θ",
northwest = "u",
},
_V_el = {
"Ω",
northeast = "Ώ",
north = "V",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
},
_v_el = {
"ω",
northeast = "ώ",
north = "v",
northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
},
--_W_el = {
-- "W",
-- north = "]",
-- northeast = "}",
-- northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
-- east = "Ƿ", -- wynn, Old English for /w/
--},
--_w_el = {
-- "w",
-- north = "]",
-- northeast = "}",
-- northwest = "ʍ", -- inverted w, voiceless labial-velar approximant IPA
-- east = "ƿ", -- wynn, Old English for /w/
--},
_X_el = {
"Χ",
northwest = "X",
},
_x_el = {
"χ",
northwest = "x",
},
_Y_el = {
"Υ",
northeast = "Ύ",
north = "Y",
northwest = "Ϋ",
west = "",
southeast = "",
southwest = "",
},
_y_el = {
"υ",
northeast = "ύ",
north = "y",
northwest = "",
east = "",
west = "",
southeast = "",
southwest = "",
"ΰ",
"ϋ",
"",
},
_Z_el = {
"Ζ",
northwest = "Z",
},
_z_el = {
"ζ",
northwest = "z",
},
}