sesaparcours
    Preparing search index...
    interface IKeyboardAccessible {
        onShortcut(shortcut: KeyboardShortcut): boolean;
    }

    Implemented by

    Index

    Methods

    Methods

    • Handles the given keyboard shortcut.

      Parameters

      Returns boolean

      True if the shortcut has been handled, false otherwise.