abouttreesummaryrefslogcommitdiff
path: root/check_layout.py
diff options
context:
space:
mode:
Diffstat (limited to 'check_layout.py')
-rw-r--r--check_layout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_layout.py b/check_layout.py
index 96e9164..b1701a2 100644
--- a/check_layout.py
+++ b/check_layout.py
@@ -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,