Documentation

Shortcuts

shortcutsRemove

Type: Array, Boolean

Default: false

This setting disables the specified shortcuts.

ArticleEditor('#entry', {
    css: '/your-article-dist-path/',
    shortcutsRemove: ['ctrl+k, meta+k']
});