mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
This commit is contained in:
parent
92ab94bf51
commit
72d0b6409b
4 changed files with 11 additions and 1 deletions
|
|
@ -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: "⌥←"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue