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
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)