diff options
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", |
