From 721676d07aae736a34c7f62710449a86ece3f275 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 28 Jun 2022 18:20:51 +0800 Subject: [PATCH] :bug: tab --- app/src/constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/constants.ts b/app/src/constants.ts index cd586870e..c64a295a3 100644 --- a/app/src/constants.ts +++ b/app/src/constants.ts @@ -82,7 +82,8 @@ export abstract class Constants { }; // "⌘", "⇧", "⌥", "⌃" -// "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "F9" 不可自定义 public static readonly SIYUAN_KEYMAP: IKeymap = { + // "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "F9" 不可自定义 + public static readonly SIYUAN_KEYMAP: IKeymap = { general: { enterBack: {default: "⌥←", custom: "⌥←"}, enter: {default: "⌥→", custom: "⌥→"},