Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface describing a JupyterLab keyboard shortcut.

Hierarchy

  • PartialJSONObject
    • IShortcut

Index

Properties

Optional args

args: PartialJSONObject

The optional arguments passed into the shortcut's command.

command

command: string

The command invoked by the shortcut.

Optional disabled

disabled: boolean

Whether a keyboard shortcut is disabled. False by default.

keys

keys: string[]

The key sequence of the shortcut.

Notes

If this is a list like ['Ctrl A', 'B'], the user needs to press Ctrl A followed by B to trigger the shortcuts.

selector

selector: string

The CSS selector applicable to the shortcut.

Generated using TypeDoc