1
0
Fork 0

Tidy up use of keycode range helpers (#19813)

This commit is contained in:
Joel Challis 2023-02-12 17:09:34 +00:00 committed by GitHub
parent 13af265268
commit 6ceff1367d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 9 deletions

View file

@ -13,6 +13,8 @@ def _translate_group(group):
"""
if group == 'modifiers':
return 'modifier'
if group == 'media':
return 'consumer'
return group