When you want to apply a formatting method to a larger text fragment, you can select it. CKEditor supports a few selection methods that you can use.
To select all contents of the document, click inside CKEditorediting area?and press the??toolbar button. All document elements, including text, images, or tables, will become highlighted. You can now apply whatever action you wish to the selected content.
Alternatively, you can also use the?Ctrl+Akeyboard shortcut to select everything inside the editing area.
A popular way to select document fragments is to use your mouse. Keeping the left mouse button pressed, drag your mouse over the document content that you want to select. The selection process will finish, when you release the mouse button. A document fragment selected with your mouse will become highlighted. You can also select individual words by double-clicking them.
Note that a document fragment can also be selected with your keyboard.
UsingShift + ArrowLetters you select the text by letters and theCtrl+Shift+Arrow?— by words.
TheShift + Home?combination selects the text from the cursor to the start of the current line, while the?Shift+End?— from the cursor to the end of the current line.
The combination of?Ctrl + Shiftand theHome?or?End?keys let you select the text from the cursor to the beginning or end of the document, respectively.
The?Shift + PgDnandShift + PgUp?shortcuts select a text fragment of approximately the length of the editing area starting from the cursor and going down and up the text, respectively.
Another method to select document contents is to use CKEditor?elements pathto highlight the HTML building blocks of the document. To use this feature, click an element's name on the elements path with your mouse. You can always use theAlt+F11?keyboard shortcut to enter the elements path, and then navigate between the elements with the?Tab?and?Shift + Tab(orLeftandRight Arrow) keys. To select an element with your keyboard, use theEnterorSpacekeys.
Remember that the elements path is an advanced CKEditor feature that requirements some basic understanding of HTML. The same effect can always be achived by selecting the text directory in the editing area with your mouse or keyboard.