Greek keyboard: add more diacritics (polytonic) (#7906)

Provided by @ichnilatis-gr
reviewable/pr7923/r1
poire-z 3 years ago committed by GitHub
parent 58a5a09574
commit c0386e5dd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = {
"Ζ",

Loading…
Cancel
Save