Remove unused editing keys from the settings

These keys don't seem to have a purpose, which is confusing.
This commit is contained in:
Jules Aguillon
2023-09-03 15:05:23 +02:00
parent 234986817f
commit 816269aed0
20 changed files with 7 additions and 57 deletions

View File

@ -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",