Skip to content

Commit

Permalink
Docs: updating the keyboards shortcuts table.
Browse files Browse the repository at this point in the history
  • Loading branch information
godai78 committed Jan 25, 2024
1 parent 910f882 commit 25c2731
Showing 1 changed file with 35 additions and 10 deletions.
45 changes: 35 additions & 10 deletions docs/features/keyboard-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ Below is a list of the most important keystrokes supported by CKEditor 5 an
<td><kbd>Ctrl</kbd> + <kbd>I</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>I</kbd></td>
</tr>
<tr>
<td>Strikethrough</td>
<td><kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>X</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>X</kbd></td>
</tr>
<tr>
<td>Underline</td>
<td><kbd>Ctrl</kbd> + <kbd>U</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>U</kbd></td>
</tr>
<tr>
<td>Link</td>
<td><kbd>Ctrl</kbd> + <kbd>K</kbd></td>
Expand All @@ -79,15 +89,6 @@ Below is a list of the most important keystrokes supported by CKEditor&nbsp;5 an
<td>Insert a soft break (a <code>&lt;br&gt;</code>)</td>
<td colspan="2"><kbd>Shift</kbd> + <kbd>Enter</kbd></td>
</tr>
<tr>
<td>Nest the current list item (when in a list)</td>
<td colspan="2"><kbd>Tab</kbd></td>
</tr>
<tr>
<td>Check or clear a to-do list item</td>
<td><kbd>Ctrl</kbd> + <kbd>Enter</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>Enter</kbd></td>
</tr>
<tr>
<td>Move out of link or inline code style</td>
<td colspan="2"><kbd>←</kbd> <kbd>←</kbd> / <kbd>→</kbd> <kbd>→</kbd></td>
Expand All @@ -96,6 +97,11 @@ Below is a list of the most important keystrokes supported by CKEditor&nbsp;5 an
<td>Revert autoformatting action</td>
<td colspan="2"><kbd>Backspace</kbd></td>
</tr>
<tr>
<td>Find in the document</td>
<td><kbd>Ctrl</kbd> + <kbd>F</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>F</kbd></td>
</tr>
<tr>
<th colspan="3">When you select a widget (for example: image, table, horizontal line, etc.)</th>
</tr>
Expand All @@ -115,6 +121,26 @@ Below is a list of the most important keystrokes supported by CKEditor&nbsp;5 an
<td>Display the caret to allow typing directly after a widget</td>
<td colspan="2"><kbd>↓</kbd> / <kbd>→</kbd></td>
</tr>
<tr>
<th colspan="3">Inside a list</th>
</tr>
<tr>
<td>Increase list item indent</td>
<td colspan="2"><kbd>Tab</kbd></td>
</tr>
<tr>
<td>Decrease list item indent</td>
<td colspan="2"><kbd>Shift</kbd> + <kbd>Tab</kbd></td>
</tr>
<tr>
<td>Nest the current list item (when in a list)</td>
<td colspan="2"><kbd>Tab</kbd></td>
</tr>
<tr>
<td>Check or clear a to-do list item</td>
<td><kbd>Ctrl</kbd> + <kbd>Enter</kbd></td>
<td><kbd>Cmd</kbd> + <kbd>Enter</kbd></td>
</tr>
<tr>
<th colspan="3">In a table cell</th>
</tr>
Expand Down Expand Up @@ -195,7 +221,6 @@ Use the following keystrokes for more efficient navigation in the CKEditor&nbsp;
}
</style>


## Related productivity features

Besides using keyboard shortcuts, you may want to check the following productivity features:
Expand Down

0 comments on commit 25c2731

Please sign in to comment.