From 0f3aeb7628fffe619e23acfa8d1e3adc181572e2 Mon Sep 17 00:00:00 2001 From: ichnilatis-gr <76203123+ichnilatis-gr@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:15:32 +0200 Subject: [PATCH] Keyboard: some transpositions in el_popup for practical reasons (#10144) --- .../keyboardlayouts/keypopup/el_popup.lua | 118 +++++++++--------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua b/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua index ed2ce4dd8..67811e13e 100644 --- a/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua +++ b/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua @@ -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 = "ὕ", "ΰ",