Documentation / Settings

Hotkeys

hotkeysRemove #

Type: Array, Boolean

Default: false

This setting disables the specified shortcuts.

Redactor('#entry', {
    hotkeysRemove: ['ctrl+k, meta+k']
});