Skip to content

Commit 9f61412

Browse files
authored
Merge pull request #3837 from syncfusion-content/936559-HF-Core-mvc
936559: Improve the documentation for keyboard shortcut keys in the Rich Text Editor component
2 parents 3946b8c + 50c5a1c commit 9f61412

File tree

4 files changed

+401
-140
lines changed

4 files changed

+401
-140
lines changed

ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/keyboard-support.md

Lines changed: 200 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,126 @@ documentation: ug
1313

1414
The editor has full keyboard accessibility that includes shortcuts to open and other actions with toolbar items, drop-down lists, and dialogs.
1515

16-
## HTML Formation Shortcut Key
17-
18-
You can use the following key shortcuts when the Rich Text Editor renders with HTML edit mode.
19-
20-
| Actions | Keyboard shortcuts |
21-
|----------------|---------|
22-
| Toolbar focus | <kbd>Alt</kbd> + <kbd>f10</kbd> |
23-
| Insert link | <kbd>Ctrl</kbd> + <kbd>k</kbd> |
24-
| Insert image | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>i</kbd> |
25-
| Insert audio | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>a</kbd> |
26-
| Insert video | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>v</kbd> |
27-
| Insert table | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>e</kbd> |
28-
| Undo | <kbd>Ctrl</kbd> + <kbd>z</kbd> |
29-
| Redo | <kbd>Ctrl</kbd> + <kbd>y</kbd> |
30-
| Copy | <kbd>Ctrl</kbd> + <kbd>c</kbd> |
31-
| Cut | <kbd>Ctrl</kbd> + <kbd>x</kbd> |
32-
| Paste| <kbd>Ctrl</kbd> + <kbd>v</kbd> |
33-
| Bold| <kbd>Ctrl</kbd> + <kbd>b</kbd> |
34-
| Italic| <kbd>Ctrl</kbd> + <kbd>i</kbd> |
35-
| Underline| <kbd>Ctrl</kbd> + <kbd>u</kbd> |
36-
| Strikethrough| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>s</kbd> |
37-
| Inline Code | <kbd>Ctrl</kbd> + <kbd>`</kbd> |
38-
| Uppercase| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>u</kbd> |
39-
| Lowercase| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>l</kbd> |
40-
| Superscript| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>=</kbd> |
41-
| Subscript| <kbd>Ctrl</kbd> + <kbd>=</kbd> |
42-
| Indents| <kbd>Ctrl</kbd> + <kbd>]</kbd> |
43-
| Outdents| <kbd>Ctrl</kbd> + <kbd>[</kbd> |
44-
| HTML source | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>h</kbd> |
45-
| Fullscreen| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>f</kbd> |
46-
| Exit Fullscreen| <kbd>Esc</kbd> |
47-
| Justify center| <kbd>Ctrl</kbd> + <kbd>e</kbd> |
48-
| Justify full | <kbd>Ctrl</kbd> + <kbd>j</kbd> |
49-
| Justify left | <kbd>Ctrl</kbd> + <kbd>l</kbd> |
50-
| Justify right | <kbd>Ctrl</kbd> + <kbd>r</kbd> |
51-
| Clear format | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>r</kbd> |
52-
| Ordered list | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>o</kbd> |
53-
| Unordered list | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>o</kbd> |
54-
| Format Painter Copy| <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>c</kbd> |
55-
| Format Painter Paste| <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>v</kbd> |
56-
| Format Painter Escape | <kbd>Esc</kbd> |
16+
## HTML editor shortcut keys
17+
18+
You can use the following keyboard shortcuts when the Rich Text Editor is set to [EditorMode](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.richtexteditor.richtexteditor.html#Syncfusion_EJ2_RichTextEditor_RichTextEditor_EditorMode) as `HTML`.
19+
20+
### Toolbar
21+
22+
The toolbar shortcuts allow quick navigation and interaction with the toolbar elements, including focusing, moving between tools, and executing actions like closing menus and dialogs.
23+
24+
| Actions | Windows | Mac |
25+
|----------------|---------| --------- |
26+
| Focus on toolbar | <kbd>Alt</kbd> + <kbd>F10</kbd> | <kbd>⌥</kbd> + <kbd>F10</kbd> |
27+
| Move to the next tool | <kbd>→</kbd> | <kbd>→</kbd>, <kbd>⌘</kbd> + <kbd>F</kbd> |
28+
| Move to the previous tool | <kbd>←</kbd> | <kbd>←</kbd>, <kbd>⌘</kbd> + <kbd>F</kbd> |
29+
| Close dropdowns/menu and dialogs | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
30+
| Execute the currently focused tool action | <kbd>Enter</kbd>, <kbd>Space</kbd> | <kbd>Enter</kbd>, <kbd>Space</kbd> |
31+
32+
### Content editing and formatting
33+
34+
These keyboard shortcuts allow for quick access to content editing features like bold, italic, and text selection.
35+
36+
| Actions | Windows | Mac |
37+
|----------------|---------| --------- |
38+
| Select all content | <kbd>Ctrl</kbd> + <kbd>A</kbd> | <kbd>⌘</kbd> + <kbd>A</kbd> |
39+
| Insert a hard line break (a new paragraph) | <kbd>Enter</kbd> | <kbd>Enter</kbd> |
40+
| Insert a soft line break (without starting a new paragraph) | <kbd>Shift</kbd> + <kbd>Enter</kbd> | <kbd>⇧</kbd> + <kbd>Enter</kbd> |
41+
| Make text bold | <kbd>Ctrl</kbd> + <kbd>B</kbd> | <kbd>⌘</kbd> + <kbd>B</kbd> |
42+
| Italicize text | <kbd>Ctrl</kbd> + <kbd>I</kbd> | <kbd>⌘</kbd> + <kbd>I</kbd> |
43+
| Apply strikethrough | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>S</kbd> |
44+
| Insert inline code | <kbd>Ctrl</kbd> + <kbd>&#96;</kbd> | <kbd>⌘</kbd> + <kbd>&#96;</kbd> |
45+
| Create link | <kbd>Ctrl</kbd> + <kbd>K</kbd> | <kbd>⌘</kbd> + <kbd>K</kbd> |
46+
| Copy format painter | <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd> | <kbd>⌥</kbd> + <kbd>⌘</kbd> + <kbd>C</kbd> |
47+
| Paste format painter | <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd> | <kbd>⌥</kbd> + <kbd>⌘</kbd> + <kbd>V</kbd> |
48+
| Clear the copy format painter | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
49+
| Tab space (when [EnableTabKey](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.richtexteditor.richtexteditor.html#Syncfusion_EJ2_RichTextEditor_RichTextEditor_EnableTabKey) is enabled) | <kbd>Tab</kbd> | <kbd>Tab</kbd> |
50+
51+
### Inserting
52+
53+
These shortcuts enable you to quickly insert tables, images, audio, and videos into your content.
54+
55+
| Actions | Windows | Mac |
56+
|----------------|---------| --------- |
57+
| Open the insert table dialog | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>E</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>E</kbd> |
58+
| Open the insert image dialog | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>I</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>I</kbd> |
59+
| Open the insert audio dialog | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>A</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>A</kbd> |
60+
| Open the insert video dialog | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>V</kbd> | <kbd>⌘</kbd> + <kbd>⌥</kbd> + <kbd>V</kbd> |
61+
62+
### Table cell
63+
64+
These shortcuts assist in navigating between table cells and managing table rows easily.
65+
66+
| Actions | Windows | Mac |
67+
|----------------|---------| --------- |
68+
| Move the selection to the next cell | <kbd>Tab</kbd> | <kbd>Tab</kbd> |
69+
| Move the selection to the previous cell | <kbd>Shift</kbd> + <kbd>Tab</kbd> | <kbd>⇧</kbd> + <kbd>Tab</kbd> |
70+
| Insert a new table row (when in the last cell) | <kbd>Tab</kbd> | <kbd>Tab</kbd> |
71+
| Navigate through the table (using arrow keys) | <kbd>↑</kbd> , <kbd>→</kbd> , <kbd>↓</kbd> , <kbd>←</kbd> | <kbd>↑</kbd> , <kbd>→</kbd> , <kbd>↓</kbd> , <kbd>←</kbd> |
72+
73+
### Text manipulation
74+
75+
These shortcuts allow you to manipulate text, such as changing case or applying superscript/subscript formatting.
76+
77+
| Actions | Windows | Mac |
78+
|----------------|---------| --------- |
79+
| Convert text to uppercase | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>U</kbd> |
80+
| Convert text to lowercase | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>L</kbd> |
81+
| Apply superscript | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>=</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>=</kbd> |
82+
| Apply subscript | <kbd>Ctrl</kbd> + <kbd>=</kbd> | <kbd>⌘</kbd> + <kbd>=</kbd> |
83+
84+
### Alignment and formatting
85+
86+
These shortcuts help you quickly adjust text alignment and formatting, such as left, center, or right justification.
87+
88+
| Actions | Windows | Mac |
89+
|----------------|---------| --------- |
90+
| Align text to the center | <kbd>Ctrl</kbd> + <kbd>E</kbd> | <kbd>⌘</kbd> + <kbd>E</kbd> |
91+
| Justify text | <kbd>Ctrl</kbd> + <kbd>J</kbd> | <kbd>⌘</kbd> + <kbd>J</kbd> |
92+
| Align text to the left | <kbd>Ctrl</kbd> + <kbd>L</kbd> | <kbd>⌘</kbd> + <kbd>L</kbd> |
93+
| Align text to the right | <kbd>Ctrl</kbd> + <kbd>R</kbd> | <kbd>⌘</kbd> + <kbd>R</kbd> |
94+
95+
### List and indentation
96+
97+
These shortcuts help with creating and adjusting ordered and unordered lists, and modifying indentations.
98+
99+
| Actions | Windows | Mac |
100+
|----------------|---------| --------- |
101+
| Increase indent | <kbd>Ctrl</kbd> + <kbd>]</kbd> | <kbd>⌘</kbd> + <kbd>]</kbd> |
102+
| Decrease indent | <kbd>Ctrl</kbd> + <kbd>[</kbd> | <kbd>⌘</kbd> + <kbd>[</kbd> |
103+
| Create an ordered list | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>O</kbd> |
104+
| Create an unordered list | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>⌥</kbd> + <kbd>O</kbd> |
105+
106+
### Clipboard operations
107+
108+
These shortcuts streamline copying, cutting, pasting, and pasting content as plain text.
109+
110+
| Actions | Windows | Mac |
111+
|----------------|---------| --------- |
112+
| Copy the selected content | <kbd>Ctrl</kbd> + <kbd>C</kbd> | <kbd>⌘</kbd> + <kbd>C</kbd> |
113+
| Cut the selected content | <kbd>Ctrl</kbd> + <kbd>X</kbd> | <kbd>⌘</kbd> + <kbd>X</kbd> |
114+
| Paste the copied or cut content | <kbd>Ctrl</kbd> + <kbd>V</kbd> | <kbd>⌘</kbd> + <kbd>V</kbd> |
115+
| Paste content as plain text | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>V</kbd> | <kbd>⌘</kbd> + <kbd>⌥</kbd> + <kbd>⇧</kbd> + <kbd>V</kbd> |
116+
117+
### Undo & redo
118+
119+
These shortcuts allow you to quickly undo and redo changes to your content.
120+
121+
| Actions | Windows | Mac |
122+
|----------------|---------| --------- |
123+
| Undo | <kbd>Ctrl</kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd> + <kbd>Z</kbd> |
124+
| Redo | <kbd>Ctrl</kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd> + <kbd>Y</kbd> |
125+
126+
### Other actions
127+
128+
These miscellaneous shortcuts help with actions like toggling fullscreen, clearing formatting, and accessing the HTML source.
129+
130+
| Actions | PC | Mac |
131+
|----------------|---------| --------- |
132+
| View HTML source | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>H</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>H</kbd> |
133+
| Toggle fullscreen mode | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>F</kbd> |
134+
| Exit Fullscreen | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
135+
| Clear all formatting | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>R</kbd> |
57136

58137
{% if page.publishingplatform == "aspnet-core" %}
59138

@@ -78,33 +157,87 @@ You can use the following key shortcuts when the Rich Text Editor renders with H
78157
{% endtabs %}
79158
{% endif %}
80159

160+
## Markdown editor shortcut keys
161+
162+
You can use the following keyboard shortcuts when the Rich Text Editor is set to [EditorMode](https://help.syncfusion.com/cr/aspnetmvc-js2/syncfusion.ej2.richtexteditor.richtexteditor.html#Syncfusion_EJ2_RichTextEditor_RichTextEditor_EditorMode) as `Markdown`.
163+
164+
### Toolbar
165+
166+
These shortcuts provide quick access to toolbar functions for managing menus and dialogs.
167+
168+
| Actions | Windows | Mac |
169+
|----------------|---------| ---------|
170+
| Focus on toolbar | <kbd>Alt</kbd> + <kbd>F10</kbd> | <kbd>⌥</kbd> + <kbd>F10</kbd> |
171+
| Close dropdowns/menu and dialogs | <kbd>Esc</kbd> | <kbd>Esc</kbd> |
172+
173+
### Content editing and formatting
174+
175+
These shortcuts help in efficiently editing and formatting text content.
176+
177+
| Actions | Windows | Mac |
178+
|----------------|---------| ---------|
179+
| Select all content | <kbd>Ctrl</kbd> + <kbd>A</kbd> | <kbd>⌘</kbd> + <kbd>A</kbd> |
180+
| Insert a hard line break (a new paragraph) | <kbd>Enter</kbd> | <kbd>Enter</kbd> |
181+
| Make text bold | <kbd>Ctrl</kbd> + <kbd>B</kbd> | <kbd>⌘</kbd> + <kbd>B</kbd> |
182+
| Italicize text | <kbd>Ctrl</kbd> + <kbd>I</kbd> | <kbd>⌘</kbd> + <kbd>I</kbd> |
183+
| Apply strikethrough | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>S</kbd> |
184+
185+
### Inserting
186+
187+
These shortcuts allow for the quick insertion of tables, links, and images.
188+
189+
| Actions | Windows | Mac |
190+
|----------------|---------| ---------|
191+
| Open the insert table dialog | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>E</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>E</kbd> |
192+
| Create link | <kbd>Ctrl</kbd> + <kbd>K</kbd> | <kbd>⌘</kbd> + <kbd>K</kbd> |
193+
| Open the insert image dialog | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>I</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>I</kbd> |
194+
195+
### Text manipulation
196+
197+
These shortcuts help in modifying text case and applying superscript or subscript.
198+
199+
| Actions | Windows | Mac |
200+
|----------------|---------| --------- |
201+
| Convert text to uppercase | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>U</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>U</kbd> |
202+
| Convert text to lowercase | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>L</kbd> |
203+
| Apply superscript | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>=</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>=</kbd> |
204+
| Apply subscript | <kbd>Ctrl</kbd> + <kbd>=</kbd> | <kbd>⌘</kbd> + <kbd>=</kbd> |
205+
206+
### Lists
207+
208+
These shortcuts enable the creation of ordered and unordered lists.
209+
210+
| Actions | Windows | Mac |
211+
|----------------|---------| --------- |
212+
| Create an ordered list | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>O</kbd> |
213+
| Create an unordered list | <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>O</kbd> | <kbd>⌘</kbd> + <kbd>⌥</kbd> + <kbd>O</kbd> |
214+
215+
### Clipboard operations
216+
217+
These shortcuts facilitate copying, cutting, and pasting content.
218+
219+
| Actions | Windows | Mac |
220+
|----------------|---------| --------- |
221+
| Copy the selected content | <kbd>Ctrl</kbd> + <kbd>C</kbd> | <kbd>⌘</kbd> + <kbd>C</kbd> |
222+
| Cut the selected content | <kbd>Ctrl</kbd> + <kbd>X</kbd> | <kbd>⌘</kbd> + <kbd>X</kbd> |
223+
| Paste the copied or cut content | <kbd>Ctrl</kbd> + <kbd>V</kbd> | <kbd>⌘</kbd> + <kbd>V</kbd> |
224+
225+
### Undo & redo
226+
227+
These shortcuts allow for undoing and redoing recent changes.
228+
229+
| Actions | Windows | Mac |
230+
|----------------|---------| ---------|
231+
| Undo | <kbd>Ctrl</kbd> + <kbd>Z</kbd> | <kbd>⌘</kbd> + <kbd>Z</kbd> |
232+
| Redo | <kbd>Ctrl</kbd> + <kbd>Y</kbd> | <kbd>⌘</kbd> + <kbd>Y</kbd> |
233+
234+
### Other actions
81235

236+
These shortcuts provide additional functionalities like fullscreen mode.
82237

83-
## Markdown Formation Shortcut Key
84-
85-
You can use the following key shortcuts when the Rich Text Editor renders with Markdown edit mode.
86-
87-
| Actions | Keyboard shortcuts |
88-
|----------------|---------|
89-
| Toolbar focus| <kbd>Alt</kbd> + <kbd>f10</kbd> |
90-
| Insert link| <kbd>Ctrl</kbd> + <kbd>k</kbd> |
91-
| Insert image| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>i</kbd> |
92-
| Insert table| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>e</kbd> |
93-
| Undo| <kbd>Ctrl</kbd> + <kbd>z</kbd> |
94-
| Redo| <kbd>Ctrl</kbd> + <kbd>y</kbd> |
95-
| Copy| <kbd>Ctrl</kbd> + <kbd>c</kbd> |
96-
| Cut| <kbd>Ctrl</kbd> + <kbd>x</kbd> |
97-
| Paste| <kbd>Ctrl</kbd> + <kbd>v</kbd> |
98-
| Bold| <kbd>Ctrl</kbd> + <kbd>b</kbd> |
99-
| Italic| <kbd>Ctrl</kbd> + <kbd>i</kbd> |
100-
| Strikethrough| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>s</kbd> |
101-
| Uppercase| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>u</kbd> |
102-
| Lowercase| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>l</kbd> |
103-
| Superscript| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>=</kbd> |
104-
| Subscript| <kbd>Ctrl</kbd> + <kbd>=</kbd> |
105-
| Fullscreen| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>f</kbd> |
106-
| Ordered list| <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>o</kbd> |
107-
| Unordered list| <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>o</kbd> |
238+
| Actions | Windows | Mac |
239+
|----------------|---------| --------- |
240+
| Toggle fullscreen mode | <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>F</kbd> | <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>F</kbd> |
108241

109242
{% if page.publishingplatform == "aspnet-core" %}
110243

@@ -166,4 +299,4 @@ In the following sample, customize the bold, italic, underline toolbar action wi
166299

167300
* [Globalization](./globalization/)
168301
* [Accessibility](./accessibility/)
169-
* [How to customize the saving operation](./how-to/save/)
302+
* [How to customize the saving operation](./how-to/save/)

0 commit comments

Comments
 (0)