fix arabic keyboard to conform to #5639 (#5793)

Fixes #5792
reviewable/pr5795/r1
yparitcher 4 years ago committed by Frans de Jonge
parent 2e601640af
commit 236609c431

@ -97,9 +97,9 @@ return {
{ arabic_comma, waw, "#", "", }, { arabic_comma, waw, "#", "", },
{ ".", zay, "@", "", }, { ".", zay, "@", "", },
{ "؟", thaa, "!", _at, }, { "؟", thaa, "!", _at, },
{ label = "Backspace", { label = "",
icon = "resources/icons/appbar.clear.reflect.horizontal.png", width = 1.5,
width = 1.5 bold = false
}, },
}, },
-- fourth row -- fourth row
@ -116,9 +116,8 @@ return {
{ prd, prd, "", "", }, { prd, prd, "", "", },
{ label = "حركات", diacritics, diacritics, diacritics, diacritics, { label = "حركات", diacritics, diacritics, diacritics, diacritics,
width = 1.5}, width = 1.5},
{ label = "Enter", { label = "",
"\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n",
icon = "resources/icons/appbar.arrow.enter.png",
width = 1.5, width = 1.5,
}, },
}, },

Loading…
Cancel
Save