AddKeystrokeInfosData
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).
Properties
categoryId : string | undefinedmodule:core/accessibility~AddKeystrokeInfosData#categoryIdThe category id the keystrokes belong to.
groupId : string | undefinedmodule:core/accessibility~AddKeystrokeInfosData#groupIdThe group id the keystrokes belong to.
keystrokes : Array<KeystrokeInfoDefinition>module:core/accessibility~AddKeystrokeInfosData#keystrokesAn array of keystroke definitions.