[UX] Keyboard popup: add T diacritics (#4905)

The Ťť is used in Czech and Slovak. The t-comma Țț is Romanian. The rest is a combination of IPA, Greek, and why not.
pull/4907/head
Frans de Jonge 5 years ago committed by GitHub
parent 58d88b12ab
commit 9b26178118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,8 @@ local _D_ = en_popup._D_
local _d_ = en_popup._d_
local _S_ = en_popup._S_
local _s_ = en_popup._s_
local _T_ = en_popup._T_
local _t_ = en_popup._t_
return {
shiftmode_keys = {["Shift"] = true},
@ -25,7 +27,7 @@ return {
{ "W", "w", "!", "1", "Ц", "ц", "(", "1", "Ä", "ä", "2", "º", },
{ _E_, _e_, _at, "2", "У", "у", ")", "2", "Ö", "ö", "3", "¡", },
{ "R", "r", "#", "3", "К", "к", "~", "3", "ß", "ß", "4", "¿", },
{ "T", "t", "+", "=", "Е", "е", "Ә", "ә", "À", "à", "5", "¼", },
{ _T_, _t_, "+", "=", "Е", "е", "Ә", "ә", "À", "à", "5", "¼", },
{ "Y", "y", "", "(", "Н", "н", "І", "і", "Â", "â", "6", "½", },
{ "U", "u", "", ")", "Г", "г", "Ң", "ң", "Æ", "æ", "7", "¾", },
{ "I", "i", "|", "\\", "Ш", "ш", "Ғ", "ғ", "Ü", "ü", "8", "©", },

@ -133,4 +133,30 @@ return {
"σ",
"ς",
},
_T_ = {
"T",
north = "θ",
northeast = "Þ",
northwest = "Ț",
east = "Ʈ",
west = "Ť",
south = "Ţ",
southeast = "ʈ",
southwest = "",
"Τ",
"τ",
},
_t_ = {
"t",
north = "θ",
northeast = "þ",
northwest = "ț",
east = "Ʈ",
west = "ť",
south = "ţ",
southeast = "ʈ",
southwest = "",
"Τ",
"τ",
},
}

Loading…
Cancel
Save