From 716cc5b5c552a8a4d1d39c4c6e8a27beba23eb89 Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Sun, 28 Jan 2024 20:16:30 -0500 Subject: [PATCH] Add both versions of insert anything shortcut, closes #1607 --- quarto.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quarto.qmd b/quarto.qmd index 155fb8b..d110abd 100644 --- a/quarto.qmd +++ b/quarto.qmd @@ -162,7 +162,7 @@ In fact, Quarto uses Pandoc markdown (a slightly extended version of Markdown th While Markdown is designed to be easy to read and write, as you will see in @sec-source-editor, it still requires learning new syntax. Therefore, if you're new to computational documents like `.qmd` files but have experience using tools like Google Docs or MS Word, the easiest way to get started with Quarto in RStudio is the visual editor. -In the visual editor you can either use the buttons on the menu bar to insert images, tables, cross-references, etc. or you can use the catch-all ⌘ / shortcut to insert just about anything. +In the visual editor you can either use the buttons on the menu bar to insert images, tables, cross-references, etc. or you can use the catch-all + / or Ctrl + / shortcut to insert just about anything. If you are at the beginning of a line (as shown in @fig-visual-editor), you can also enter just / to invoke the shortcut. ```{r}