From b4f81b4c2e0224e7a15f7cb52109e6c1f678ec40 Mon Sep 17 00:00:00 2001 From: sunyalei Date: Thu, 15 May 2025 21:58:06 +0800 Subject: [PATCH 1/2] =?UTF-8?q?PC=E5=9C=88=E9=80=89=E7=BB=84=E5=90=88?= =?UTF-8?q?=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunyalei --- 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 f677f0c28f..bfc30e7f71 100644 --- a/etc/exceptional_system_keys_config.json +++ b/etc/exceptional_system_keys_config.json @@ -803,6 +803,12 @@ "finalKey": 2012, "longPressTime": 0, "triggerType": "down" + }, + { + "preKeys": [2045], + "finalKey": 2035, + "longPressTime": 0, + "triggerType": "down" } ] } -- Gitee From effd92978e15fb55b9e8944fc5228d87e6e43316 Mon Sep 17 00:00:00 2001 From: sunyalei Date: Wed, 18 Jun 2025 01:38:54 +0000 Subject: [PATCH 2/2] update etc/exceptional_system_keys_config.json. Signed-off-by: sunyalei --- etc/exceptional_system_keys_config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/exceptional_system_keys_config.json b/etc/exceptional_system_keys_config.json index bfc30e7f71..ae38a85567 100644 --- a/etc/exceptional_system_keys_config.json +++ b/etc/exceptional_system_keys_config.json @@ -805,9 +805,9 @@ "triggerType": "down" }, { - "preKeys": [2045], - "finalKey": 2035, - "longPressTime": 0, + "preKeys": [2076], + "finalKey": 2045, + "longPressTime": 20, "triggerType": "down" } ] -- Gitee