@stereograph/teiaviewer - v17.8.0-dev
    Preparing search index...

    Interface KeyboardShortcutModifiers

    interface KeyboardShortcutModifiers {
        alt: boolean;
        ctrl: boolean;
        shift: boolean;
    }
    Index

    Properties

    Properties

    alt: boolean

    Whether to require Alt key

    false
    
    ctrl: boolean

    Whether to require Ctrl key for Windows and Linux, or Meta for MacOS

    false
    
    shift: boolean

    Whether to require Shift key, left or right

    false