pivotick - v0.0.1
    Preparing search index...

    Interface Keybinding

    interface Keybinding {
        callback: (event: KeyboardEvent) => void;
        description?: string;
        key: string;
    }
    Index

    Properties

    callback: (event: KeyboardEvent) => void
    description?: string
    key: string