From 58ffae8856517eec90d651cc24c1363e6cd4a77e Mon Sep 17 00:00:00 2001 From: layyback <18511759309@163.com> Date: Fri, 14 Jan 2022 15:15:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/common/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/common/config.js b/src/main/common/config.js index bcd3e45..4e0bb17 100755 --- a/src/main/common/config.js +++ b/src/main/common/config.js @@ -10,7 +10,7 @@ const defaultConfigForAnyPlatform = { version: 3, perf: { shortCut: { - showAndHidden: "Option+R", + showAndHidden: "Option+C", separate: "Ctrl+D", quit: "Shift+Escape", }, -- GitLab