tiptap/docs/api/commands/keyboard-shortcut.md
2022-06-08 12:15:59 +02:00

13 lines
234 B
Markdown

# keyboardShortcut
The `keyboardShortcut` command will try to trigger a ShortcutEvent with a given name.
## Parameters
`name: String`
The name of the shortcut to trigger.
## Usage
```js
editor.commands.keyboardShortcut('undo')
```