From b082fc674132af36b63e8fe5178474c88db82e5f Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Thu, 24 Sep 2026 16:19:19 +0000
Subject: [PATCH] docs: add task list and list indent shortcuts to editor
keyboard shortcuts
---
editor/keyboard-shortcuts.mdx | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/editor/keyboard-shortcuts.mdx b/editor/keyboard-shortcuts.mdx
index 81f84835f8..9ab0e259b9 100644
--- a/editor/keyboard-shortcuts.mdx
+++ b/editor/keyboard-shortcuts.mdx
@@ -52,8 +52,11 @@ Use these shortcuts when editing in visual mode.
| Command | macOS | Windows |
| :--- | :--- | :--- |
-| **Unordered list** | Cmd + Shift + 8 | Ctrl + Shift + 8 |
-| **Ordered list** | Cmd + Shift + 7 | Ctrl + Shift + 7 |
+| **Unordered list** (also turns a task into a plain bullet) | Cmd + Shift + 8 | Ctrl + Shift + 8 |
+| **Ordered list** (also turns a task into a plain numbered item) | Cmd + Shift + 7 | Ctrl + Shift + 7 |
+| **Task list** | Cmd + Shift + 9 | Ctrl + Shift + 9 |
+| **Indent selected list items** | Tab | Tab |
+| **Outdent selected list items** | Shift + Tab | Shift + Tab |
| **Blockquote** | Cmd + Shift + B | Ctrl + Shift + B |
| **Next table cell** (adds a row from the last cell) | Tab | Tab |
| **Previous table cell** | Shift + Tab | Shift + Tab |