Keyboard Shortcuts"

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

(Minor rewording)
(Article rewritten, accessibility items added.)
Line 1: Line 1:
 
Many functions in CKEditor have their equivalent keyboard shortcuts. This is one of the reasons why working with the editor is simple and efficient.
 
Many functions in CKEditor have their equivalent keyboard shortcuts. This is one of the reasons why working with the editor is simple and efficient.
  
An alphabetical list displayed below contains available keyboard shortcuts:
+
The list below contains available keyboard shortcuts grouped by problem areas.
* ''CTRL+A'' highlights the whole editing area
+
== Working with a Document ==
* ''CTRL+B'' changes your font to '''bold'''.
+
* ''Esc'' – closes a CKEditor dialog window, drop-down list, or context menu. Also moves from the context menu submenu to the parent option.
* ''CTRL+C'' copies the highlighted area to the clipboard.
+
* ''Enter'' – equivalent of the '''OK''' button in a dialog window.
* ''CTRL+I'' changes your font to ''italic''.
+
* ''Shift+F10'', ''Menu/Application'' key – opens the element's context menu.
* ''CTRL+L'' opens the Link dialog window.
+
=== Navigation ===
* ''CTRL+SHIFT+S'' saves the document.
+
* ''Home'' – jumps to the beginning of the line.
* ''CTRL+U'' changes your font to <ins>underlined</ins>.
+
* ''Ctrl+Home'' &ndash; jumps to the beginning of the document.
* ''CTRL+V'' or ''SHIFT+INSERT'' pastes the data from the clipboard
+
* ''End'' &ndash; jumps to the end of the line.
* ''CTRL+X'' or ''SHIFT+DELETE'' cuts the highlighted area.
+
* ''Ctrl+End'' &ndash; jumps to the end of the document.
* ''CTRL+Y''or ''CTRL+SHITF+Z'' starts the redo function.
+
* ''PgDn'' &ndash; scrolls down the document, approximately by the length of the editing area.
* ''CTRL+Z'' starts the undo function.
+
* ''PgUp'' &ndash; scrolls up the document, approximately by the length of the editing area.
* ''CTRL+ALT+ENTER'' fits the editor in the browsers window.
+
=== Writing ===
 +
* ''Enter'' (''Return'') &ndash; ends a paragraph and starts a new one.
 +
* ''Shift+Enter'' &ndash; adds a line break.
 +
* ''Backspace'', ''Del'' &ndash; deletes a character.
 +
* ''Ctrl+Backspace'', ''Ctrl+Del'' &ndash; deletes a word.
 +
=== Undo and Redo ===
 +
* ''Ctrl+Z'' &ndash; performs the undo operation.
 +
* ''Ctrl+Y'' &ndash; performs a redo operation.
 +
=== Cut, Copy and Paste ===
 +
* ''Ctrl+X'', Shift+Del &ndash; cuts a text fragment to clipboard.
 +
* ''Ctrl+C'' &ndash; copies a text fragment to clipboard.
 +
* ''Ctrl+V'', Shift+Insert &ndash; pastes a text fragment from clipboard.
 +
=== Text Selection ===
 +
* ''Ctrl+A'' &ndash; selects all document contents.
 +
* ''Shift+Arrow'' &ndash; selects a text fragment by letters.
 +
* ''Ctrl+Shift+Arrow'' &ndash; selects a text fragment by words.
 +
* ''Shift+Home'' &ndash; selects a text fragment from the cursor to the beginning of the line.
 +
* ''Shift+End'' &ndash; selects a text fragment from the cursor to the end of the line.
 +
* ''Ctrl+Shift+Home'' &ndash; selects a text fragment from the cursor to the beginning of the document.
 +
* ''Ctrl+Shift+End'' &ndash; selects a text fragment from the cursor to the end of the document.
 +
* ''Shift+PgDn'' &ndash; selects a text fragment of approximately the length of the editing area starting from the cursor and going down.
 +
* ''Shift+PgUp'' &ndash; selects a text fragment of approximately the length of the editing area starting from the cursor and going up.
 +
 
 +
== Text Styling ==
 +
* ''Ctrl+B'' &ndash; applies '''bold''' formatting to a text fragment.
 +
* ''Ctrl+I'' &ndash; applies ''italics'' formatting to a text fragment.
 +
* ''Ctrl+U'' &ndash; applies <ins>underline</ins> formatting to a text fragment.
 +
 
 +
== Rich Text ==
 +
* ''Ctrl+L'' &ndash; opens the Link dialog window.
 +
 
 +
== Accessibility ==
 +
* ''Alt+0'' &ndash; opens '''Help'''.
 +
* ''Alt+-'' (''minus'') &ndash; collapses and restores the toolbar.
 +
* ''Alt+F10'' &ndash; enters the toolbar or the tab list of the dialog window.
 +
* ''Alt+F11'' &ndash; enters the elements path.
 +
* ''Tab'' or ''Right Arrow'' &ndash; moves to the next toolbar button, context menu option, elements path element, dialog window element, or dialog window tab while in the tab list.
 +
* ''Tab'' or ''Down Arrow'' &ndash; moves to the next drop-down list option.
 +
* ''Shift+Tab'' or ''Shift+Left Arrow'' &ndash; moves to the previous toolbar button, context menu option, elements path element, dialog window element, or dialog window tab while in the tab list.
 +
* ''Shift+Tab'' or ''Up Arrow'' &ndash; moves to the previous drop-down list option.
 +
* ''Space'' or ''Enter'' &ndash; activates a toolbar button, a context menu option, a drop-down list option, an elements path element, or a dialog window tab once selected. Also enters a context menu submenu, if it is available.

Revision as of 15:51, 8 December 2010

Many functions in CKEditor have their equivalent keyboard shortcuts. This is one of the reasons why working with the editor is simple and efficient.

The list below contains available keyboard shortcuts grouped by problem areas.

Working with a Document

  • Esc – closes a CKEditor dialog window, drop-down list, or context menu. Also moves from the context menu submenu to the parent option.
  • Enter – equivalent of the OK button in a dialog window.
  • Shift+F10, Menu/Application key – opens the element's context menu.

Navigation

  • Home – jumps to the beginning of the line.
  • Ctrl+Home – jumps to the beginning of the document.
  • End – jumps to the end of the line.
  • Ctrl+End – jumps to the end of the document.
  • PgDn – scrolls down the document, approximately by the length of the editing area.
  • PgUp – scrolls up the document, approximately by the length of the editing area.

Writing

  • Enter (Return) – ends a paragraph and starts a new one.
  • Shift+Enter – adds a line break.
  • Backspace, Del – deletes a character.
  • Ctrl+Backspace, Ctrl+Del – deletes a word.

Undo and Redo

  • Ctrl+Z – performs the undo operation.
  • Ctrl+Y – performs a redo operation.

Cut, Copy and Paste

  • Ctrl+X, Shift+Del – cuts a text fragment to clipboard.
  • Ctrl+C – copies a text fragment to clipboard.
  • Ctrl+V, Shift+Insert – pastes a text fragment from clipboard.

Text Selection

  • Ctrl+A – selects all document contents.
  • Shift+Arrow – selects a text fragment by letters.
  • Ctrl+Shift+Arrow – selects a text fragment by words.
  • Shift+Home – selects a text fragment from the cursor to the beginning of the line.
  • Shift+End – selects a text fragment from the cursor to the end of the line.
  • Ctrl+Shift+Home – selects a text fragment from the cursor to the beginning of the document.
  • Ctrl+Shift+End – selects a text fragment from the cursor to the end of the document.
  • Shift+PgDn – selects a text fragment of approximately the length of the editing area starting from the cursor and going down.
  • Shift+PgUp – selects a text fragment of approximately the length of the editing area starting from the cursor and going up.

Text Styling

  • Ctrl+B – applies bold formatting to a text fragment.
  • Ctrl+I – applies italics formatting to a text fragment.
  • Ctrl+U – applies underline formatting to a text fragment.

Rich Text

  • Ctrl+L – opens the Link dialog window.

Accessibility

  • Alt+0 – opens Help.
  • Alt+- (minus) – collapses and restores the toolbar.
  • Alt+F10 – enters the toolbar or the tab list of the dialog window.
  • Alt+F11 – enters the elements path.
  • Tab or Right Arrow – moves to the next toolbar button, context menu option, elements path element, dialog window element, or dialog window tab while in the tab list.
  • Tab or Down Arrow – moves to the next drop-down list option.
  • Shift+Tab or Shift+Left Arrow – moves to the previous toolbar button, context menu option, elements path element, dialog window element, or dialog window tab while in the tab list.
  • Shift+Tab or Up Arrow – moves to the previous drop-down list option.
  • Space or Enter – activates a toolbar button, a context menu option, a drop-down list option, an elements path element, or a dialog window tab once selected. Also enters a context menu submenu, if it is available.