1
0
Fork 0

Reallocate user/kb keycode ranges (#19907)

This commit is contained in:
Joel Challis 2023-02-22 22:50:09 +00:00 committed by GitHub
parent 961f0b7b2d
commit 9f2cd9119f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 82 additions and 69 deletions

View file

@ -90,6 +90,7 @@ def load_spec(version, lang=None):
# Sort?
spec['keycodes'] = dict(sorted(spec.get('keycodes', {}).items()))
spec['ranges'] = dict(sorted(spec.get('ranges', {}).items()))
# Validate?
_validate(spec)