Merge pull request #420 from Sewef/patch-1

Add missing char in charmap
This commit is contained in:
GriffinR 2021-04-20 19:20:21 -04:00 committed by GitHub
commit 03fb7d24e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,10 @@ UP_ARROW = 79
DOWN_ARROW = 7A
LEFT_ARROW = 7B
RIGHT_ARROW = 7C
SUPER_E = 84
'<' = 85
'>' = 86
SUPER_RE = A0
'0' = A1
'1' = A2
'2' = A3