From ef267920f0e9d1039bbf5e62ce0716e0ff1ed3bd Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Sun, 10 Dec 2023 10:59:13 +0530 Subject: [PATCH] Integrated latest changes at 12-10-2023 10:30:07 AM --- ej2-javascript/rich-text-editor/keyboard-support.md | 2 ++ 1 file changed, 2 insertions(+) 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 |