Optional argsThe optional arguments passed into the shortcut's command.
The command invoked by the shortcut.
Optional disabledWhether a keyboard shortcut is disabled. False by default.
The key sequence of the shortcut.
If this is a list like ['Ctrl A', 'B'], the user needs to press
Ctrl A followed by B to trigger the shortcuts.
The CSS selector applicable to the shortcut.
Generated using TypeDoc
An interface describing a JupyterLab keyboard shortcut.