mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
This commit is contained in:
parent
6bf910d776
commit
99ad9f8042
6 changed files with 58 additions and 39 deletions
|
|
@ -357,19 +357,6 @@ export abstract class Constants {
|
|||
duplicate: {default: "⌘D", custom: "⌘D"},
|
||||
expandDown: {default: "⌥⇧↓", custom: "⌥⇧↓"},
|
||||
expandUp: {default: "⌥⇧↑", custom: "⌥⇧↑"},
|
||||
copyPlainText: {default: "", custom: ""},
|
||||
copyID: {default: "", custom: ""},
|
||||
copyProtocolInMd: {default: "", custom: ""},
|
||||
netImg2LocalAsset: {default: "", custom: ""},
|
||||
netAssets2LocalAssets: {default: "", custom: ""},
|
||||
optimizeTypography: {default: "", custom: ""},
|
||||
hLayout: {default: "", custom: ""},
|
||||
vLayout: {default: "", custom: ""},
|
||||
refPopover: {default: "", custom: ""},
|
||||
copyText: {default: "", custom: ""},
|
||||
exitFocus: {default: "", custom: ""},
|
||||
ai: {default: "", custom: ""},
|
||||
switchReadonly: {default: "", custom: ""},
|
||||
expand: {default: "⌘↓", custom: "⌘↓"},
|
||||
collapse: {default: "⌘↑", custom: "⌘↑"},
|
||||
insertBottom: {default: "⌥⌘.", custom: "⌥⌘."},
|
||||
|
|
@ -406,7 +393,21 @@ export abstract class Constants {
|
|||
jumpToParentPrev: {default: "⇧⌘M", custom: "⇧⌘M"},
|
||||
jumpToParent: {default: "⇧⌘J", custom: "⇧⌘J"},
|
||||
moveToUp: {default: "⇧⌘↑", custom: "⇧⌘↑"},
|
||||
moveToDown: {default: "⇧⌘↓", custom: "⇧⌘↓"}
|
||||
moveToDown: {default: "⇧⌘↓", custom: "⇧⌘↓"},
|
||||
duplicateCompletely: {default: "", custom: ""},
|
||||
copyPlainText: {default: "", custom: ""},
|
||||
copyID: {default: "", custom: ""},
|
||||
copyProtocolInMd: {default: "", custom: ""},
|
||||
netImg2LocalAsset: {default: "", custom: ""},
|
||||
netAssets2LocalAssets: {default: "", custom: ""},
|
||||
optimizeTypography: {default: "", custom: ""},
|
||||
hLayout: {default: "", custom: ""},
|
||||
vLayout: {default: "", custom: ""},
|
||||
refPopover: {default: "", custom: ""},
|
||||
copyText: {default: "", custom: ""},
|
||||
exitFocus: {default: "", custom: ""},
|
||||
ai: {default: "", custom: ""},
|
||||
switchReadonly: {default: "", custom: ""},
|
||||
},
|
||||
insert: {
|
||||
appearance: {default: "⌥⌘X", custom: "⌥⌘X"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue