diff options
| author | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-09 13:18:25 +0200 |
| commit | 52805d9745e62e8eafae0051f812f78e3caa2986 (patch) | |
| tree | 6761cce435c59689530504c7e22d1489e9414df1 /check_layout.py | |
| parent | 8d793da6b62cab5ef8f3d86e7d2b776abc22f0fb (diff) | |
| download | unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.tar.gz unexpected-keyboard-52805d9745e62e8eafae0051f812f78e3caa2986.zip | |
Allow to remove keys Tab and Esc
Diffstat (limited to 'check_layout.py')
| -rw-r--r-- | check_layout.py | 2 |
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, |
