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}