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 = { keys = {
-- first row -- first row
{ -- 1 2 3 4 5 6 7 8 { -- 1 2 3 4 5 6 7 8
{ ":", ";", "", "0", "Ä", "ä", "1", "ª", }, { ":", ";", "", "0", "Ä", "", "1", "ª", },
{ "|", "ς", "!", "1", "Ö", "ö", "2", "º", }, { "|", "ς", "!", "1", "Ö", "", "2", "º", },
{ _E_el, _e_el, _at, "2", "Έ", "έ", "3", "¡", }, { _E_el, _e_el, _at, "2", "Έ", "έ", "3", "¡", },
{ _R_el, _r_el, "#", "3", "ß", "ß", "4", "¿", }, { _R_el, _r_el, "#", "3", "ß", "ß", "4", "¿", },
{ _T_el, _t_el, "+", _eq, "À", "à", "5", "¼", }, { _T_el, _t_el, "+", _eq, "À", "", "5", "¼", },
{ _Y_el, _y_el, "", "(", "Ύ", "ύ", "6", "½", }, { _Y_el, _y_el, "", "(", "Ύ", "ύ", "6", "½", },
{ _U_el, _u_el, "", ")", "Æ", "æ", "7", "¾", }, { _U_el, _u_el, "", ")", "Æ", "", "7", "¾", },
{ _I_el, _i_el, "|", "\\", "Ί", "ί", "8", "©", }, { _I_el, _i_el, "|", "\\", "Ί", "ί", "8", "©", },
{ _O_el, _o_el, "?", "/", "Ό", "ό", "9", "®", }, { _O_el, _o_el, "?", "/", "Ό", "ό", "9", "®", },
{ _P_el, _p_el, "~", "`", "É", "é", "0", "", }, { _P_el, _p_el, "~", "`", "É", "é", "0", "", },
@ -82,26 +82,26 @@ return {
-- second row -- second row
{ -- 1 2 3 4 5 6 7 8 { -- 1 2 3 4 5 6 7 8
{ _A_el, _a_el, "", _at, "Ά", "ά", "Ş", "ş", }, { _A_el, _a_el, "", _at, "Ά", "ά", "Ş", "ş", },
{ _S_el, _s_el, "$", "4", "Ë", "ë", "İ", "ı", }, { _S_el, _s_el, "$", "4", "", "", "İ", "ı", },
{ _D_el, _d_el, "%", "5", "Î", "î", "Ğ", "ğ", }, { _D_el, _d_el, "%", "5", "", "", "Ğ", "ğ", },
{ _F_el, _f_el, "^", "6", "Ï", "ï", "Ć", "ć", }, { _F_el, _f_el, "^", "6", "Ï", "ï", "Ć", "ć", },
{ _G_el, _g_el, ":", ";", "Ô", "ô", "Č", "č", }, { _G_el, _g_el, ":", ";", "Ô", "", "Č", "č", },
{ _H_el, _h_el, '"', "'", "Ή", "ή", "Đ", "đ", }, { _H_el, _h_el, '"', "'", "Ή", "ή", "Đ", "đ", },
{ _J_el, _j_el, "{", "[", "Ί", "ί", "Š", "š", }, { _J_el, _j_el, "{", "[", "Ί", "ί", "Š", "š", },
{ _K_el, _k_el, "}", "]", "Û", "û", "Ž", "ž", }, { _K_el, _k_el, "}", "]", "Û", "", "Ž", "ž", },
{ _L_el, _l_el, "_", "-", "Ÿ", "ÿ", "Ő", "ő", }, { _L_el, _l_el, "_", "-", "Ÿ", "", "Ő", "ő", },
}, },
-- third row -- third row
{ -- 1 2 3 4 5 6 7 8 { -- 1 2 3 4 5 6 7 8
{ label = "", { label = "",
width = 1.5 width = 1.5
}, },
{ _Z_el, _z_el, "&", "7", "Á", "á", "Ű", "ű", }, { _Z_el, _z_el, "&", "7", "Á", "", "Ű", "ű", },
{ _X_el, _x_el, "*", "8", "É", "é", "Ø", "ø", }, { _X_el, _x_el, "*", "8", "É", "", "Ø", "ø", },
{ _C_el, _c_el, "£", "9", "Í", "í", "Þ", "þ", }, { _C_el, _c_el, "£", "9", "", "", "Þ", "þ", },
{ _V_el, _v_el, "<", com, "Ώ", "ώ", "Ý", "ý", }, { _V_el, _v_el, "<", com, "Ώ", "ώ", "Ý", "ý", },
{ _B_el, _b_el, ">", prd, "Ó", "ó", "", "", }, { _B_el, _b_el, ">", prd, "", "", "", "", },
{ _N_el, _n_el, "", "", "Ú", "ú", "", "", }, { _N_el, _n_el, "", "", "Ú", "", "", "", },
{ _M_el, _m_el, "", "", "Ç", "ç", "", "¨", }, { _M_el, _m_el, "", "", "Ç", "ç", "", "¨", },
{ label = "", { label = "",
width = 1.5, width = 1.5,

@ -3,13 +3,27 @@ return {
"Α", "Α",
northeast = "Ά", northeast = "Ά",
north = "A", north = "A",
northwest = "@", northwest = "",
east = "",
west = "",
south = "@",
southeast = "",
southwest = "",
"",
}, },
_a_el = { _a_el = {
"α", "α",
northeast = "ά", northeast = "ά",
north = "a", north = "a",
northwest = "@", northwest = "",
east = "",
west = "",
south = "@",
southeast = "",
southwest = "",
"",
"",
"",
}, },
_B_el = { _B_el = {
"Β", "Β",
@ -41,15 +55,24 @@ return {
}, },
_E_el = { _E_el = {
"Ε", "Ε",
northeast = "", northeast = "Έ",
north = "Έ", north = "E",
northwest = "E", east = "",
west = "",
south = "",
southeast = "",
southwest = "",
}, },
_e_el = { _e_el = {
"ε", "ε",
northeast = "", northeast = "έ",
north = "έ", north = "e",
northwest = "e", northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
}, },
_F_el = { _F_el = {
"Φ", "Φ",
@ -73,24 +96,51 @@ return {
"Η", "Η",
northeast = "Ή", northeast = "Ή",
north = "H", north = "H",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
}, },
_h_el = { _h_el = {
"η", "η",
northeast = "ή", northeast = "ή",
north = "h", north = "h",
northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
}, },
_I_el = { _I_el = {
"Ι", "Ι",
northeast = "Ί", northeast = "Ί",
north = "I", north = "I",
northwest = "Ϊ", east = "",
west = "",
south = "Ϊ",
southeast = "",
southwest = "",
}, },
_i_el = { _i_el = {
"ι", "ι",
northeast = "ί", northeast = "ί",
north = "i", north = "i",
northwest = "ΐ", northwest = "",
west = "ϊ", east = "",
west = "",
southeast = "",
southwest = "",
"ΐ",
"ϊ",
"",
}, },
_J_el = { _J_el = {
"Ξ", "Ξ",
@ -148,15 +198,24 @@ return {
}, },
_O_el = { _O_el = {
"Ο", "Ο",
northwest = "Ø",
northeast = "Ό", northeast = "Ό",
north = "O", north = "O",
east = "",
west = "",
south = "Ø",
southeast = "",
southwest = "",
}, },
_o_el = { _o_el = {
"ο", "ο",
northwest = "ø", northwest = "",
northeast = "ό", northeast = "ό",
north = "o", north = "o",
east = "",
west = "",
south = "ø",
southeast = "",
southwest = "",
}, },
_P_el = { _P_el = {
"Π", "Π",
@ -179,10 +238,13 @@ return {
_R_el = { _R_el = {
"Ρ", "Ρ",
northwest = "R", northwest = "R",
northeast = "",
}, },
_r_el = { _r_el = {
"ρ", "ρ",
northwest = "r", northwest = "",
northeast = "",
north = "r",
}, },
_S_el = { _S_el = {
"Σ", "Σ",
@ -214,12 +276,29 @@ return {
_V_el = { _V_el = {
"Ω", "Ω",
northeast = "Ώ", northeast = "Ώ",
northwest = "V", north = "V",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
}, },
_v_el = { _v_el = {
"ω", "ω",
northeast = "ώ", northeast = "ώ",
northwest = "v", north = "v",
northwest = "",
east = "",
west = "",
south = "",
southeast = "",
southwest = "",
"",
"",
"",
}, },
--_W_el = { --_W_el = {
-- "W", -- "W",
@ -246,15 +325,25 @@ return {
_Y_el = { _Y_el = {
"Υ", "Υ",
northeast = "Ύ", northeast = "Ύ",
northwest = "Y", north = "Y",
north = "Ϋ", west = "",
south = "Ϋ",
southeast = "",
southwest = "",
}, },
_y_el = { _y_el = {
"υ", "υ",
northeast = "ύ", northeast = "ύ",
northwest = "Y", north = "y",
north = "ΰ", northwest = "",
west = "ϋ", east = "",
west = "",
south = "ΰ",
southeast = "",
southwest = "",
"ΰ",
"ϋ",
"",
}, },
_Z_el = { _Z_el = {
"Ζ", "Ζ",

Loading…
Cancel
Save