added space key

This commit is contained in:
DYefremov
2019-02-09 15:16:03 +03:00
parent 267f645c16
commit 81f31e5d8d

View File

@@ -55,6 +55,7 @@ class KeyboardKey(Enum):
LEFT = 113
RIGHT = 114
F2 = 68
SPACE = 65
DELETE = 119
BACK_SPACE = 22
CTRL_L = 37