From 81f31e5d8ddec8d4b4de5a19e2ba9aa8469e0a00 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Sat, 9 Feb 2019 15:16:03 +0300 Subject: [PATCH] added space key --- app/ui/uicommons.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/ui/uicommons.py b/app/ui/uicommons.py index ea6f46b4..8deaab8d 100644 --- a/app/ui/uicommons.py +++ b/app/ui/uicommons.py @@ -55,6 +55,7 @@ class KeyboardKey(Enum): LEFT = 113 RIGHT = 114 F2 = 68 + SPACE = 65 DELETE = 119 BACK_SPACE = 22 CTRL_L = 37