fix: Update shortcut documentation for LaTeX
This commit is contained in:
@@ -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"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user