This commit is contained in:
Vanessa 2022-12-10 17:42:29 +08:00
parent b3a147d60b
commit 54b5652c24
4 changed files with 214 additions and 66 deletions

View file

@ -191,7 +191,7 @@ export abstract class Constants {
memo: {default: "⌥⌘M", custom: "⌥⌘M"},
underline: {default: "⌘U", custom: "⌘U"},
italic: {default: "⌘I", custom: "⌘I"},
mark: {default: "⌘E", custom: "⌘E"},
mark: {default: "⌥D", custom: "⌥D"},
tag: {default: "⌘T", custom: "⌘T"},
strike: {default: "⇧⌘S", custom: "⇧⌘S"},
"inline-code": {default: "⌘G", custom: "⌘G"},