Navigation Shortcuts
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
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. PressCtrl + 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
Ctrland click each target cell individually.
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
TheCtrl + 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.Context Menu Link Behavior
- 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.nameif 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 thedebug 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.
Related Pages
- Understanding the Interface — overview of the Risksheet grid layout and navigation areas
- Configuration Properties Index — reference for
readonly,reviewer,debug, andremoveStrategyproperties - Saved Views — switching between column visibility presets
- JavaScript API — registering custom context menu actions via
window.risksheet.customContextMenuActions - Levels Configuration — configuring
showInMenufor new item creation from the context menu