Skip to main content
Several operations behave differently depending on whether you use the keyboard shortcut or the toolbar button. The most important distinction is between the Delete key (clears cell content) and the toolbar delete button (removes the entire row). Understanding this difference prevents accidental data loss.
Use these shortcuts to move through the Risksheet grid without touching the mouse.
When columns are frozen via the Freeze Pane context menu action, the Home key moves to the first unfrozen column. Frozen columns remain visible during horizontal scrolling regardless of the active cell position.

Cell Editing Shortcuts

This distinction is critical for data integrity:
  • Keyboard Delete key: Clears only the content of the selected cell. The row, work item, and all other cell values remain untouched.
  • Toolbar delete button: Removes the entire row from the Risksheet grid, which deletes or removes the underlying work item depending on your dataTypes.risk.removeStrategy configuration.
Always use the keyboard Delete key when you intend to erase a single cell value. Use the toolbar button only when you want to remove the entire risk item row.

Clipboard Shortcuts

Copying a Value to Multiple Cells

You can paste a single copied value into multiple target cells at once. This is the recommended approach for bulk data entry across large risk analysis tables: Step 1. Select the source cell containing the value you want to replicate. Step 2. Press Ctrl + C to copy the cell value. Step 3. Select the target cells. You have two options:
  • Range selection: Click the first target cell, hold Shift, then click the last target cell.
  • Individual selection: Hold Ctrl and click each target cell individually.
Step 4. Press Ctrl + V to paste the copied value into all selected cells.
Multi-cell paste works on unmerged cells only. In hierarchical Risksheet layouts where cells are merged across levels, the paste operation applies to the visible (unmerged) cells in the selection. Merged cells that span multiple rows will not receive the pasted value.

Fill Down (Ctrl+D) — Not Yet Available

The Ctrl + D fill-down shortcut, familiar from Excel for copying the value from the cell above into the current cell or range, is not available in the current version of Risksheet. This feature has been requested by users working with large risk analysis tables (thousands of entries across 40+ columns) and is tracked as a future enhancement. Workaround: Use the Ctrl + C / multi-select / Ctrl + V workflow described above to achieve similar results.

Selection Shortcuts

Row and Item Management

Row management in Risksheet involves two distinct categories of operations: cell-level edits and row-level structural changes. The following table clarifies the methods and effects for each.
The behavior of the toolbar delete button depends on the dataTypes.risk.removeStrategy configuration property. When set to delete, the work item is permanently removed. See Data Types and Configuration Properties Index for details.

Context Menu Actions

Right-clicking any cell in the Risksheet grid opens a context menu with the following actions. These are not keyboard shortcuts but are essential for grid interaction.
You can register custom context menu actions through the window.risksheet.customContextMenuActions extension point. Each custom action requires a label, an enable condition function, and an execution function. See JavaScript API for implementation details.
  • Open Linked Item: The menu label displays the level definition name or column header text. This action is available when the cell contains a valid item link (the link value does not begin with *, which indicates an unsaved item).
  • Open Task Item: The menu label uses the task type name from dataTypes.task.name if configured, otherwise defaults to “Task”.

Freeze Pane

Column freezing locks columns to the left of the selected position, keeping them visible during horizontal scrolling. This is particularly useful for wide FMEA/HARA tables where the risk item identifier columns should remain visible while scrolling through assessment columns.
Column freezing (Freeze Pane) is available in the current version. Row freezing — the ability to lock specific rows in place during vertical scrolling — is not yet available but has been requested as a future enhancement.

Debug Context Menu

When the debug configuration option is enabled, the Debug context menu item outputs the following diagnostic information to the browser developer console (F12 > Console tab):

Shortcut Availability by Grid State

Not all shortcuts are available in every grid state. The Risksheet grid can operate in several modes, each restricting different categories of actions.
When viewing a historical revision (non-empty revision parameter), the grid automatically enters read-only mode regardless of the readonly configuration setting. This prevents edits to past document states.

Platform-Specific Notes

All Ctrl shortcuts in this reference use Cmd as the equivalent modifier key on macOS systems.
Last modified on July 10, 2026