rework keyboard shortcuts
This commit is contained in:
@@ -91,7 +91,7 @@ const CodeBlock = Node.create({
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-Shift-c': () => this.editor.commands.toggleCodeBlock(),
|
||||
'Mod-Alt-c': () => this.editor.commands.toggleCodeBlock(),
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user