Interface

AddKeystrokeInfoGroupData (core)

@ckeditor/ckeditor5-core/src/accessibility

interface

A description of keystroke group accepted by the addKeystrokeInfoGroup method.

Groups narrow down the context in which the keystrokes are available. When categoryId is not specified, the group goes to the 'contentEditing' category (default).

See addKeystrokeInfoCategory and addKeystrokeInfos.

Filtering

Properties

  • categoryId : string | undefined

    The category id the group belongs to.

  • id : string

    The unique id of the group.

  • keystrokes : Array<KeystrokeInfoDefinition> | undefined

    Keystroke definitions within the group.

  • label : string | undefined

    The label of the group (optional).