Interface

AddKeystrokeInfosData (core)

@ckeditor/ckeditor5-core/src/accessibility

interface

Description of keystrokes accepted by the addKeystrokeInfos method.

Keystrokes without specified groupId or categoryId go to the 'common' group in the 'contentEditing' category (default).

See addKeystrokeInfoCategory and addKeystrokeInfoGroup.

Filtering

Properties

  • categoryId : string | undefined

    The category id the keystrokes belong to.

  • groupId : string | undefined

    The group id the keystrokes belong to.

  • keystrokes : Array<KeystrokeInfoDefinition>

    An array of keystroke definitions.