From a8c1c8fefd67052861855ddfc194c251dd0226cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Bie=C5=84kowski?= Date: Sat, 1 Mar 2025 21:47:06 +0100 Subject: [PATCH] =?UTF-8?q?PL=20keyboard=20layout:=20move=20"=C3=B3"=20and?= =?UTF-8?q?=20"=C3=93"=20to=20east=20on=20keypopup=20(#13347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... in order to keep it consistent with other Polish characters. --- frontend/ui/data/keyboardlayouts/pl_keyboard.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/ui/data/keyboardlayouts/pl_keyboard.lua b/frontend/ui/data/keyboardlayouts/pl_keyboard.lua index d633fd89f..768deb89e 100644 --- a/frontend/ui/data/keyboardlayouts/pl_keyboard.lua +++ b/frontend/ui/data/keyboardlayouts/pl_keyboard.lua @@ -11,8 +11,8 @@ keys[2][3][2].east, keys[2][3][2].south = keys[2][3][2].south, keys[2][3][2].eas -- keys[2][9][1].east = 'Ó'; keys[1][9][1].northeast = 'Ô' -- keys[2][9][2].east = 'ó'; keys[1][9][2].northeast = 'ô' -keys[2][9][1].east, keys[2][9][1].south = keys[2][9][1].south, keys[2][9][1].east -keys[2][9][2].east, keys[2][9][2].south = keys[2][9][2].south, keys[2][9][2].east +keys[2][9][1].east, keys[2][9][1].northeast = keys[2][9][1].northeast, keys[2][9][1].east +keys[2][9][2].east, keys[2][9][2].northeast = keys[2][9][2].northeast, keys[2][9][2].east -- keys[3][1][1].east = 'Ą'; keys[2][1][1].south = 'Â' -- keys[3][1][2].east = 'ą'; keys[2][1][2].south = 'â'