From 816269aed0ad32d6a31837a884abb3db8cf4abd8 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 3 Sep 2023 15:05:23 +0200 Subject: Remove unused editing keys from the settings These keys don't seem to have a purpose, which is confusing. --- check_layout.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'check_layout.py') diff --git a/check_layout.py b/check_layout.py index 0741ffa..d57d948 100644 --- a/check_layout.py +++ b/check_layout.py @@ -60,8 +60,7 @@ def check_layout(layout): "Layout doesn't define some important keys") unexpected_keys(keys, ["copy", "paste", "cut", "selectAll", "shareText", - "pasteAsPlainText", "undo", "redo", "replaceText", - "textAssist", "autofill" ], + "pasteAsPlainText", "undo", "redo" ], "Layout contains editing keys") unexpected_keys(keys, [ "f1", "f2", "f3", "f4", "f5", "f6", "f7", "f8", "f9", -- cgit v1.2.3