mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
a46e626319
commit
077288184c
3 changed files with 7 additions and 2 deletions
|
|
@ -360,6 +360,7 @@ export abstract class Constants {
|
|||
refPopover: {default: "", custom: ""},
|
||||
copyText: {default: "", custom: ""},
|
||||
exitFocus: {default: "", custom: ""},
|
||||
ai: {default: "", custom: ""},
|
||||
switchReadonly: {default: "", custom: ""},
|
||||
expand: {default: "⌘↓", custom: "⌘↓"},
|
||||
collapse: {default: "⌘↑", custom: "⌘↑"},
|
||||
|
|
@ -395,7 +396,7 @@ export abstract class Constants {
|
|||
insertAfter: {default: "⇧⌘A", custom: "⇧⌘A"},
|
||||
jumpToParentNext: {default: "⇧⌘N", custom: "⇧⌘N"},
|
||||
moveToUp: {default: "⇧⌘↑", custom: "⇧⌘↑"},
|
||||
moveToDown: {default: "⇧⌘↓", custom: "⇧⌘↓"},
|
||||
moveToDown: {default: "⇧⌘↓", custom: "⇧⌘↓"}
|
||||
},
|
||||
insert: {
|
||||
appearance: {default: "⌥⌘X", custom: "⌥⌘X"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue