fix: Update shortcut documentation for LaTeX

This commit is contained in:
Tom Moor
2023-03-22 21:35:34 -04:00
parent aec8f14836
commit e86f17a6f0

View File

@@ -342,7 +342,7 @@ function KeyboardShortcuts() {
{ {
shortcut: ( shortcut: (
<> <>
<Key>$$</Key> <Key>Space</Key> <Key>$$$</Key> <Key>Space</Key>
</> </>
), ),
label: t("LaTeX block"), label: t("LaTeX block"),
@@ -368,7 +368,7 @@ function KeyboardShortcuts() {
label: t("Inline code"), label: t("Inline code"),
}, },
{ {
shortcut: "$latex$", shortcut: "$$latex$$",
label: t("Inline LaTeX"), label: t("Inline LaTeX"),
}, },
{ {