From c6b3d5d3a558fddb290f30fbf3c608ca8adf3ee1 Mon Sep 17 00:00:00 2001 From: ichnilatis-gr <76203123+ichnilatis-gr@users.noreply.github.com> Date: Sun, 3 Oct 2021 11:36:49 +0300 Subject: [PATCH] Greek keyboard: minor updates (#8291) Adds Greek semicolon (upper dot) to the dot pop-up menu. --- frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua b/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua index 292193a56..8ed47f9f2 100644 --- a/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua +++ b/frontend/ui/data/keyboardlayouts/keypopup/el_popup.lua @@ -1,4 +1,14 @@ return { + prd = { + ".", + north = ":", + alt_label = ":", + northeast = ")", + northwest = "¡", + east = "…", + west = "!", + "·", + }, _A_el = { "Α", northeast = "Ά",