From e86f17a6f0ced7868e37584f69c02965e1a3feaa Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Wed, 22 Mar 2023 21:35:34 -0400 Subject: [PATCH] fix: Update shortcut documentation for LaTeX --- app/scenes/KeyboardShortcuts.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scenes/KeyboardShortcuts.tsx b/app/scenes/KeyboardShortcuts.tsx index c7cbcad31..3cf3f8efa 100644 --- a/app/scenes/KeyboardShortcuts.tsx +++ b/app/scenes/KeyboardShortcuts.tsx @@ -342,7 +342,7 @@ function KeyboardShortcuts() { { shortcut: ( <> - $$ Space + $$$ Space ), label: t("LaTeX block"), @@ -368,7 +368,7 @@ function KeyboardShortcuts() { label: t("Inline code"), }, { - shortcut: "$latex$", + shortcut: "$$latex$$", label: t("Inline LaTeX"), }, {