mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-09 10:36:04 +02:00
Remove unused editing keys from the settings
These keys don't seem to have a purpose, which is confusing.
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user