From 2254164f40268fa3cb196f9deebbf95389881321 Mon Sep 17 00:00:00 2001 From: DYefremov Date: Mon, 12 Nov 2018 11:26:11 +0300 Subject: [PATCH] F2 code fix --- app/ui/uicommons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/uicommons.py b/app/ui/uicommons.py index c9632a84..d4ef321c 100644 --- a/app/ui/uicommons.py +++ b/app/ui/uicommons.py @@ -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