2
0
mirror of https://github.com/koreader/koreader synced 2024-11-13 19:11:25 +00:00
koreader/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua
Frans de Jonge 5d7dbb4466
[UX] Update Greek keyboard with swipes & popup (#5028)
Closes #5023. Thanks to @noembryo.
2019-05-14 16:30:21 +02:00

246 lines
3.9 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 = {
"Α",
east = "Ά",
west = "A",
north = "@",
},
_a_el = {
"α",
east = "ά",
west = "a",
north = "@",
},
_B_el = {
"Β",
east = "",
west = "B",
},
_b_el = {
"β",
east = "",
west = "b",
},
_C_el = {
"Ψ",
east = "©",
west = "C",
},
_c_el = {
"ψ",
east = "©",
west = "c",
},
_D_el = {
"Δ",
west = "D",
},
_d_el = {
"δ",
west = "d",
},
_E_el = {
"Ε",
northeast = "",
east = "Έ",
west = "E",
},
_e_el = {
"ε",
northeast = "",
east = "έ",
west = "e",
},
_F_el = {
"Φ",
east = "ƒ", -- Guilder/Florin
west = "F",
},
_f_el = {
"φ",
east = "ƒ", -- Guilder/Florin
west = "f",
},
_G_el = {
"Γ",
west = "G",
},
_g_el = {
"γ",
west = "g",
},
_H_el = {
"Η",
east = "Ή",
west = "H",
},
_h_el = {
"η",
east = "ή",
west = "h",
},
_I_el = {
"Ι",
east = "Ί",
west = "I",
south = "Ϊ",
},
_i_el = {
"ι",
east = "ί",
west = "i",
southwest = "ΐ",
south = "ϊ",
},
_J_el = {
"Ξ",
west = "J",
},
_j_el = {
"ξ",
west = "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 = {
"Λ",
north = "'",
northwest = "£",
east = "+",
west = "L",
},
_l_el = {
"λ",
north = "'",
northwest = "£",
east = "+",
west = "l",
},
_M_el = {
"Μ",
west = "M",
},
_m_el = {
"μ",
west = "m",
},
_N_el = {
"Ν",
west = "N",
},
_n_el = {
"ν",
west = "n",
},
_O_el = {
"Ο",
southwest = "Ø",
east = "Ό",
west = "O",
},
_o_el = {
"ο",
southwest = "ø",
east = "ό",
west = "o",
},
_P_el = {
"Π",
west = "P",
},
_p_el = {
"π",
west = "p",
},
_R_el = {
"Ρ",
west = "R",
},
_r_el = {
"ρ",
west = "r",
},
_S_el = {
"Σ",
west = "S",
north = "$",
},
_s_el = {
"σ",
east = "ς",
west = "s",
north = "$",
},
_T_el = {
"Τ",
west = "T",
},
_t_el = {
"τ",
west = "t",
},
_U_el = {
"Θ",
west = "U",
},
_u_el = {
"θ",
west = "u",
},
_V_el = {
"Ω",
east = "Ώ",
west = "V",
},
_v_el = {
"ω",
east = "ώ",
west = "v",
},
_X_el = {
"Χ",
west = "X",
},
_x_el = {
"χ",
west = "x",
},
_Y_el = {
"Υ",
east = "Ύ",
west = "Y",
south = "Ϋ",
},
_y_el = {
"υ",
east = "ύ",
west = "Y",
southwest = "ΰ",
south = "ϋ",
},
_Z_el = {
"Ζ",
northwest = "Ζ", -- zeta uppercase
west = "Z",
},
_z_el = {
"ζ",
northwest = "ζ", -- zeta lowercase
west = "z",
},
}