Keyboard: some transpositions in el_popup for practical reasons (#10144)

reviewable/pr10147/r1
ichnilatis-gr 2 years ago committed by GitHub
parent 55259846a8
commit 0f3aeb7628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,11 +17,11 @@ return {
}, },
_A_el = { _A_el = {
"Α", "Α",
northeast = "Ά", northeast = "",
north = "A", north = "A", -- English A
northwest = "", northwest = "",
east = "", east = "Ά",
west = "", west = "",
south = "@", south = "@",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -29,11 +29,11 @@ return {
}, },
_a_el = { _a_el = {
"α", "α",
northeast = "ά", northeast = "",
north = "a", north = "a",
northwest = "", northwest = "",
east = "", east = "ά",
west = "", west = "",
south = "@", south = "@",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -44,7 +44,7 @@ return {
_B_el = { _B_el = {
"Β", "Β",
northeast = "", northeast = "",
north = "B", north = "B", -- English B
}, },
_b_el = { _b_el = {
"β", "β",
@ -71,21 +71,21 @@ return {
}, },
_E_el = { _E_el = {
"Ε", "Ε",
northeast = "Έ", northeast = "",
north = "E", northwest = "",
east = "", north = "E", -- English E
west = "", east = "Έ",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
}, },
_e_el = { _e_el = {
"ε", "ε",
northeast = "έ", northeast = "",
north = "e", north = "e",
northwest = "", northwest = "",
east = "", east = "έ",
west = "", west = "",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -110,10 +110,10 @@ return {
}, },
_H_el = { _H_el = {
"Η", "Η",
northeast = "Ή", northeast = "",
north = "H", northwest = "",
east = "", north = "H", -- English H
west = "", east = "Ή",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -123,11 +123,11 @@ return {
}, },
_h_el = { _h_el = {
"η", "η",
northeast = "ή", northeast = "",
north = "h", north = "h",
northwest = "", northwest = "",
east = "", east = "ή",
west = "", west = "",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -137,21 +137,21 @@ return {
}, },
_I_el = { _I_el = {
"Ι", "Ι",
northeast = "Ί", northeast = "",
north = "I", north = "I", -- English I
northwest = "Ϊ", northwest = "",
east = "", east = "Ί",
west = "", west = "Ϊ",
southeast = "", southeast = "",
southwest = "", southwest = "",
}, },
_i_el = { _i_el = {
"ι", "ι",
northeast = "ί", northeast = "",
north = "i", north = "i",
northwest = "", northwest = "",
east = "", east = "ί",
west = "", west = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
"ΐ", "ΐ",
@ -214,21 +214,21 @@ return {
}, },
_O_el = { _O_el = {
"Ο", "Ο",
northeast = "Ό", northeast = "",
north = "O", northwest = "",
east = "", north = "O", -- English O
west = "", east = "Ό",
south = "Ø", south = "Ø",
southeast = "", southeast = "",
southwest = "", southwest = "",
}, },
_o_el = { _o_el = {
"ο", "ο",
northwest = "", northeast = "",
northeast = "ό", northwest = "",
north = "o", north = "o", -- English o
east = "", east = "ό",
west = "", west = "",
south = "ø", south = "ø",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -291,10 +291,10 @@ return {
}, },
_V_el = { _V_el = {
"Ω", "Ω",
northeast = "Ώ", northeast = "",
northwest = "",
north = "V", north = "V",
east = "", east = "Ώ",
west = "",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -304,11 +304,11 @@ return {
}, },
_v_el = { _v_el = {
"ω", "ω",
northeast = "ώ", northeast = "",
north = "v", north = "v",
northwest = "", northwest = "",
east = "", east = "ώ",
west = "", west = "",
south = "", south = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
@ -340,20 +340,20 @@ return {
}, },
_Y_el = { _Y_el = {
"Υ", "Υ",
northeast = "Ύ", north = "Y", -- English Y
north = "Y", northwest = "",
northwest = "Ϋ", east = "Ύ",
west = "", west = "Ϋ",
southeast = "", southeast = "",
southwest = "", southwest = "",
}, },
_y_el = { _y_el = {
"υ", "υ",
northeast = "ύ", northeast = "",
north = "y", north = "y",
northwest = "", northwest = "",
east = "", east = "ύ",
west = "", west = "",
southeast = "", southeast = "",
southwest = "", southwest = "",
"ΰ", "ΰ",

Loading…
Cancel
Save