Trilium Frontend API
    Preparing search index...

    Type Alias KeyboardShortcutsOptions<T>

    KeyboardShortcutsOptions: {
        [key in T as `keyboardShortcuts${Capitalize<key>}`]: string
    }

    For each keyboard action, there is a corresponding option which identifies the key combination defined by the user.

    Type Parameters