Skip to content

Commit

Permalink
拡大縮小のデフォルトショートカットを全て削除 (VOICEVOX#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
kebin628 authored Dec 9, 2024
1 parent 4633856 commit 2605c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions public/howtouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,6 @@ GPU をお持ちの方は、音声の生成がずっと速い GPU モードを
- 元に戻す
- `Ctrl` + `Y`
- やり直す
- `Ctrl` + `+`
- 拡大
- `Ctrl` + `-`
- 縮小
- `Esc`
- テキスト欄からカーソルを外す
- 1
Expand Down
4 changes: 2 additions & 2 deletions src/type/preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "拡大率のリセット",
Expand Down

0 comments on commit 2605c8b

Please sign in to comment.