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

234 B

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

editor.commands.keyboardShortcut('undo')