From e516c04df9841d78cce50a3cb3cda993ecc90322 Mon Sep 17 00:00:00 2001 From: marques <20172333133@m.scnu.edu.cn> Date: Wed, 27 Aug 2025 15:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA<=E5=91=BC=E5=90=B8=E8=B4=A8=E9=87=8F?= =?UTF-8?q?=E6=A0=87=E6=B3=A8>=E6=A8=A1=E5=9D=97=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E9=94=AE=E8=AE=BE=E7=BD=AE=E5=8F=8A=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/utils/ConfigParams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/utils/ConfigParams.py b/func/utils/ConfigParams.py index 942fb56..623a953 100644 --- a/func/utils/ConfigParams.py +++ b/func/utils/ConfigParams.py @@ -288,7 +288,7 @@ class Params: } BCG_QUALITY_LABEL_BTN_PREV_SHORTCUT_KEY: str = "A" BCG_QUALITY_LABEL_BTN_NEXT_SHORTCUT_KEY: str = "D" - BCG_QUALITY_LABEL_BTN_a1_SHORTCUT_KEY: str = "Y" + BCG_QUALITY_LABEL_BTN_a1_SHORTCUT_KEY: str = "U" BCG_QUALITY_LABEL_BTN_a2_SHORTCUT_KEY: str = "I" BCG_QUALITY_LABEL_BTN_b1_SHORTCUT_KEY: str = "O" BCG_QUALITY_LABEL_BTN_b2_SHORTCUT_KEY: str = "P"