Merge pull request #231 from KMKfw/topic-fix-slash

add / to key names
This commit is contained in:
Josh Klar 2021-09-13 19:59:09 +00:00 committed by GitHub
commit 09e26ae3a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ class KeyAttrDict(AttrDict):
(53, ('GRAVE', 'GRV', 'ZKHK', '`')),
(54, ('COMMA', 'COMM', ',')),
(55, ('DOT', '.')),
(56, ('SLASH', 'SLSH')),
(56, ('SLASH', 'SLSH', '/')),
# Function Keys
(58, ('F1',)),
(59, ('F2',)),