Keyboard Shortcuts
General
Undoing/Redoing
Hitting the keyboard shortcuts detailed below will trigger undo/redo globally on any visible widgets, following the timeline in which the events occured. This can be disabled by setting to false the flag enableHistoryKeyboardShortcuts
in the ActiveUIOptions
.
key | Effect |
---|---|
Ctrl/Cmd + Z | Undo the previous action |
Ctrl/Cmd + Y | Redo the previous action |
Ctrl/Cmd + Shift + Z | Redo the previous action |
Exiting full-screen mode
This keyboard shortcut can be disabled by setting to false the flag enableFullSizeEscapeShortcut
in the ActiveUIOptions
.
key | Effect |
---|---|
Esc | Exit full-screen mode |
Tables and Pivot tables
Scrolling
You can use the mousewheel to scroll of course. Holding Shift while doing so lets you scroll horizontally.
Selecting
key | Effect |
---|---|
← ↑ → ↓ | Reduce the selection to one cell and move it |
HOME | Move the selection to the top cell of the same column |
END | Move the selection to the bottom cell of the same column |
PAGE UP | Move the selection up by the height of the table |
PAGE DOWN | Move the selection down by the height of the table |
Holding Shift during these keyboard shortcuts lets you extend the selection instead of moving it.
Holding Ctrl/Cmd during these keyboard shortcuts lets you move the selection to the last cell in the desired direction, or extend it to the last cell if Shift is also held.
Holding Shift while clicking on a cell or drag and selecting a range of cells lets you extend your current selection to that cell or range of cells.
Holding Ctrl/Cmd while clicking on a cell or dragging and selecting a range of cells lets you add that cell or range of cells to your selection.
Copying
key | Effect |
---|---|
Ctrl/Cmd + C | Copy the selected cells and their formatting |
Ctrl/Cmd + Shift + C | Copy the underlying values of the selected cells |
The Shift key can also modify the behavior of the “Copy data to clipboard” context menu item. By default it copies all captions of the table, but if you hold Shift while clicking it, it will instead copy the cell’s underlying values.
Editors
key | Effect |
---|---|
Ctrl/Cmd + F | Search |
Ctrl/Cmd + H | Replace next occurrence |
Ctrl/Cmd + Shift + H | Replace all occurrences |
MDX Editor
key | Effect |
---|---|
Ctrl/Cmd + I | Indent |
Ctrl/Cmd + SPACE | Auto-complete |
Ctrl + Enter | Submit the query |
Popups
key | Effect |
---|---|
Enter | Validate the popup, in case there are no textareas inside the popup |
Ctrl + Enter | Validate the popup, in case there are textareas inside the popup |
Escape | Cancel the popup |