|
@@ -83,9 +83,10 @@ export abstract class Constants {
|
|
};
|
|
};
|
|
|
|
|
|
// "⌘", "⇧", "⌥", "⌃"
|
|
// "⌘", "⇧", "⌥", "⌃"
|
|
- // "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦", "F9" 不可自定义
|
|
|
|
|
|
+ // "⌘S", "⌘A", "⌘X", "⌘C", "⌘V", "⌘/", "⌘↑", "⌘↓", "⇧↑", "⇧↓", "⇧→", "⇧←", "⇧⇥", "⇧⌘⇥", "⌃⇥", "⌃⌘⇥", "⇧⌘→", "⇧⌘←", "⌘Home", "⌘End", "⇧↩", "↩", "PageUp", "PageDown", "⌫", "⌦" 不可自定义
|
|
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
|
public static readonly SIYUAN_KEYMAP: IKeymap = {
|
|
general: {
|
|
general: {
|
|
|
|
+ syncNow: {default: "F9", custom: "F9"},
|
|
enterBack: {default: "⌥←", custom: "⌥←"},
|
|
enterBack: {default: "⌥←", custom: "⌥←"},
|
|
enter: {default: "⌥→", custom: "⌥→"},
|
|
enter: {default: "⌥→", custom: "⌥→"},
|
|
goForward: {default: "⌘]", custom: "⌘]"},
|
|
goForward: {default: "⌘]", custom: "⌘]"},
|