MAIDR Documentation - v3.65.0
    Preparing search index...

    Interface KeybindingEntry

    Configuration for a single keyboard binding entry.

    interface KeybindingEntry {
        hotkey: string;
        description: string;
        helpKey?: string;
        showInHelp?: boolean;
    }
    Index

    Properties

    hotkey: string

    The hotkey string (e.g., 's', 'ctrl+up', 'shift+/')

    description: string

    Human-readable description for the help menu

    helpKey?: string

    Override the key display in help menu (e.g., 'cmd + up' instead of 'cmd+up')

    showInHelp?: boolean

    Whether to show this entry in the help menu (default: true)