diff --git a/ej2-javascript/rich-text-editor/keyboard-support.md b/ej2-javascript/rich-text-editor/keyboard-support.md
index 7c89aad75..585aa24c7 100644
--- a/ej2-javascript/rich-text-editor/keyboard-support.md
+++ b/ej2-javascript/rich-text-editor/keyboard-support.md
@@ -22,6 +22,8 @@ You can use the following key shortcuts when the Rich Text Editor renders with `
| Toolbar focus | Alt + f10 |
| Insert link | Ctrl + k |
| Insert image | Ctrl + Shift + i |
+| Insert audio | Ctrl + Shift + a |
+| Insert video | Ctrl + Alt + v |
| Insert table | Ctrl + Shift + e |
| Undo | Ctrl + z |
| Redo | Ctrl + y |