Skip to main content
Powersheet uses a unified command key detection (Ctrl on Windows/Linux, Cmd on macOS) for all shortcuts listed below. The sheet automatically adapts to the current operating system.

Quick Reference

Powersheet toolbar at the top of the sheet, divided into the Menu dropdown, undo/redo buttons, work items tree breadcrumb (User Need, Design Input, Design Output, Use Step), a Review ON/OFF toggle, Change view dropdown, refresh icon, Save button, and Search field
diagram

Row Operations

Shortcuts for adding, removing, and managing rows within the sheet. Row operations are also available as toolbar icons in the work items tree (Add Add new work item icon, Delete Delete work item trash icon).
The undo/redo history is scoped to the current sheet session. Navigating away from the sheet clears the history. Save operations cannot be undone from the client side — once changes are saved to Polarion, they are committed.

Column Freezing

Shortcuts for pinning columns to keep them visible during horizontal scrolling.
Frozen columns can also be set in the sheet configuration YAML using the frozen property on individual columns. Keyboard freezing overrides the configured default for the current session. See Columns for configuration details.

Row Grouping

Shortcuts for organizing rows into collapsible groups based on column values. The showGroupRowCounter configuration property controls whether the item count is displayed in group headers.

Column Sorting

Shortcuts for ordering rows by column values.
The default sort order defined in the Sort By configuration is always re-applied after user sorting to maintain hierarchy consistency. User sort criteria are applied on top of the configured default.

Cell Editing

Shortcuts for entering, committing, and canceling cell edits.
Cells protected by the isReadOnly column property, document permissions, or workflow rules cannot be edited. Read-only cells display a distinct visual indicator (different marquee style) when selected. See Permissions for details.

Copy and Paste

Shortcuts for transferring cell data within the sheet.
Pasting across different hierarchy levels is not supported. If you attempt to paste cells from one entity type level to a different level, the sheet displays a warning and the paste operation is blocked. Only cells at the same hierarchy level can be pasted together.

Cell Navigation

Shortcuts for moving between cells and selecting ranges.
Only the active cell has keyboard focus (tabindex="0"). All other cells have tabindex="-1" for accessibility. The active cell is indicated by the .wj-state-active visual class.

Excel Export

Large sheets with many rows or complex grouping may take several seconds to generate the Excel file. The export reflects the exact view state at the time the shortcut is pressed.

Linking Mode

Shortcuts specific to the work item linking workflow. Linking mode is activated via the Link toolbar button. It supports only many-to-many relationships defined in the data model. All link operations support undo/redo.
Animated demonstration of the toolbar search box: typing a term filters and highlights matching cells across all columns in yellow, and clearing the search restores the full row set

Complete Shortcut Table

A consolidated reference of all keyboard shortcuts sorted by category.

Shortcut Availability

Keyboard shortcuts are only active when the following conditions are met:

macOS Equivalents

On macOS, Powersheet automatically maps Ctrl to Cmd for all shortcuts.
  • Columns — Column configuration including frozen and isReadOnly properties
  • Sort By — Default sort order configuration
  • Views — Named column visibility presets
  • Permissions — Entity and property-level access control
  • Relationships — Relationship definitions for linking mode
Last modified on July 10, 2026