Allow to remove keys Tab and Esc

This commit is contained in:
Jules Aguillon
2024-06-09 13:18:25 +02:00
parent 8d793da6b6
commit 52805d9745
53 changed files with 110 additions and 106 deletions

View File

@@ -68,7 +68,7 @@ def check_layout(layout):
missing_some_of(keys, "~!@#$%^&*(){}`[]=\\-_;:/.,?<>'\"+|", "ASCII punctuation")
missing_some_of(keys, "0123456789", "digits")
missing_required(keys,
["esc", "tab", "backspace", "delete",
["loc esc", "loc tab", "backspace", "delete",
"f11_placeholder", "f12_placeholder"],
"Layout doesn't define some important keys")
unexpected_keys(keys,