diff options
| author | Jules Aguillon | 2023-09-03 15:05:23 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-09-03 15:05:23 +0200 |
| commit | 816269aed0ad32d6a31837a884abb3db8cf4abd8 (patch) | |
| tree | 1a43680d6d54fdc092178cf83e2c17908f3d6f6f /check_layout.py | |
| parent | 234986817fa4da3397fec242f9b6aa817ea842bc (diff) | |
| download | unexpected-keyboard-816269aed0ad32d6a31837a884abb3db8cf4abd8.tar.gz unexpected-keyboard-816269aed0ad32d6a31837a884abb3db8cf4abd8.zip | |
Remove unused editing keys from the settings
These keys don't seem to have a purpose, which is confusing.
Diffstat (limited to 'check_layout.py')
| -rw-r--r-- | check_layout.py | 3 |
1 files changed, 1 insertions, 2 deletions
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", |
