Преглед на файлове

Merge stable into master

CKEditor Bot преди 5 години
родител
ревизия
1f5d187f9c
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      packages/ckeditor5-select-all/docs/features/select-all.md

+ 5 - 1
packages/ckeditor5-select-all/docs/features/select-all.md

@@ -5,7 +5,7 @@ category: features
 
 {@snippet features/build-select-all-source}
 
-The {@link module:select-all/selectall~SelectAll} feature allows selecting the entire content of the WYSIWYG editor using the <kbd>Ctrl/⌘</kbd>+<kbd>A</kbd> keystroke or the toolbar button.
+The {@link module:select-all/selectall~SelectAll} feature allows selecting the entire content of the WYSIWYG editor using the <kbd>Ctrl/⌘</kbd>+<kbd>A</kbd> keystroke or the toolbar button. It is mostly useful when you need to copy all the content to another document or want to clear the editor area easily.
 
 ## Demo
 
@@ -17,6 +17,10 @@ Press <kbd>Ctrl/⌘</kbd>+<kbd>A</kbd> or use the toolbar button to select the e
 	When the selection is inside the {@link features/image#image-captions image caption}, it will only expand to the boundaries of the caption. Use the keystroke or the toolbar button again to include more content until the entire content of the editor is selected. The same rule applies, for instance, when the selection is inside a table cell or any self–contained (nested) editable region in the content.
 </info-box>
 
+## Related features
+
+* {@link features/keyboard-support Keyboard shortcuts} &ndash; Check other popular keyboard shortcuts supported by CKEditor 5.
+
 ## Installation
 
 <info-box info>