From 8698cf8cda98891330e350a563d09d47809c6773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E5=8D=A1=E7=9A=AE?= <1936036796@qq.com> Date: Wed, 25 Jun 2025 20:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E6=85=A7=E5=B1=8F=E9=95=BF=E6=8C=89?= =?UTF-8?q?=E7=94=B5=E6=BA=90=E9=94=AE8s=E9=85=8D=E7=BD=AE=20=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/exceptional_system_keys_config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/exceptional_system_keys_config.json b/etc/exceptional_system_keys_config.json index 7fe6247829..c6a83df00a 100644 --- a/etc/exceptional_system_keys_config.json +++ b/etc/exceptional_system_keys_config.json @@ -809,6 +809,12 @@ "finalKey": 18, "longPressTime": 1200, "triggerType": "down" + }, + { + "preKeys": [], + "finalKey": 18, + "longPressTime": 8000, + "triggerType": "down" } ] } -- Gitee