add / to key names

This commit is contained in:
Kyle Brown 2021-09-12 11:16:53 -07:00
parent 02a9a088a0
commit e77a0af23c

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