@cartridge-engine/keyboard-engine
    Preparing search index...

    Type Alias EntryWithOptionalKeys

    An operation entry (shortcut or sequence) that may carry preset keys.

    The keys array stores the default key names that trigger the action; modifyEntryKeys overwrites them in place.

    type EntryWithOptionalKeys = {
        keys?: string[];
    }
    Index
    keys?: string[]

    Preset key names that trigger the action.