mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
733014b266
commit
719803bff6
4 changed files with 53 additions and 23 deletions
|
|
@ -399,6 +399,8 @@ export abstract class Constants {
|
|||
insertBefore: {default: "⇧⌘B", custom: "⇧⌘B"},
|
||||
insertAfter: {default: "⇧⌘A", custom: "⇧⌘A"},
|
||||
jumpToParentNext: {default: "⇧⌘N", custom: "⇧⌘N"},
|
||||
jumpToParentPrev: {default: "⇧⌘M", custom: "⇧⌘M"},
|
||||
jumpToParent: {default: "⇧⌘J", custom: "⇧⌘J"},
|
||||
moveToUp: {default: "⇧⌘↑", custom: "⇧⌘↑"},
|
||||
moveToDown: {default: "⇧⌘↓", custom: "⇧⌘↓"}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue