We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2a148 commit 0677a74Copy full SHA for 0677a74
app/src/core/service/controlService/shortcutKeysEngine/shortcutKeysRegister.tsx
@@ -636,12 +636,12 @@ export class KeyBindsRegistrar {
636
setTheme("park");
637
});
638
639
- await this.project.keyBinds.create("switchToMacaronTheme", "m k l", () => {
+ await this.project.keyBinds.create("switchToMacaronTheme", "m k l m k l", () => {
640
toast.info("切换到马卡龙主题");
641
setTheme("macaron");
642
643
644
- await this.project.keyBinds.create("switchToMorandiTheme", "m l d", () => {
+ await this.project.keyBinds.create("switchToMorandiTheme", "m l d m l d", () => {
645
toast.info("切换到莫兰迪主题");
646
setTheme("morandi");
647
0 commit comments