Formatting and text shortcuts:
- CTRL-B - apply <strong> span to selection;
- CTRL-I - apply <em> span to selection;
- CTRL-U - apply <u> span to selection;
- CTRL-D - apply <code> span to selection;
- ENTER - break paragraph into two;
- SHIFT-ENTER - insert <br>;
- DELETE - delete character on the right or remove selection. See also table actions below;
- BACKSPACE - delete character on the left or remove selection. If selection is a table cell selection then cells will be merged into single cell;
- DELETE - delete character on the right or remove selection. If selection is a table cell selection then those cells will be removed from the table;
- CTRL-DELETE - if selection: remove foreground spans (<strong>, <em>, etc.), if no selection - remove word on the right;
- CTRL-BACKSPACE - if selection: remove background spans (<a>, etc.), if no selection - remove word on the left;
Paragraphs, lists and blockquotes:
- CTRL-NUMPAD+ - indent +, either wrap selected paragraphs in <blockquote> or as sub list;
- CTRL-NUMPAD- - indent -, either unwrap selected paragraphs from <blockquote> or move list items level up;
- CTRL-NUMPAD. - wrap selected paragraphs to <ul>;
- CTRL-NUMPAD0 - wrap selected paragraphs to <ol>;
- CTRL-NUMPAD1 - CTRL-NUMPAD6 - convert selected paragraphs to <H1>-<H6>;
- CTRL-NUMPAD7 - convert selected blocks to <P>
Table/cell specific:
- CTRL-1 - split cell(s) by rows;
- CTRL-2 - split cell(s) by columns;
- CTRL-3 - insert column before current;
- CTRL-4 - insert column after current;
- DELETE - delete cells. If whole row(s) or column(s) are selected then thye will be deleted. Otherwise cells will be merged into one and cleared;
- BACKSPACE - merge cells. Merge selected cells into single cell;