mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Greek keyboard: add more diacritics (polytonic) (#7906)
Provided by @ichnilatis-gr
This commit is contained in:
@@ -68,13 +68,13 @@ return {
|
||||
keys = {
|
||||
-- first row
|
||||
{ -- 1 2 3 4 5 6 7 8
|
||||
{ ":", ";", "„", "0", "Ä", "ä", "1", "ª", },
|
||||
{ "|", "ς", "!", "1", "Ö", "ö", "2", "º", },
|
||||
{ ":", ";", "„", "0", "Ä", "ᾷ", "1", "ª", },
|
||||
{ "|", "ς", "!", "1", "Ö", "ᾇ", "2", "º", },
|
||||
{ _E_el, _e_el, _at, "2", "Έ", "έ", "3", "¡", },
|
||||
{ _R_el, _r_el, "#", "3", "ß", "ß", "4", "¿", },
|
||||
{ _T_el, _t_el, "+", _eq, "À", "à", "5", "¼", },
|
||||
{ _T_el, _t_el, "+", _eq, "À", "ὒ", "5", "¼", },
|
||||
{ _Y_el, _y_el, "€", "(", "Ύ", "ύ", "6", "½", },
|
||||
{ _U_el, _u_el, "‰", ")", "Æ", "æ", "7", "¾", },
|
||||
{ _U_el, _u_el, "‰", ")", "Æ", "ὓ", "7", "¾", },
|
||||
{ _I_el, _i_el, "|", "\\", "Ί", "ί", "8", "©", },
|
||||
{ _O_el, _o_el, "?", "/", "Ό", "ό", "9", "®", },
|
||||
{ _P_el, _p_el, "~", "`", "É", "é", "0", "™", },
|
||||
@@ -82,26 +82,26 @@ return {
|
||||
-- second row
|
||||
{ -- 1 2 3 4 5 6 7 8
|
||||
{ _A_el, _a_el, "…", _at, "Ά", "ά", "Ş", "ş", },
|
||||
{ _S_el, _s_el, "$", "4", "Ë", "ë", "İ", "ı", },
|
||||
{ _D_el, _d_el, "%", "5", "Î", "î", "Ğ", "ğ", },
|
||||
{ _S_el, _s_el, "$", "4", "ᾏ", "ᾆ", "İ", "ı", },
|
||||
{ _D_el, _d_el, "%", "5", "Ἃ", "ἃ", "Ğ", "ğ", },
|
||||
{ _F_el, _f_el, "^", "6", "Ï", "ï", "Ć", "ć", },
|
||||
{ _G_el, _g_el, ":", ";", "Ô", "ô", "Č", "č", },
|
||||
{ _G_el, _g_el, ":", ";", "Ô", "ῇ", "Č", "č", },
|
||||
{ _H_el, _h_el, '"', "'", "Ή", "ή", "Đ", "đ", },
|
||||
{ _J_el, _j_el, "{", "[", "Ί", "ί", "Š", "š", },
|
||||
{ _K_el, _k_el, "}", "]", "Û", "û", "Ž", "ž", },
|
||||
{ _L_el, _l_el, "_", "-", "Ÿ", "ÿ", "Ő", "ő", },
|
||||
{ _K_el, _k_el, "}", "]", "Û", "ὖ", "Ž", "ž", },
|
||||
{ _L_el, _l_el, "_", "-", "Ÿ", "ὗ", "Ő", "ő", },
|
||||
},
|
||||
-- third row
|
||||
{ -- 1 2 3 4 5 6 7 8
|
||||
{ label = "",
|
||||
width = 1.5
|
||||
},
|
||||
{ _Z_el, _z_el, "&", "7", "Á", "á", "Ű", "ű", },
|
||||
{ _X_el, _x_el, "*", "8", "É", "é", "Ø", "ø", },
|
||||
{ _C_el, _c_el, "£", "9", "Í", "í", "Þ", "þ", },
|
||||
{ _Z_el, _z_el, "&", "7", "Á", "ᾦ", "Ű", "ű", },
|
||||
{ _X_el, _x_el, "*", "8", "É", "ᾧ", "Ø", "ø", },
|
||||
{ _C_el, _c_el, "£", "9", "ᾮ", "ῷ", "Þ", "þ", },
|
||||
{ _V_el, _v_el, "<", com, "Ώ", "ώ", "Ý", "ý", },
|
||||
{ _B_el, _b_el, ">", prd, "Ó", "ó", "†", "‡", },
|
||||
{ _N_el, _n_el, "‘", "↑", "Ú", "ú", "–", "—", },
|
||||
{ _B_el, _b_el, ">", prd, "ᾞ", "ᾖ", "†", "‡", },
|
||||
{ _N_el, _n_el, "‘", "↑", "Ú", "ᾗ", "–", "—", },
|
||||
{ _M_el, _m_el, "’", "↓", "Ç", "ç", "…", "¨", },
|
||||
{ label = "",
|
||||
width = 1.5,
|
||||
|
||||
@@ -3,13 +3,27 @@ return {
|
||||
"Α",
|
||||
northeast = "Ά",
|
||||
north = "A",
|
||||
northwest = "@",
|
||||
northwest = "ᾍ",
|
||||
east = "Ἀ",
|
||||
west = "Ἁ",
|
||||
south = "@",
|
||||
southeast = "Ἄ",
|
||||
southwest = "Ἅ",
|
||||
"ᾏ",
|
||||
},
|
||||
_a_el = {
|
||||
"α",
|
||||
northeast = "ά",
|
||||
north = "a",
|
||||
northwest = "@",
|
||||
northwest = "ὰ",
|
||||
east = "ἀ",
|
||||
west = "ἁ",
|
||||
south = "@",
|
||||
southeast = "ἄ",
|
||||
southwest = "ἅ",
|
||||
"ἇ",
|
||||
"ᾶ",
|
||||
"ἆ",
|
||||
},
|
||||
_B_el = {
|
||||
"Β",
|
||||
@@ -41,15 +55,24 @@ return {
|
||||
},
|
||||
_E_el = {
|
||||
"Ε",
|
||||
northeast = "€",
|
||||
north = "Έ",
|
||||
northwest = "E",
|
||||
northeast = "Έ",
|
||||
north = "E",
|
||||
east = "Ἐ",
|
||||
west = "Ἑ",
|
||||
south = "€",
|
||||
southeast = "Ἔ",
|
||||
southwest = "Ἕ",
|
||||
},
|
||||
_e_el = {
|
||||
"ε",
|
||||
northeast = "€",
|
||||
north = "έ",
|
||||
northwest = "e",
|
||||
northeast = "έ",
|
||||
north = "e",
|
||||
northwest = "ὲ",
|
||||
east = "ἐ",
|
||||
west = "ἑ",
|
||||
south = "€",
|
||||
southeast = "ἔ",
|
||||
southwest = "ἕ",
|
||||
},
|
||||
_F_el = {
|
||||
"Φ",
|
||||
@@ -73,24 +96,51 @@ return {
|
||||
"Η",
|
||||
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 = "Ἱ",
|
||||
south = "Ϊ",
|
||||
southeast = "Ἴ",
|
||||
southwest = "Ἵ",
|
||||
},
|
||||
_i_el = {
|
||||
"ι",
|
||||
northeast = "ί",
|
||||
north = "i",
|
||||
northwest = "ΐ",
|
||||
west = "ϊ",
|
||||
northwest = "ὶ",
|
||||
east = "ἰ",
|
||||
west = "ἱ",
|
||||
southeast = "ἴ",
|
||||
southwest = "ἵ",
|
||||
"ΐ",
|
||||
"ϊ",
|
||||
"ῖ",
|
||||
},
|
||||
_J_el = {
|
||||
"Ξ",
|
||||
@@ -148,15 +198,24 @@ return {
|
||||
},
|
||||
_O_el = {
|
||||
"Ο",
|
||||
northwest = "Ø",
|
||||
northeast = "Ό",
|
||||
north = "O",
|
||||
east = "Ὀ",
|
||||
west = "Ὁ",
|
||||
south = "Ø",
|
||||
southeast = "Ὄ",
|
||||
southwest = "Ὅ",
|
||||
},
|
||||
_o_el = {
|
||||
"ο",
|
||||
northwest = "ø",
|
||||
northwest = "ὸ",
|
||||
northeast = "ό",
|
||||
north = "o",
|
||||
east = "ὀ",
|
||||
west = "ὁ",
|
||||
south = "ø",
|
||||
southeast = "ὄ",
|
||||
southwest = "ὅ",
|
||||
},
|
||||
_P_el = {
|
||||
"Π",
|
||||
@@ -179,10 +238,13 @@ return {
|
||||
_R_el = {
|
||||
"Ρ",
|
||||
northwest = "R",
|
||||
northeast = "Ῥ",
|
||||
},
|
||||
_r_el = {
|
||||
"ρ",
|
||||
northwest = "r",
|
||||
northwest = "ῥ",
|
||||
northeast = "ῤ",
|
||||
north = "r",
|
||||
},
|
||||
_S_el = {
|
||||
"Σ",
|
||||
@@ -214,12 +276,29 @@ return {
|
||||
_V_el = {
|
||||
"Ω",
|
||||
northeast = "Ώ",
|
||||
northwest = "V",
|
||||
north = "V",
|
||||
east = "Ὠ",
|
||||
west = "Ὡ",
|
||||
south = "ῼ",
|
||||
southeast = "Ὤ",
|
||||
southwest = "Ὥ",
|
||||
"Ὧ",
|
||||
"ᾯ",
|
||||
"Ὦ",
|
||||
},
|
||||
_v_el = {
|
||||
"ω",
|
||||
northeast = "ώ",
|
||||
northwest = "v",
|
||||
north = "v",
|
||||
northwest = "ὼ",
|
||||
east = "ὠ",
|
||||
west = "ὡ",
|
||||
south = "ῳ",
|
||||
southeast = "ὤ",
|
||||
southwest = "ὥ",
|
||||
"ὧ",
|
||||
"ῶ",
|
||||
"ὦ",
|
||||
},
|
||||
--_W_el = {
|
||||
-- "W",
|
||||
@@ -246,15 +325,25 @@ return {
|
||||
_Y_el = {
|
||||
"Υ",
|
||||
northeast = "Ύ",
|
||||
northwest = "Y",
|
||||
north = "Ϋ",
|
||||
north = "Y",
|
||||
west = "Ὑ",
|
||||
south = "Ϋ",
|
||||
southeast = "Ὗ",
|
||||
southwest = "Ὕ",
|
||||
},
|
||||
_y_el = {
|
||||
"υ",
|
||||
northeast = "ύ",
|
||||
northwest = "Y",
|
||||
north = "ΰ",
|
||||
west = "ϋ",
|
||||
north = "y",
|
||||
northwest = "ὺ",
|
||||
east = "ὐ",
|
||||
west = "ὑ",
|
||||
south = "ΰ",
|
||||
southeast = "ὔ",
|
||||
southwest = "ὕ",
|
||||
"ΰ",
|
||||
"ϋ",
|
||||
"ῦ",
|
||||
},
|
||||
_Z_el = {
|
||||
"Ζ",
|
||||
|
||||
Reference in New Issue
Block a user