Skip to content

Commit 0677a74

Browse files
committed
fix: 将马卡龙主题和莫兰迪主题快捷键改的更难触发一些
1 parent bd2a148 commit 0677a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/core/service/controlService/shortcutKeysEngine/shortcutKeysRegister.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,12 @@ export class KeyBindsRegistrar {
636636
setTheme("park");
637637
});
638638

639-
await this.project.keyBinds.create("switchToMacaronTheme", "m k l", () => {
639+
await this.project.keyBinds.create("switchToMacaronTheme", "m k l m k l", () => {
640640
toast.info("切换到马卡龙主题");
641641
setTheme("macaron");
642642
});
643643

644-
await this.project.keyBinds.create("switchToMorandiTheme", "m l d", () => {
644+
await this.project.keyBinds.create("switchToMorandiTheme", "m l d m l d", () => {
645645
toast.info("切换到莫兰迪主题");
646646
setTheme("morandi");
647647
});

0 commit comments

Comments
 (0)