rework keyboard shortcuts
This commit is contained in:
@@ -40,6 +40,12 @@ const TaskList = Node.create({
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
addKeyboardShortcuts() {
|
||||
return {
|
||||
'Mod-Shift-l': () => this.editor.commands.toggleTaskList(),
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
export default TaskList
|
||||
|
||||
Reference in New Issue
Block a user