From 3fd893e728db23fd47ba46496b985e2f66a40e1f Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 14 May 2025 19:52:32 -0400 Subject: [PATCH] Add new markdown shortcut for tables to shortcut UI (#9216) --- app/scenes/KeyboardShortcuts.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/scenes/KeyboardShortcuts.tsx b/app/scenes/KeyboardShortcuts.tsx index e29a1a304d..1805086ad8 100644 --- a/app/scenes/KeyboardShortcuts.tsx +++ b/app/scenes/KeyboardShortcuts.tsx @@ -415,6 +415,10 @@ function KeyboardShortcuts() { shortcut: ---, label: t("Horizontal divider"), }, + { + shortcut: {"|--"}, + label: t("Table"), + }, { shortcut: {"```"}, label: t("Code block"),