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

    Interface ContextMenuItemProps

    interface ContextMenuItemProps {
        closeContextMenuOnClick?: boolean;
        disabled?: boolean;
        hidden?: boolean;
        label: string;
        onClick?: () => void;
        shortcut?:
            | Letter
            | SpecialKey
            | "shift+A"
            | "shift+B"
            | "shift+C"
            | "shift+D"
            | "shift+E"
            | "shift+F"
            | "shift+G"
            | "shift+H"
            | "shift+I"
            | "shift+J"
            | "shift+K"
            | "shift+L"
            | "shift+M"
            | "shift+N"
            | "shift+O"
            | "shift+P"
            | "shift+Q"
            | "shift+R"
            | "shift+S"
            | "shift+T"
            | "shift+U"
            | "shift+V"
            | "shift+W"
            | "shift+X"
            | "shift+Y"
            | "shift+Z"
            | "shift+escape"
            | "shift+space"
            | "shift+arrowup"
            | "shift+arrowdown"
            | "shift+arrowleft"
            | "shift+arrowright"
            | "alt+A"
            | "alt+B"
            | "alt+C"
            | "alt+D"
            | "alt+E"
            | "alt+F"
            | "alt+G"
            | "alt+H"
            | "alt+I"
            | "alt+J"
            | "alt+K"
            | "alt+L"
            | "alt+M"
            | "alt+N"
            | "alt+O"
            | "alt+P"
            | "alt+Q"
            | "alt+R"
            | "alt+S"
            | "alt+T"
            | "alt+U"
            | "alt+V"
            | "alt+W"
            | "alt+X"
            | "alt+Y"
            | "alt+Z"
            | "alt+escape"
            | "alt+space"
            | "alt+arrowup"
            | "alt+arrowdown"
            | "alt+arrowleft"
            | "alt+arrowright"
            | "ctrl+A"
            | "ctrl+B"
            | "ctrl+C"
            | "ctrl+D"
            | "ctrl+E"
            | "ctrl+F"
            | "ctrl+G"
            | "ctrl+H"
            | "ctrl+I"
            | "ctrl+J"
            | "ctrl+K"
            | "ctrl+L"
            | "ctrl+M"
            | "ctrl+N"
            | "ctrl+O"
            | "ctrl+P"
            | "ctrl+Q"
            | "ctrl+R"
            | "ctrl+S"
            | "ctrl+T"
            | "ctrl+U"
            | "ctrl+V"
            | "ctrl+W"
            | "ctrl+X"
            | "ctrl+Y"
            | "ctrl+Z"
            | "ctrl+escape"
            | "ctrl+space"
            | "ctrl+arrowup"
            | "ctrl+arrowdown"
            | "ctrl+arrowleft"
            | "ctrl+arrowright"
            | "alt+ctrl+A"
            | "alt+ctrl+B"
            | "alt+ctrl+C"
            | "alt+ctrl+D"
            | "alt+ctrl+E"
            | "alt+ctrl+F"
            | "alt+ctrl+G"
            | "alt+ctrl+H"
            | "alt+ctrl+I"
            | "alt+ctrl+J"
            | "alt+ctrl+K"
            | "alt+ctrl+L"
            | "alt+ctrl+M"
            | "alt+ctrl+N"
            | "alt+ctrl+O"
            | "alt+ctrl+P"
            | "alt+ctrl+Q"
            | "alt+ctrl+R"
            | "alt+ctrl+S"
            | "alt+ctrl+T"
            | "alt+ctrl+U"
            | "alt+ctrl+V"
            | "alt+ctrl+W"
            | "alt+ctrl+X"
            | "alt+ctrl+Y"
            | "alt+ctrl+Z"
            | "alt+ctrl+escape"
            | "alt+ctrl+space"
            | "alt+ctrl+arrowup"
            | "alt+ctrl+arrowdown"
            | "alt+ctrl+arrowleft"
            | "alt+ctrl+arrowright"
            | "ctrl+alt+A"
            | "ctrl+alt+B"
            | "ctrl+alt+C"
            | "ctrl+alt+D"
            | "ctrl+alt+E"
            | "ctrl+alt+F"
            | "ctrl+alt+G"
            | "ctrl+alt+H"
            | "ctrl+alt+I"
            | "ctrl+alt+J"
            | "ctrl+alt+K"
            | "ctrl+alt+L"
            | "ctrl+alt+M"
            | "ctrl+alt+N"
            | "ctrl+alt+O"
            | "ctrl+alt+P"
            | "ctrl+alt+Q"
            | "ctrl+alt+R"
            | "ctrl+alt+S"
            | "ctrl+alt+T"
            | "ctrl+alt+U"
            | "ctrl+alt+V"
            | "ctrl+alt+W"
            | "ctrl+alt+X"
            | "ctrl+alt+Y"
            | "ctrl+alt+Z"
            | "ctrl+alt+escape"
            | "ctrl+alt+space"
            | "ctrl+alt+arrowup"
            | "ctrl+alt+arrowdown"
            | "ctrl+alt+arrowleft"
            | "ctrl+alt+arrowright"
            | "shift+alt+A"
            | "shift+alt+B"
            | "shift+alt+C"
            | "shift+alt+D"
            | "shift+alt+E"
            | "shift+alt+F"
            | "shift+alt+G"
            | "shift+alt+H"
            | "shift+alt+I"
            | "shift+alt+J"
            | "shift+alt+K"
            | "shift+alt+L"
            | "shift+alt+M"
            | "shift+alt+N"
            | "shift+alt+O"
            | "shift+alt+P"
            | "shift+alt+Q"
            | "shift+alt+R"
            | "shift+alt+S"
            | "shift+alt+T"
            | "shift+alt+U"
            | "shift+alt+V"
            | "shift+alt+W"
            | "shift+alt+X"
            | "shift+alt+Y"
            | "shift+alt+Z"
            | "shift+alt+escape"
            | "shift+alt+space"
            | "shift+alt+arrowup"
            | "shift+alt+arrowdown"
            | "shift+alt+arrowleft"
            | "shift+alt+arrowright"
            | "shift+ctrl+A"
            | "shift+ctrl+B"
            | "shift+ctrl+C"
            | "shift+ctrl+D"
            | "shift+ctrl+E"
            | "shift+ctrl+F"
            | "shift+ctrl+G"
            | "shift+ctrl+H"
            | "shift+ctrl+I"
            | "shift+ctrl+J"
            | "shift+ctrl+K"
            | "shift+ctrl+L"
            | "shift+ctrl+M"
            | "shift+ctrl+N"
            | "shift+ctrl+O"
            | "shift+ctrl+P"
            | "shift+ctrl+Q"
            | "shift+ctrl+R"
            | "shift+ctrl+S"
            | "shift+ctrl+T"
            | "shift+ctrl+U"
            | "shift+ctrl+V"
            | "shift+ctrl+W"
            | "shift+ctrl+X"
            | "shift+ctrl+Y"
            | "shift+ctrl+Z"
            | "shift+ctrl+escape"
            | "shift+ctrl+space"
            | "shift+ctrl+arrowup"
            | "shift+ctrl+arrowdown"
            | "shift+ctrl+arrowleft"
            | "shift+ctrl+arrowright"
            | "shift+alt+ctrl+A"
            | "shift+alt+ctrl+B"
            | "shift+alt+ctrl+C"
            | "shift+alt+ctrl+D"
            | "shift+alt+ctrl+E"
            | "shift+alt+ctrl+F"
            | "shift+alt+ctrl+G"
            | "shift+alt+ctrl+H"
            | "shift+alt+ctrl+I"
            | "shift+alt+ctrl+J"
            | "shift+alt+ctrl+K"
            | "shift+alt+ctrl+L"
            | "shift+alt+ctrl+M"
            | "shift+alt+ctrl+N"
            | "shift+alt+ctrl+O"
            | "shift+alt+ctrl+P"
            | "shift+alt+ctrl+Q"
            | "shift+alt+ctrl+R"
            | "shift+alt+ctrl+S"
            | "shift+alt+ctrl+T"
            | "shift+alt+ctrl+U"
            | "shift+alt+ctrl+V"
            | "shift+alt+ctrl+W"
            | "shift+alt+ctrl+X"
            | "shift+alt+ctrl+Y"
            | "shift+alt+ctrl+Z"
            | "shift+alt+ctrl+escape"
            | "shift+alt+ctrl+space"
            | "shift+alt+ctrl+arrowup"
            | "shift+alt+ctrl+arrowdown"
            | "shift+alt+ctrl+arrowleft"
            | "shift+alt+ctrl+arrowright"
            | "shift+ctrl+alt+A"
            | "shift+ctrl+alt+B"
            | "shift+ctrl+alt+C"
            | "shift+ctrl+alt+D"
            | "shift+ctrl+alt+E"
            | "shift+ctrl+alt+F"
            | "shift+ctrl+alt+G"
            | "shift+ctrl+alt+H"
            | "shift+ctrl+alt+I"
            | "shift+ctrl+alt+J"
            | "shift+ctrl+alt+K"
            | "shift+ctrl+alt+L"
            | "shift+ctrl+alt+M"
            | "shift+ctrl+alt+N"
            | "shift+ctrl+alt+O"
            | "shift+ctrl+alt+P"
            | "shift+ctrl+alt+Q"
            | "shift+ctrl+alt+R"
            | "shift+ctrl+alt+S"
            | "shift+ctrl+alt+T"
            | "shift+ctrl+alt+U"
            | "shift+ctrl+alt+V"
            | "shift+ctrl+alt+W"
            | "shift+ctrl+alt+X"
            | "shift+ctrl+alt+Y"
            | "shift+ctrl+alt+Z"
            | "shift+ctrl+alt+escape"
            | "shift+ctrl+alt+space"
            | "shift+ctrl+alt+arrowup"
            | "shift+ctrl+alt+arrowdown"
            | "shift+ctrl+alt+arrowleft"
            | "shift+ctrl+alt+arrowright"
            | "ctrl+shift+A"
            | "ctrl+shift+B"
            | "ctrl+shift+C"
            | "ctrl+shift+D"
            | "ctrl+shift+E"
            | "ctrl+shift+F"
            | "ctrl+shift+G"
            | "ctrl+shift+H"
            | "ctrl+shift+I"
            | "ctrl+shift+J"
            | "ctrl+shift+K"
            | "ctrl+shift+L"
            | "ctrl+shift+M"
            | "ctrl+shift+N"
            | "ctrl+shift+O"
            | "ctrl+shift+P"
            | "ctrl+shift+Q"
            | "ctrl+shift+R"
            | "ctrl+shift+S"
            | "ctrl+shift+T"
            | "ctrl+shift+U"
            | "ctrl+shift+V"
            | "ctrl+shift+W"
            | "ctrl+shift+X"
            | "ctrl+shift+Y"
            | "ctrl+shift+Z"
            | "ctrl+shift+escape"
            | "ctrl+shift+space"
            | "ctrl+shift+arrowup"
            | "ctrl+shift+arrowdown"
            | "ctrl+shift+arrowleft"
            | "ctrl+shift+arrowright"
            | "alt+shift+A"
            | "alt+shift+B"
            | "alt+shift+C"
            | "alt+shift+D"
            | "alt+shift+E"
            | "alt+shift+F"
            | "alt+shift+G"
            | "alt+shift+H"
            | "alt+shift+I"
            | "alt+shift+J"
            | "alt+shift+K"
            | "alt+shift+L"
            | "alt+shift+M"
            | "alt+shift+N"
            | "alt+shift+O"
            | "alt+shift+P"
            | "alt+shift+Q"
            | "alt+shift+R"
            | "alt+shift+S"
            | "alt+shift+T"
            | "alt+shift+U"
            | "alt+shift+V"
            | "alt+shift+W"
            | "alt+shift+X"
            | "alt+shift+Y"
            | "alt+shift+Z"
            | "alt+shift+escape"
            | "alt+shift+space"
            | "alt+shift+arrowup"
            | "alt+shift+arrowdown"
            | "alt+shift+arrowleft"
            | "alt+shift+arrowright"
            | "alt+shift+ctrl+A"
            | "alt+shift+ctrl+B"
            | "alt+shift+ctrl+C"
            | "alt+shift+ctrl+D"
            | "alt+shift+ctrl+E"
            | "alt+shift+ctrl+F"
            | "alt+shift+ctrl+G"
            | "alt+shift+ctrl+H"
            | "alt+shift+ctrl+I"
            | "alt+shift+ctrl+J"
            | "alt+shift+ctrl+K"
            | "alt+shift+ctrl+L"
            | "alt+shift+ctrl+M"
            | "alt+shift+ctrl+N"
            | "alt+shift+ctrl+O"
            | "alt+shift+ctrl+P"
            | "alt+shift+ctrl+Q"
            | "alt+shift+ctrl+R"
            | "alt+shift+ctrl+S"
            | "alt+shift+ctrl+T"
            | "alt+shift+ctrl+U"
            | "alt+shift+ctrl+V"
            | "alt+shift+ctrl+W"
            | "alt+shift+ctrl+X"
            | "alt+shift+ctrl+Y"
            | "alt+shift+ctrl+Z"
            | "alt+shift+ctrl+escape"
            | "alt+shift+ctrl+space"
            | "alt+shift+ctrl+arrowup"
            | "alt+shift+ctrl+arrowdown"
            | "alt+shift+ctrl+arrowleft"
            | "alt+shift+ctrl+arrowright"
            | "alt+ctrl+shift+A"
            | "alt+ctrl+shift+B"
            | "alt+ctrl+shift+C"
            | "alt+ctrl+shift+D"
            | "alt+ctrl+shift+E"
            | "alt+ctrl+shift+F"
            | "alt+ctrl+shift+G"
            | "alt+ctrl+shift+H"
            | "alt+ctrl+shift+I"
            | "alt+ctrl+shift+J"
            | "alt+ctrl+shift+K"
            | "alt+ctrl+shift+L"
            | "alt+ctrl+shift+M"
            | "alt+ctrl+shift+N"
            | "alt+ctrl+shift+O"
            | "alt+ctrl+shift+P"
            | "alt+ctrl+shift+Q"
            | "alt+ctrl+shift+R"
            | "alt+ctrl+shift+S"
            | "alt+ctrl+shift+T"
            | "alt+ctrl+shift+U"
            | "alt+ctrl+shift+V"
            | "alt+ctrl+shift+W"
            | "alt+ctrl+shift+X"
            | "alt+ctrl+shift+Y"
            | "alt+ctrl+shift+Z"
            | "alt+ctrl+shift+escape"
            | "alt+ctrl+shift+space"
            | "alt+ctrl+shift+arrowup"
            | "alt+ctrl+shift+arrowdown"
            | "alt+ctrl+shift+arrowleft"
            | "alt+ctrl+shift+arrowright"
            | "ctrl+shift+alt+A"
            | "ctrl+shift+alt+B"
            | "ctrl+shift+alt+C"
            | "ctrl+shift+alt+D"
            | "ctrl+shift+alt+E"
            | "ctrl+shift+alt+F"
            | "ctrl+shift+alt+G"
            | "ctrl+shift+alt+H"
            | "ctrl+shift+alt+I"
            | "ctrl+shift+alt+J"
            | "ctrl+shift+alt+K"
            | "ctrl+shift+alt+L"
            | "ctrl+shift+alt+M"
            | "ctrl+shift+alt+N"
            | "ctrl+shift+alt+O"
            | "ctrl+shift+alt+P"
            | "ctrl+shift+alt+Q"
            | "ctrl+shift+alt+R"
            | "ctrl+shift+alt+S"
            | "ctrl+shift+alt+T"
            | "ctrl+shift+alt+U"
            | "ctrl+shift+alt+V"
            | "ctrl+shift+alt+W"
            | "ctrl+shift+alt+X"
            | "ctrl+shift+alt+Y"
            | "ctrl+shift+alt+Z"
            | "ctrl+shift+alt+escape"
            | "ctrl+shift+alt+space"
            | "ctrl+shift+alt+arrowup"
            | "ctrl+shift+alt+arrowdown"
            | "ctrl+shift+alt+arrowleft"
            | "ctrl+shift+alt+arrowright"
            | "ctrl+alt+shift+A"
            | "ctrl+alt+shift+B"
            | "ctrl+alt+shift+C"
            | "ctrl+alt+shift+D"
            | "ctrl+alt+shift+E"
            | "ctrl+alt+shift+F"
            | "ctrl+alt+shift+G"
            | "ctrl+alt+shift+H"
            | "ctrl+alt+shift+I"
            | "ctrl+alt+shift+J"
            | "ctrl+alt+shift+K"
            | "ctrl+alt+shift+L"
            | "ctrl+alt+shift+M"
            | "ctrl+alt+shift+N"
            | "ctrl+alt+shift+O"
            | "ctrl+alt+shift+P"
            | "ctrl+alt+shift+Q"
            | "ctrl+alt+shift+R"
            | "ctrl+alt+shift+S"
            | "ctrl+alt+shift+T"
            | "ctrl+alt+shift+U"
            | "ctrl+alt+shift+V"
            | "ctrl+alt+shift+W"
            | "ctrl+alt+shift+X"
            | "ctrl+alt+shift+Y"
            | "ctrl+alt+shift+Z"
            | "ctrl+alt+shift+escape"
            | "ctrl+alt+shift+space"
            | "ctrl+alt+shift+arrowup"
            | "ctrl+alt+shift+arrowdown"
            | "ctrl+alt+shift+arrowleft"
            | "ctrl+alt+shift+arrowright";
    }
    Index

    Properties

    closeContextMenuOnClick?: boolean
    disabled?: boolean
    hidden?: boolean
    label: string
    onClick?: () => void
    shortcut?:
        | Letter
        | SpecialKey
        | "shift+A"
        | "shift+B"
        | "shift+C"
        | "shift+D"
        | "shift+E"
        | "shift+F"
        | "shift+G"
        | "shift+H"
        | "shift+I"
        | "shift+J"
        | "shift+K"
        | "shift+L"
        | "shift+M"
        | "shift+N"
        | "shift+O"
        | "shift+P"
        | "shift+Q"
        | "shift+R"
        | "shift+S"
        | "shift+T"
        | "shift+U"
        | "shift+V"
        | "shift+W"
        | "shift+X"
        | "shift+Y"
        | "shift+Z"
        | "shift+escape"
        | "shift+space"
        | "shift+arrowup"
        | "shift+arrowdown"
        | "shift+arrowleft"
        | "shift+arrowright"
        | "alt+A"
        | "alt+B"
        | "alt+C"
        | "alt+D"
        | "alt+E"
        | "alt+F"
        | "alt+G"
        | "alt+H"
        | "alt+I"
        | "alt+J"
        | "alt+K"
        | "alt+L"
        | "alt+M"
        | "alt+N"
        | "alt+O"
        | "alt+P"
        | "alt+Q"
        | "alt+R"
        | "alt+S"
        | "alt+T"
        | "alt+U"
        | "alt+V"
        | "alt+W"
        | "alt+X"
        | "alt+Y"
        | "alt+Z"
        | "alt+escape"
        | "alt+space"
        | "alt+arrowup"
        | "alt+arrowdown"
        | "alt+arrowleft"
        | "alt+arrowright"
        | "ctrl+A"
        | "ctrl+B"
        | "ctrl+C"
        | "ctrl+D"
        | "ctrl+E"
        | "ctrl+F"
        | "ctrl+G"
        | "ctrl+H"
        | "ctrl+I"
        | "ctrl+J"
        | "ctrl+K"
        | "ctrl+L"
        | "ctrl+M"
        | "ctrl+N"
        | "ctrl+O"
        | "ctrl+P"
        | "ctrl+Q"
        | "ctrl+R"
        | "ctrl+S"
        | "ctrl+T"
        | "ctrl+U"
        | "ctrl+V"
        | "ctrl+W"
        | "ctrl+X"
        | "ctrl+Y"
        | "ctrl+Z"
        | "ctrl+escape"
        | "ctrl+space"
        | "ctrl+arrowup"
        | "ctrl+arrowdown"
        | "ctrl+arrowleft"
        | "ctrl+arrowright"
        | "alt+ctrl+A"
        | "alt+ctrl+B"
        | "alt+ctrl+C"
        | "alt+ctrl+D"
        | "alt+ctrl+E"
        | "alt+ctrl+F"
        | "alt+ctrl+G"
        | "alt+ctrl+H"
        | "alt+ctrl+I"
        | "alt+ctrl+J"
        | "alt+ctrl+K"
        | "alt+ctrl+L"
        | "alt+ctrl+M"
        | "alt+ctrl+N"
        | "alt+ctrl+O"
        | "alt+ctrl+P"
        | "alt+ctrl+Q"
        | "alt+ctrl+R"
        | "alt+ctrl+S"
        | "alt+ctrl+T"
        | "alt+ctrl+U"
        | "alt+ctrl+V"
        | "alt+ctrl+W"
        | "alt+ctrl+X"
        | "alt+ctrl+Y"
        | "alt+ctrl+Z"
        | "alt+ctrl+escape"
        | "alt+ctrl+space"
        | "alt+ctrl+arrowup"
        | "alt+ctrl+arrowdown"
        | "alt+ctrl+arrowleft"
        | "alt+ctrl+arrowright"
        | "ctrl+alt+A"
        | "ctrl+alt+B"
        | "ctrl+alt+C"
        | "ctrl+alt+D"
        | "ctrl+alt+E"
        | "ctrl+alt+F"
        | "ctrl+alt+G"
        | "ctrl+alt+H"
        | "ctrl+alt+I"
        | "ctrl+alt+J"
        | "ctrl+alt+K"
        | "ctrl+alt+L"
        | "ctrl+alt+M"
        | "ctrl+alt+N"
        | "ctrl+alt+O"
        | "ctrl+alt+P"
        | "ctrl+alt+Q"
        | "ctrl+alt+R"
        | "ctrl+alt+S"
        | "ctrl+alt+T"
        | "ctrl+alt+U"
        | "ctrl+alt+V"
        | "ctrl+alt+W"
        | "ctrl+alt+X"
        | "ctrl+alt+Y"
        | "ctrl+alt+Z"
        | "ctrl+alt+escape"
        | "ctrl+alt+space"
        | "ctrl+alt+arrowup"
        | "ctrl+alt+arrowdown"
        | "ctrl+alt+arrowleft"
        | "ctrl+alt+arrowright"
        | "shift+alt+A"
        | "shift+alt+B"
        | "shift+alt+C"
        | "shift+alt+D"
        | "shift+alt+E"
        | "shift+alt+F"
        | "shift+alt+G"
        | "shift+alt+H"
        | "shift+alt+I"
        | "shift+alt+J"
        | "shift+alt+K"
        | "shift+alt+L"
        | "shift+alt+M"
        | "shift+alt+N"
        | "shift+alt+O"
        | "shift+alt+P"
        | "shift+alt+Q"
        | "shift+alt+R"
        | "shift+alt+S"
        | "shift+alt+T"
        | "shift+alt+U"
        | "shift+alt+V"
        | "shift+alt+W"
        | "shift+alt+X"
        | "shift+alt+Y"
        | "shift+alt+Z"
        | "shift+alt+escape"
        | "shift+alt+space"
        | "shift+alt+arrowup"
        | "shift+alt+arrowdown"
        | "shift+alt+arrowleft"
        | "shift+alt+arrowright"
        | "shift+ctrl+A"
        | "shift+ctrl+B"
        | "shift+ctrl+C"
        | "shift+ctrl+D"
        | "shift+ctrl+E"
        | "shift+ctrl+F"
        | "shift+ctrl+G"
        | "shift+ctrl+H"
        | "shift+ctrl+I"
        | "shift+ctrl+J"
        | "shift+ctrl+K"
        | "shift+ctrl+L"
        | "shift+ctrl+M"
        | "shift+ctrl+N"
        | "shift+ctrl+O"
        | "shift+ctrl+P"
        | "shift+ctrl+Q"
        | "shift+ctrl+R"
        | "shift+ctrl+S"
        | "shift+ctrl+T"
        | "shift+ctrl+U"
        | "shift+ctrl+V"
        | "shift+ctrl+W"
        | "shift+ctrl+X"
        | "shift+ctrl+Y"
        | "shift+ctrl+Z"
        | "shift+ctrl+escape"
        | "shift+ctrl+space"
        | "shift+ctrl+arrowup"
        | "shift+ctrl+arrowdown"
        | "shift+ctrl+arrowleft"
        | "shift+ctrl+arrowright"
        | "shift+alt+ctrl+A"
        | "shift+alt+ctrl+B"
        | "shift+alt+ctrl+C"
        | "shift+alt+ctrl+D"
        | "shift+alt+ctrl+E"
        | "shift+alt+ctrl+F"
        | "shift+alt+ctrl+G"
        | "shift+alt+ctrl+H"
        | "shift+alt+ctrl+I"
        | "shift+alt+ctrl+J"
        | "shift+alt+ctrl+K"
        | "shift+alt+ctrl+L"
        | "shift+alt+ctrl+M"
        | "shift+alt+ctrl+N"
        | "shift+alt+ctrl+O"
        | "shift+alt+ctrl+P"
        | "shift+alt+ctrl+Q"
        | "shift+alt+ctrl+R"
        | "shift+alt+ctrl+S"
        | "shift+alt+ctrl+T"
        | "shift+alt+ctrl+U"
        | "shift+alt+ctrl+V"
        | "shift+alt+ctrl+W"
        | "shift+alt+ctrl+X"
        | "shift+alt+ctrl+Y"
        | "shift+alt+ctrl+Z"
        | "shift+alt+ctrl+escape"
        | "shift+alt+ctrl+space"
        | "shift+alt+ctrl+arrowup"
        | "shift+alt+ctrl+arrowdown"
        | "shift+alt+ctrl+arrowleft"
        | "shift+alt+ctrl+arrowright"
        | "shift+ctrl+alt+A"
        | "shift+ctrl+alt+B"
        | "shift+ctrl+alt+C"
        | "shift+ctrl+alt+D"
        | "shift+ctrl+alt+E"
        | "shift+ctrl+alt+F"
        | "shift+ctrl+alt+G"
        | "shift+ctrl+alt+H"
        | "shift+ctrl+alt+I"
        | "shift+ctrl+alt+J"
        | "shift+ctrl+alt+K"
        | "shift+ctrl+alt+L"
        | "shift+ctrl+alt+M"
        | "shift+ctrl+alt+N"
        | "shift+ctrl+alt+O"
        | "shift+ctrl+alt+P"
        | "shift+ctrl+alt+Q"
        | "shift+ctrl+alt+R"
        | "shift+ctrl+alt+S"
        | "shift+ctrl+alt+T"
        | "shift+ctrl+alt+U"
        | "shift+ctrl+alt+V"
        | "shift+ctrl+alt+W"
        | "shift+ctrl+alt+X"
        | "shift+ctrl+alt+Y"
        | "shift+ctrl+alt+Z"
        | "shift+ctrl+alt+escape"
        | "shift+ctrl+alt+space"
        | "shift+ctrl+alt+arrowup"
        | "shift+ctrl+alt+arrowdown"
        | "shift+ctrl+alt+arrowleft"
        | "shift+ctrl+alt+arrowright"
        | "ctrl+shift+A"
        | "ctrl+shift+B"
        | "ctrl+shift+C"
        | "ctrl+shift+D"
        | "ctrl+shift+E"
        | "ctrl+shift+F"
        | "ctrl+shift+G"
        | "ctrl+shift+H"
        | "ctrl+shift+I"
        | "ctrl+shift+J"
        | "ctrl+shift+K"
        | "ctrl+shift+L"
        | "ctrl+shift+M"
        | "ctrl+shift+N"
        | "ctrl+shift+O"
        | "ctrl+shift+P"
        | "ctrl+shift+Q"
        | "ctrl+shift+R"
        | "ctrl+shift+S"
        | "ctrl+shift+T"
        | "ctrl+shift+U"
        | "ctrl+shift+V"
        | "ctrl+shift+W"
        | "ctrl+shift+X"
        | "ctrl+shift+Y"
        | "ctrl+shift+Z"
        | "ctrl+shift+escape"
        | "ctrl+shift+space"
        | "ctrl+shift+arrowup"
        | "ctrl+shift+arrowdown"
        | "ctrl+shift+arrowleft"
        | "ctrl+shift+arrowright"
        | "alt+shift+A"
        | "alt+shift+B"
        | "alt+shift+C"
        | "alt+shift+D"
        | "alt+shift+E"
        | "alt+shift+F"
        | "alt+shift+G"
        | "alt+shift+H"
        | "alt+shift+I"
        | "alt+shift+J"
        | "alt+shift+K"
        | "alt+shift+L"
        | "alt+shift+M"
        | "alt+shift+N"
        | "alt+shift+O"
        | "alt+shift+P"
        | "alt+shift+Q"
        | "alt+shift+R"
        | "alt+shift+S"
        | "alt+shift+T"
        | "alt+shift+U"
        | "alt+shift+V"
        | "alt+shift+W"
        | "alt+shift+X"
        | "alt+shift+Y"
        | "alt+shift+Z"
        | "alt+shift+escape"
        | "alt+shift+space"
        | "alt+shift+arrowup"
        | "alt+shift+arrowdown"
        | "alt+shift+arrowleft"
        | "alt+shift+arrowright"
        | "alt+shift+ctrl+A"
        | "alt+shift+ctrl+B"
        | "alt+shift+ctrl+C"
        | "alt+shift+ctrl+D"
        | "alt+shift+ctrl+E"
        | "alt+shift+ctrl+F"
        | "alt+shift+ctrl+G"
        | "alt+shift+ctrl+H"
        | "alt+shift+ctrl+I"
        | "alt+shift+ctrl+J"
        | "alt+shift+ctrl+K"
        | "alt+shift+ctrl+L"
        | "alt+shift+ctrl+M"
        | "alt+shift+ctrl+N"
        | "alt+shift+ctrl+O"
        | "alt+shift+ctrl+P"
        | "alt+shift+ctrl+Q"
        | "alt+shift+ctrl+R"
        | "alt+shift+ctrl+S"
        | "alt+shift+ctrl+T"
        | "alt+shift+ctrl+U"
        | "alt+shift+ctrl+V"
        | "alt+shift+ctrl+W"
        | "alt+shift+ctrl+X"
        | "alt+shift+ctrl+Y"
        | "alt+shift+ctrl+Z"
        | "alt+shift+ctrl+escape"
        | "alt+shift+ctrl+space"
        | "alt+shift+ctrl+arrowup"
        | "alt+shift+ctrl+arrowdown"
        | "alt+shift+ctrl+arrowleft"
        | "alt+shift+ctrl+arrowright"
        | "alt+ctrl+shift+A"
        | "alt+ctrl+shift+B"
        | "alt+ctrl+shift+C"
        | "alt+ctrl+shift+D"
        | "alt+ctrl+shift+E"
        | "alt+ctrl+shift+F"
        | "alt+ctrl+shift+G"
        | "alt+ctrl+shift+H"
        | "alt+ctrl+shift+I"
        | "alt+ctrl+shift+J"
        | "alt+ctrl+shift+K"
        | "alt+ctrl+shift+L"
        | "alt+ctrl+shift+M"
        | "alt+ctrl+shift+N"
        | "alt+ctrl+shift+O"
        | "alt+ctrl+shift+P"
        | "alt+ctrl+shift+Q"
        | "alt+ctrl+shift+R"
        | "alt+ctrl+shift+S"
        | "alt+ctrl+shift+T"
        | "alt+ctrl+shift+U"
        | "alt+ctrl+shift+V"
        | "alt+ctrl+shift+W"
        | "alt+ctrl+shift+X"
        | "alt+ctrl+shift+Y"
        | "alt+ctrl+shift+Z"
        | "alt+ctrl+shift+escape"
        | "alt+ctrl+shift+space"
        | "alt+ctrl+shift+arrowup"
        | "alt+ctrl+shift+arrowdown"
        | "alt+ctrl+shift+arrowleft"
        | "alt+ctrl+shift+arrowright"
        | "ctrl+shift+alt+A"
        | "ctrl+shift+alt+B"
        | "ctrl+shift+alt+C"
        | "ctrl+shift+alt+D"
        | "ctrl+shift+alt+E"
        | "ctrl+shift+alt+F"
        | "ctrl+shift+alt+G"
        | "ctrl+shift+alt+H"
        | "ctrl+shift+alt+I"
        | "ctrl+shift+alt+J"
        | "ctrl+shift+alt+K"
        | "ctrl+shift+alt+L"
        | "ctrl+shift+alt+M"
        | "ctrl+shift+alt+N"
        | "ctrl+shift+alt+O"
        | "ctrl+shift+alt+P"
        | "ctrl+shift+alt+Q"
        | "ctrl+shift+alt+R"
        | "ctrl+shift+alt+S"
        | "ctrl+shift+alt+T"
        | "ctrl+shift+alt+U"
        | "ctrl+shift+alt+V"
        | "ctrl+shift+alt+W"
        | "ctrl+shift+alt+X"
        | "ctrl+shift+alt+Y"
        | "ctrl+shift+alt+Z"
        | "ctrl+shift+alt+escape"
        | "ctrl+shift+alt+space"
        | "ctrl+shift+alt+arrowup"
        | "ctrl+shift+alt+arrowdown"
        | "ctrl+shift+alt+arrowleft"
        | "ctrl+shift+alt+arrowright"
        | "ctrl+alt+shift+A"
        | "ctrl+alt+shift+B"
        | "ctrl+alt+shift+C"
        | "ctrl+alt+shift+D"
        | "ctrl+alt+shift+E"
        | "ctrl+alt+shift+F"
        | "ctrl+alt+shift+G"
        | "ctrl+alt+shift+H"
        | "ctrl+alt+shift+I"
        | "ctrl+alt+shift+J"
        | "ctrl+alt+shift+K"
        | "ctrl+alt+shift+L"
        | "ctrl+alt+shift+M"
        | "ctrl+alt+shift+N"
        | "ctrl+alt+shift+O"
        | "ctrl+alt+shift+P"
        | "ctrl+alt+shift+Q"
        | "ctrl+alt+shift+R"
        | "ctrl+alt+shift+S"
        | "ctrl+alt+shift+T"
        | "ctrl+alt+shift+U"
        | "ctrl+alt+shift+V"
        | "ctrl+alt+shift+W"
        | "ctrl+alt+shift+X"
        | "ctrl+alt+shift+Y"
        | "ctrl+alt+shift+Z"
        | "ctrl+alt+shift+escape"
        | "ctrl+alt+shift+space"
        | "ctrl+alt+shift+arrowup"
        | "ctrl+alt+shift+arrowdown"
        | "ctrl+alt+shift+arrowleft"
        | "ctrl+alt+shift+arrowright"