Greek keyboard: minor updates (#8319)

New popup menu on the Greek acute key for Greek numeral signs.
pull/8329/head
ichnilatis-gr 3 years ago committed by GitHub
parent 0d231cbbef
commit a1e0d87c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,6 +57,7 @@ local _Y_el = el_popup._Y_el
local _y_el = el_popup._y_el
local _Z_el = el_popup._Z_el
local _z_el = el_popup._z_el
local acu = el_popup.acu
return {
min_layer = 1,
@ -85,7 +86,7 @@ return {
{ _S_el, _s_el, "$", "4", "", "", "İ", "ı", },
{ _D_el, _d_el, "%", "5", "", "", "Ğ", "ğ", },
{ _F_el, _f_el, "^", "6", "Ï", "ï", "Ć", "ć", },
{ _G_el, _g_el, ":", "", "Ô", "", "Č", "č", },
{ _G_el, _g_el, ":", acu, "Ô", "", "Č", "č", },
{ _H_el, _h_el, '"', "'", "Ή", "ή", "Đ", "đ", },
{ _J_el, _j_el, "{", "[", "Ί", "ί", "Š", "š", },
{ _K_el, _k_el, "}", "]", "Û", "", "Ž", "ž", },

@ -9,6 +9,12 @@ return {
west = "!",
"·",
},
acu = {
"",
alt_label = "ʹ",
east = "ʹ", -- Greek Numeral Sign
west = "͵", -- Greek Lower Numeral Sign
},
_A_el = {
"Α",
northeast = "Ά",

Loading…
Cancel
Save