Skip to content

Commit 5f3e035

Browse files
999367: Updated CI failure issue
1 parent 37e28a0 commit 5f3e035

7 files changed

Lines changed: 5 additions & 0 deletions

File tree

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The keyboard shortcuts supported in the spreadsheet are,
108108
| Shift + Enter | Complete the cell editing and select the cell above in the same column. |
109109
| Tab | Complete the cell editing and select the next cell in the same row. |
110110
| Shift + Tab | Complete the cell editing and select the previous cell in the same row. |
111+
| Ctrl + Shift + F2 | Opens the comment editor for the active cell. Upon pressing the `Esc` key, the comment editor in focus will close. |
111112
| 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. |
112113
| Alt | Focus on the active ribbon tab. |
113114
| Left | Move the focus to the previous items in the ribbon content. |

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The keyboard shortcuts supported in the spreadsheet are,
108108
| Shift + Enter | Complete the cell editing and select the cell above in the same column. |
109109
| Tab | Complete the cell editing and select the next cell in the same row. |
110110
| Shift + Tab | Complete the cell editing and select the previous cell in the same row. |
111+
| Ctrl + Shift + F2 | Opens the comment editor for the active cell. Upon pressing the `Esc` key, the comment editor in focus will close. |
111112
| 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. |
112113
| Alt | Focus on the active ribbon tab. |
113114
| Left | Move the focus to the previous items in the ribbon content. |

Document-Processing/Excel/Spreadsheet/Javascript-ES5/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The keyboard shortcuts supported in the spreadsheet are,
107107
| Shift + Enter | Complete the cell editing and select the cell above in the same column. |
108108
| Tab | Complete the cell editing and select the next cell in the same row. |
109109
| Shift + Tab | Complete the cell editing and select the previous cell in the same row. |
110+
| Ctrl + Shift + F2 | Opens the comment editor for the active cell. Upon pressing the `Esc` key, the comment editor in focus will close. |
110111
| 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. |
111112
| Alt | Focus on the active ribbon tab. |
112113
| Left | Move the focus to the previous items in the ribbon content. |

Document-Processing/Excel/Spreadsheet/React/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The keyboard shortcuts supported in the spreadsheet are,
6868
| Ctrl + Shift + 0 | Unhide the selected columns. |
6969
| Ctrl + D | Fill the cell down. |
7070
| Ctrl + R | Fill the cell right. |
71+
| Ctrl + Shift + F2 | Opens the comment editor for the active cell. Upon pressing the `Esc` key, the comment editor in focus will close. |
7172

7273
## Note
7374

Document-Processing/Excel/Spreadsheet/Vue/keyboard-shortcuts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ The keyboard shortcuts supported in the spreadsheet are,
107107
| Shift + Enter | Complete the cell editing and select the cell above in the same column. |
108108
| Tab | Complete the cell editing and select the next cell in the same row. |
109109
| Shift + Tab | Complete the cell editing and select the previous cell in the same row. |
110+
| Ctrl + Shift + F2 | Opens the comment editor for the active cell. Upon pressing the `Esc` key, the comment editor in focus will close. |
110111
| 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. |
111112
| Alt | Focus on the active ribbon tab. |
112113
| Left | Move the focus to the previous items in the ribbon content. |

Document-Processing/code-snippet/spreadsheet/asp-net-core/comment-cs1/notesController.cs renamed to Document-Processing/code-snippet/spreadsheet/asp-net-core/comment-cs1/commentController.cs

File renamed without changes.

Document-Processing/code-snippet/spreadsheet/asp-net-mvc/comment-cs1/notesController.cs renamed to Document-Processing/code-snippet/spreadsheet/asp-net-mvc/comment-cs1/commentController.cs

File renamed without changes.

0 commit comments

Comments
 (0)