Vanessa 2022-09-02 12:17:10 +08:00
parent bb0995eb6b
commit e1e8eb464b
9 changed files with 77 additions and 49 deletions

View file

@ -125,10 +125,11 @@ export abstract class Constants {
netImg2LocalAsset: {default: "", custom: ""},
hLayout: {default: "", custom: ""},
vLayout: {default: "", custom: ""},
refBottom: {default: "⇧>", custom: "⇧>"},
refRight: {default: "⌥.", custom: "⌥."},
refPopover: {default: "⌥⌘.", custom: "⌥⌘."},
refPopover: {default: "", custom: ""},
insertBottom: {default: "⌥⌘.", custom: "⌥⌘."},
refTab: {default: "⇧⌘.", custom: "⇧⌘."},
openBy: {default: "⌘.", custom: "⌘."},
insertRight: {default: "⌥.", custom: "⌥."},
attr: {default: "⌥⌘A", custom: "⌥⌘A"},
refresh: {default: "F5", custom: "F5"},
copyBlockRef: {default: "⇧⌘C", custom: "⇧⌘C"},