From 236609c4310514f47429d7da34122e1e58ddc725 Mon Sep 17 00:00:00 2001 From: yparitcher Date: Fri, 24 Jan 2020 03:16:52 -0500 Subject: [PATCH] fix arabic keyboard to conform to #5639 (#5793) Fixes #5792 --- frontend/ui/data/keyboardlayouts/ar_AA_keyboard.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/frontend/ui/data/keyboardlayouts/ar_AA_keyboard.lua b/frontend/ui/data/keyboardlayouts/ar_AA_keyboard.lua index 7e924fdda..1c0886584 100644 --- a/frontend/ui/data/keyboardlayouts/ar_AA_keyboard.lua +++ b/frontend/ui/data/keyboardlayouts/ar_AA_keyboard.lua @@ -97,9 +97,9 @@ return { { arabic_comma, waw, "#", "↑", }, { ".", zay, "@", "↓", }, { "؟", thaa, "!", _at, }, - { label = "Backspace", - icon = "resources/icons/appbar.clear.reflect.horizontal.png", - width = 1.5 + { label = "", + width = 1.5, + bold = false }, }, -- fourth row @@ -116,9 +116,8 @@ return { { prd, prd, "”", "→", }, { label = "حركات", diacritics, diacritics, diacritics, diacritics, width = 1.5}, - { label = "Enter", + { label = "⮠", "\n", "\n", "\n", "\n", - icon = "resources/icons/appbar.arrow.enter.png", width = 1.5, }, },