Skip to content

documentation(891499): Added content for the newly added keyboard shortcuts. #3088

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The keyboard shortcuts supported in the spreadsheet are,
|-------|---------|
| Ctrl + O | Displays dialog to open a file. |
| Ctrl + S / Alt + F2 | Saves the workbook. |
| Ctrl + P | Print the active worksheet when the spreadsheet is in focus. |
| F2 | Enables edit mode. |
| ESC | Cancel edit mode and discard the changes. |
| Backspace and SPACE | Clears content of the active cell and enables edit mode. |
Expand Down Expand Up @@ -108,6 +109,7 @@ The keyboard shortcuts supported in the spreadsheet are,
| Shift + Enter | Complete the cell editing and select the cell above in the same column. |
| Tab | Complete the cell editing and select the next cell in the same row. |
| Shift + Tab | Complete the cell editing and select the previous cell in the same row. |
| Shift + F2 | Open the dialog box to add or edit notes for the desired cells. Meanwhile, upon pressing the `Esc` key, the dialog box for notes, when in focus, will save and close. |
| Alt | Focus on the active ribbon tab. |
| Left | Move the focus to the previous items in the ribbon content. |
| Right | Move the focus to the next items in the ribbon content. |
Expand Down