ReoGrid supports the following keyboard operations natively.

One-step hot-keys

  • F2 - Start editing
  • F4 - Repeat the last action on the selected range
  • Enter / Tab - Move selection forward
  • Shift + Enter / Shift + Tab - Move selection backward
  • Up - Move selection up
  • Down - Move selection down
  • Left - Move selection left
  • Right - Move selection right
  • Shift + Up - Move the focus cell up to expand the current selection
  • Shift + Down - Move the focus cell down to expand the current selection
  • Shift + Left - Move the focus cell left to expand the current selection
  • Shift + Right - Move the focus cell right to expand the current selection
  • Ctrl + Up - Move the focus cell to the first row of the current column
  • Ctrl + Down - Move the focus cell to the last row of the current column
  • Ctrl + Left - Move the focus cell to the first column of the current row
  • Ctrl + Right - Move the focus cell to the last column of the current row
  • Shift + Ctrl + Up - Move the focus cell to the first row and expand the current selection
  • Shift + Ctrl + Down - Move the focus cell to the last row and expand the current selection
  • Shift + Ctrl + Left - Move the focus cell to the first column and expand the current selection
  • Shift + Ctrl + Right - Move the focus cell to the last column and expand the current selection
  • Home - Move the selection to the first cell in the current row
  • Shift + Home - Move the selection to the first cell and expand the current selection
  • Ctrl + Home - Move the selection to the first cell and first row of the current worksheet
  • Shift + Ctrl + Home - Move the selection to the first cell and first row and expand the current selection
  • Ctrl + End - Move to the last cell and last row of the current worksheet
  • Shift + Ctrl + End - Move to the last cell and last row and expand the current selection
  • Delete - Delete the content from the selected cells
  • Backspace - Delete the content from the focused cell and enter edit mode
  • Escape - Abort the edit operation and restore the cell content
  • Ctrl + A - Select all cells in the worksheet
  • Ctrl + C - Copy content from the selected cells to the Clipboard
  • Ctrl + V - Paste content from the Clipboard into the selected range
  • Ctrl + X - Cut content from the selected cells to the Clipboard
  • Ctrl + Z - Undo the last action
  • Ctrl + Y - Redo the last action
  • Ctrl + + - Zoom in
  • Ctrl + - - Zoom out
  • Ctrl + 0 - Reset the zoom level

Two-step hot-keys

Two-step hot-keys require pressing two different keys in sequence to complete the operation. For example, for End โ†’ Up, press the End key once, then press the Up key. When the End key is pressed, ReoGrid enters two-step hot-key mode and waits for the second key. If any unexpected key is pressed or any other operation is performed, the hot-key operation is aborted.

  • End โ†’ Up - Move the selection to the first row of the current column (same as Ctrl+Up)
  • End โ†’ Down - Move the selection to the last row of the current column (same as Ctrl+Down)
  • End โ†’ Left - Move the selection to the first cell in the current row (same as Ctrl+Left)
  • End โ†’ Right - Move the selection to the last cell in the current row (same as Ctrl+Right)
  • End โ†’ Shift + Up - Move the selection to the first row and expand the current selection (same as Shift+Ctrl+Up)
  • End โ†’ Shift + Down - Move the selection to the last row and expand the current selection (same as Shift+Ctrl+Down)
  • End โ†’ Shift + Left - Move the selection to the first column and expand the current selection (same as Shift+Ctrl+Left)
  • End โ†’ Shift + Right - Move the selection to the last column and expand the current selection (same as Shift+Ctrl+Right)
Was this article helpful?