From 79477fa08b4aa7c678208b6518f03b3627f3915a Mon Sep 17 00:00:00 2001 From: Jayachandran Jayasankar Date: Sun, 16 Jun 2024 07:36:46 +0530 Subject: [PATCH] 891499: Added content for the newly added keyboard shortcuts in Spreadsheet. --- ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md b/ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md index 42f76f3764..7b78bbd0a5 100644 --- a/ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md +++ b/ej2-asp-core-mvc/spreadsheet/keyboard-shortcuts.md @@ -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. | @@ -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. |