F2 code fix

This commit is contained in:
DYefremov
2018-11-12 11:26:11 +03:00
parent 2ae4ac6383
commit 2254164f40

View File

@@ -48,7 +48,7 @@ class KeyboardKey(Enum):
PAGE_DOWN = 117
LEFT = 113
RIGHT = 114
F2 = 23
F2 = 68
DELETE = 119
BACK_SPACE = 22
CTRL_L = 37