Shortcuts

The following shortcuts can be performed in the Advanced WYSIWYG editor.

General

S.No. Command Windows Mac
1 Copy Ctrl + C Cmd + C
2 Cut Ctrl + X Cmd + X
3 Paste Ctrl + V Cmd + V
4 Paste without formatting Ctrl + Shift + V Cmd + Shift + V
5 Undo Ctrl + Z Cmd + Z
6 Redo Ctrl + Shift + Z Cmd + Shift + Z
7 Add a line break Shift + Enter Shift + Enter
8 Insert link Ctrl + K Cmd + K

Text formatting

S.No. Command Windows Mac
1 Bold Ctrl + B Cmd + B
2 Italicize Ctrl + I Cmd + I
3 Underline Ctrl + U Cmd + U
4 Strikethrough Ctrl + Shift + X Cmd + Shift + X
5 Highlight Ctrl + Shift + H Cmd + Shift + H
6 Code Ctrl + E Cmd + E

Paragraph formatting

S.No. Command Windows Mac
1 Paragraph style Ctrl + Alt + 0 Cmd+ Alt + 0
2 Heading 1 Ctrl + Alt + 1 Cmd + Alt + 1
3 Heading 2 Ctrl + Alt + 2 Cmd + Alt + 2
4 Heading 3 Ctrl + Alt + 3 Cmd + Alt + 3
5 Heading 4 Ctrl + Alt + 4 Cmd + Alt + 4
6 Heading 5 Ctrl + Alt + 5 Cmd + Alt + 5
7 Heading 6 Ctrl + Alt + 6 Cmd + Alt + 6
8 Ordered list Ctrl + Shift + 7 Cmd + Shift + 7
9 Unordered list Ctrl + Shift + 8 Cmd + Shift + 8
10 Check list Ctrl + Shift + 9 Cmd + Shift + 9
11 Blockquote Ctrl + Shift + B Cmd + Shift + B
12 Left align Ctrl + Shift + L Cmd + Shift + L
13 Center align Ctrl + Shift + E Cmd + Shift + E
14 Right align Ctrl + Shift + R Cmd + Shift + R
15 Justify Ctrl + Shift + J Cmd + Shift + J
16 Code block Ctrl + Alt + C Cmd + Alt + C
17 Subscript Ctrl + , Cmd + ,
18 Superscript Ctrl + . Cmd + .

Text selection

S.No. Command Windows Mac
1 Complete article Ctrl + A Cmd + A
2 One character to the left Ctrl + ← Cmd + ←
3 One character to the right Ctrl + → Cmd + →
4 One line up Ctrl + ↑ Cmd + ↑
5 One line down Ctrl + ↓ Cmd + ↓
6 To the beginning of the article Ctrl + Shift + Home Cmd + Shift + Home
7 To the end of the article Ctrl + Shift + End Cmd + Shift + End

Typography

The following table shows the regular symbols/syntax list and its outcome in the Advanced WYSIWYG editor.

S.No. Name Symbol/Syntax Outcome
1 Em dash --
2 Ellipsis ... ...
3 Opening double quote '
4 Closing double quote '
5 Left arrow <-
6 Right arrow ->
7 copyright (c) ©
8 Registered trademark (r) ®
9 Trademark (tm)
10 Service mark (sm)
11 One half 1/2 ½
12 One quarter 1/4 ¼
13 Three quarters 3/4 ¼
14 Plus minus +/- ±
15 Not equal !=
16 Laquo << «
17 Raquo >> »
18 Multiplication 2 * 3 2×3
19 Superscript two ^2 ²
20 Superscript three ^3 ³
21 Indian rupee (R)
22 Dollar (USD) $
23 Pound (GBP) £
24 Australian dollar (AUD) A$
25 Triple bar ===
26 Approx (approx)
27 Greater than or equal to >=
28 Lesser than or equal to <=
29 Pi (pi) π
30 Euro (e)
31 Equivalent <==>

Markdown syntax

Unsupported markdown syntax

Currently, we do not support the following markdown syntax in the Advanced WYSIWYG editor.

  1. Table
| header | header |
| --- | --- |
| cell | cell |
| cell | cell |

  1. Subscript (It will work only when you type manually in the editor)
  2. Superscript