mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-18 16:59:06 +02:00
Allow to remove keys Tab and Esc
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user