Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 6.28 KB

File metadata and controls

72 lines (59 loc) · 6.28 KB

Keyboard Shortcuts

Table Column Width

Requires a focused table cell to use these actions.

Shortcut Action
. Set/unset fixedWidth marker for focused column1.
Alt + . Invert fixedWidth markers for all columns1.
Alt + Ctrl + . Remove all fixedWidth markers.
+ Expand focused column width by 10px, but not larger than 350px.
Alt + + Set focused column width to 350px (large width).
- Shrink focused column width by 10px2, but not smaller than 65px.
Alt + - Set focused column width to 65px2 (small width).

Table Copy

Requires a focused table cell to use these actions.

Shortcut Action
Ctrl + C / Command + C (macOS) Copy value of focused cell.

Table Sorting

Requires a focused table cell to use these actions.

Shortcut Action
A Sort focused column ascending. Resets all previous sorted columns.
D Sort focused column descending. Resets all previous sorted columns.
C Reset all sorted columns.
Alt + A Sort focused column ascending. Previous sorted columns are not cleared (multi-sort).
Alt + D Sort focused column descending. Previous sorted columns are not cleared (multi-sort).
Alt + C Clear sorting of focused column. Previous sorted columns are not cleared (multi-sort).

Table Scrolling

The following keys allow navigation within the table.

Shortcut Action
Move focus one row up, stop at first row.
Move focus one row down, stop at last row.
Move focus one cell left, stop at first cell of current row.
Move focus one cell right, stop at last cell of current row.
Page ↓ Move focus one page down, stop at last row.
Page ↑ Move focus one page up, stop at first row.
Tab Move focus one cell right, continue at the first cell of next row. If last row, continue in first row.
Shift + Tab Move focus one cell left, continue at the last cell of previous row. If first row, continue in last row.
Home/Pos1 Move focus to the leftmost cell in the row.
End Move focus to the rightmost cell in the row.
Ctrl + Home/Pos1 Move focus to first row.
Ctrl + End Move focus to last row.
Ctrl + Page ↓ Move focus one page right, stop at last cell.
Ctrl + Page ↑ Move focus one page left, stop at first cell.

Window Actions

The following keys allow to interact with the dialog window.

Note: These shortcuts depend on the used keymap and IntelliJ version.

Please check your current keymap and search for Active Tool Window Resize.

Shortcut Action
Esc Close dialog.
Shift + Ctrl + Decrease height of dialog.
Shift + Ctrl + Increase height of dialog.
Shift + Ctrl + Decrease width of dialog.
Shift + Ctrl + Increase width of dialog.

Footnotes

  1. Last column can't be set to a fixed width. 2

  2. Shrinking an unfixed column can have no effect if shrinking would reduce the width below the required column width or the width of the table viewport. 2