RUM JavaScript API - 1.345.1
    Preparing search index...

    Enumeration UserInteractionSpecialKeyConst

    Normalized string representations for specific KeyboardEvent.key values (e.g. " ""space", "Control""ctrl", "Escape""esc", "ArrowUp""arrow_up").

    Using this enum is optional — raw KeyboardEvent.key values are also accepted and normalized internally. The enum is a convenience for readability, especially when constructing key arrays manually without a real keyboard event.

    Index

    Enumeration Members

    ALT: "alt"
    ARROW_DOWN: "arrow_down"
    ARROW_LEFT: "arrow_left"
    ARROW_RIGHT: "arrow_right"
    ARROW_UP: "arrow_up"
    BACKSPACE: "backspace"
    CMD: "cmd"
    CTRL: "ctrl"
    DELETE: "delete"
    END: "end"
    ENTER: "enter"
    ESC: "esc"
    HOME: "home"
    MUTE: "mute"
    NEXT: "next"
    PAGE_DOWN: "page_down"
    PAGE_UP: "page_up"
    PLAY_PAUSE: "play/pause"
    PREVIOUS: "previous"
    SHIFT: "shift"
    SPACE: "space"
    TAB: "tab"
    VOLUME_DOWN: "volume_down"
    VOLUME_UP: "volume_up"