From 2605c8b5651352c1c5895285574e8fde50612700 Mon Sep 17 00:00:00 2001 From: kebin <36288369+kebin628@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:35:40 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8B=A1=E5=A4=A7=E7=B8=AE=E5=B0=8F=E3=81=AE?= =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88=E3=82=B7=E3=83=A7?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=82=AB=E3=83=83=E3=83=88=E3=82=92=E5=85=A8?= =?UTF-8?q?=E3=81=A6=E5=89=8A=E9=99=A4=20(#2402)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/howtouse.md | 4 ---- src/type/preload.ts | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/public/howtouse.md b/public/howtouse.md index a4b98d8367..f90bd232b3 100644 --- a/public/howtouse.md +++ b/public/howtouse.md @@ -236,10 +236,6 @@ GPU をお持ちの方は、音声の生成がずっと速い GPU モードを - 元に戻す - `Ctrl` + `Y` - やり直す -- `Ctrl` + `+` - - 拡大 -- `Ctrl` + `-` - - 縮小 - `Esc` - テキスト欄からカーソルを外す - 1 diff --git a/src/type/preload.ts b/src/type/preload.ts index 67a03c5a53..a339b660fa 100644 --- a/src/type/preload.ts +++ b/src/type/preload.ts @@ -118,11 +118,11 @@ export const defaultHotkeySettings: HotkeySettingType[] = [ }, { action: "拡大", - combination: HotkeyCombination(!isMac ? "Ctrl +" : "Meta +"), + combination: HotkeyCombination(""), }, { action: "縮小", - combination: HotkeyCombination(!isMac ? "Ctrl -" : "Meta -"), + combination: HotkeyCombination(""), }, { action: "拡大率のリセット",