This commit is contained in:
Vanessa 2023-06-24 21:17:28 +08:00
parent 92ab94bf51
commit 72d0b6409b
4 changed files with 11 additions and 1 deletions

View file

@ -211,6 +211,7 @@ export abstract class Constants {
// "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
public static readonly SIYUAN_KEYMAP: IKeymap = {
general: {
commandPanel: {default: "⌥⇧P", custom: "⌥⇧P"},
editMode: {default: "⇧⌘G", custom: "⇧⌘G"},
syncNow: {default: "F9", custom: "F9"},
enterBack: {default: "⌥←", custom: "⌥←"},