fix conflicting keyboard shortcut for the task list

This commit is contained in:
Hans Pagel
2021-03-24 20:39:56 +01:00
parent 59b031c27c
commit a5f28e421e
4 changed files with 5 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ This extension requires the [`TaskItem`](/api/nodes/task-item) extension.
| taskList | — | Toggle a task list. |
## Keyboard shortcuts
* Windows/Linux: `Control` `Shift` `L`
* macOS: `Cmd` `Shift` `L`
* Windows/Linux: `Control` `Shift` `9`
* macOS: `Cmd` `Shift` `9`
## Source code
[packages/extension-task-list/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-task-list/)