Nutrient Web SDK
    Preparing search index...

    Enumeration KeyboardShortcutActions

    Identifies a category of SDK keyboard shortcut for the purpose of keyboardShortcutScope's interceptedActions. Each value corresponds to a group of keystrokes that the SDK can either intercept globally or restrict to viewer-only interaction.

    Index

    Enumeration Members

    Enumeration Members

    PAGINATION: "PAGINATION"

    Page navigation via the keyboard.

    Keystrokes: Arrow keys, Page Up, Page Down, Home, End.

    In iframe mode, pagination keystrokes only fire from within the iframe.

    PRINT: "PRINT"

    Document printing.

    Keystrokes: Cmd+P / Ctrl+P.

    REDO: "REDO"

    Redo the last undone document operation.

    Keystrokes: Cmd+Shift+Z / Ctrl+Shift+Z.

    SEARCH: "SEARCH"

    In-document search.

    Keystrokes: Cmd+F / Ctrl+F.

    UNDO: "UNDO"

    Undo the last document operation.

    Keystrokes: Cmd+Z / Ctrl+Z.

    ZOOM: "ZOOM"

    Zoom controls (zoom in, zoom out, reset to auto-zoom).

    Keystrokes: Cmd+= / Cmd+- / Cmd+0 (and the Ctrl equivalents).