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

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

Loading…
Cancel
Save