js key -> ps2 keycodes

This commit is contained in:
Devaev Maxim
2018-07-09 20:37:43 +00:00
parent 2485f8e548
commit c63e5a39ab
2 changed files with 57 additions and 2 deletions

View File

@@ -34,4 +34,5 @@ deps =
max-line-length = 160
# W503 line break before binary operator
# E227 missing whitespace around bitwise or shift operator
ignore=W503,E227
# E241 multiple spaces after
ignore=W503,E227,E241