Nutrient Web SDK

v0.0.0-dev

ReferenceNutrientViewerKeyboardShortcutActions

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.

Enumeration

Enumeration Members

"PRINT"

Document printing.

Keystrokes: Cmd+P / Ctrl+P.

"REDO"

Redo the last undone document operation.

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

"UNDO"

Undo the last document operation.

Keystrokes: Cmd+Z / Ctrl+Z.

"ZOOM"

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

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