mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
This commit is contained in:
parent
920dca9ad9
commit
daa18f6b03
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ export abstract class Constants {
|
||||||
},
|
},
|
||||||
editor: {
|
editor: {
|
||||||
general: {
|
general: {
|
||||||
|
copyPlainText: {default: "", custom: ""},
|
||||||
copyID: {default: "", custom: ""},
|
copyID: {default: "", custom: ""},
|
||||||
netImg2LocalAsset: {default: "", custom: ""},
|
netImg2LocalAsset: {default: "", custom: ""},
|
||||||
hLayout: {default: "", custom: ""},
|
hLayout: {default: "", custom: ""},
|
||||||
|
|
@ -176,6 +177,7 @@ export abstract class Constants {
|
||||||
code: {default: "⇧⌘K", custom: "⇧⌘K"},
|
code: {default: "⇧⌘K", custom: "⇧⌘K"},
|
||||||
},
|
},
|
||||||
heading: {
|
heading: {
|
||||||
|
paragraph: {default: "⌥⌘0", custom: "⌥⌘0"},
|
||||||
heading1: {default: "⌥⌘1", custom: "⌥⌘1"},
|
heading1: {default: "⌥⌘1", custom: "⌥⌘1"},
|
||||||
heading2: {default: "⌥⌘2", custom: "⌥⌘2"},
|
heading2: {default: "⌥⌘2", custom: "⌥⌘2"},
|
||||||
heading3: {default: "⌥⌘3", custom: "⌥⌘3"},
|
heading3: {default: "⌥⌘3", custom: "⌥⌘3"},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue