Update el_keyboard.lua (#8622)

Adding some combinations with accents and breathings.
reviewable/pr8625/r1
ichnilatis-gr 2 years ago committed by GitHub
parent ec280f874f
commit 7163a392a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,23 +69,23 @@ return {
keys = {
-- first row
{ -- 1 2 3 4 5 6 7 8
{ ":", ";", "", "0", "Ä", "", "1", "ª", },
{ "|", "ς", "!", "1", "Ö", "", "2", "º", },
{ _E_el, _e_el, _at, "2", "Έ", "έ", "3", "¡", },
{ _R_el, _r_el, "#", "3", "ß", "ß", "4", "¿", },
{ ":", ";", "", "0", "", "", "1", "ª", },
{ "|", "ς", "!", "1", "", "", "2", "º", },
{ _E_el, _e_el, _at, "2", "Έ", "", "3", "¡", },
{ _R_el, _r_el, "#", "3", "ß", "", "4", "¿", },
{ _T_el, _t_el, "+", _eq, "À", "", "5", "¼", },
{ _Y_el, _y_el, "", "(", "Ύ", "ύ", "6", "½", },
{ _U_el, _u_el, "", ")", "Æ", "", "7", "¾", },
{ _I_el, _i_el, "|", "\\", "Ί", "ί", "8", "©", },
{ _O_el, _o_el, "?", "/", "Ό", "ό", "9", "®", },
{ _P_el, _p_el, "~", "", "É", "é", "0", "", },
{ _P_el, _p_el, "~", "", "", "", "0", "", },
},
-- 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", "", "", "Ğ", "ğ", },
{ _F_el, _f_el, "^", "6", "Ï", "ï", "Ć", "ć", },
{ _F_el, _f_el, "^", "6", "", "", "Ć", "ć", },
{ _G_el, _g_el, ":", acu, "Ô", "", "Č", "č", },
{ _H_el, _h_el, '"', "'", "Ή", "ή", "Đ", "đ", },
{ _J_el, _j_el, "{", "[", "Ί", "ί", "Š", "š", },

Loading…
Cancel
Save