You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will often want to enter fullscreen mode when presenting. You can do this by pressing the <kbd>F</kbd> key.
22
+
You will often want to enter fullscreen mode when presenting. You can do this by pressing the {{< kbd F >}} key.
23
23
:::
24
24
25
25
In addition to basic keyboard navigation, Reveal supports several more advanced capabilities, including:
@@ -43,22 +43,22 @@ Quarto includes a built in version of the [reveal.js-menu](https://github.com/de
43
43
:::
44
44
45
45
::: {.callout-tip appearance="simple"}
46
-
You can also open the navigation menu by pressing the <kbd>M</kbd> key.
46
+
You can also open the navigation menu by pressing the {{< kbd M >}} key.
47
47
:::
48
48
49
49
The navigation menu also includes a **Tools** pane that provides access to the various other navigation tools including Fullscreen, Speaker View, Overview Mode, and Print to PDF.
50
50
51
51
Use the following options to customize the appearance and behavior of the menu:
@@ -107,18 +107,18 @@ Overview mode provides an alternate view that shows you a thumbnail for each sli
107
107
{.border fig-alt="Screenshot of slides shown in overview mode, showing a series of thumbnails for the slides in the presentation."}
108
108
109
109
::: {.callout-tip appearance="simple"}
110
-
You can enable Overview Mode by pressing the <kbd>O</kbd> key.
110
+
You can enable Overview Mode by pressing the {{< kbd O >}} key.
111
111
:::
112
112
113
113
## Slide Zoom
114
114
115
-
Hold down the <kbd>Alt</kbd> key (or <kbd>Ctrl</kbd> in Linux) and click on any element to zoom towards it. Try zooming in on one of these images:
115
+
Hold down the {{< kbdAlt linux=Ctrl >}} key and click on any element to zoom towards it. Try zooming in on one of these images:
<kbd>Alt</kbd> or <kbd>Ctrl</kbd> click again to zoom back out.
121
+
{{< kbdAlt >}} or {{< kbdCtrl >}} click again to zoom back out.
122
122
123
123
## Speaker View
124
124
@@ -127,7 +127,7 @@ The speaker view shows the current slide along with the upcoming slide, a timer,
127
127
{.border fig-alt="Screenshot of reveal.js presentation in Speaker View. On the right, the active slide is shown. The left column contains three sections which show (from top to bottom): the upcoming slide, time (both elapsed and clock time), and a section where speaker notes go."}
128
128
129
129
::: {.callout-tip appearance="simple"}
130
-
You can enable Speaker View by pressing the <kbd>S</kbd> key.
130
+
You can enable Speaker View by pressing the {{< kbd S >}} key.
131
131
:::
132
132
133
133
You can add speaker notes to a slide using a div with class `.notes`. For example:
@@ -186,7 +186,7 @@ Note: This feature has been confirmed to work in [Google Chrome](https://google.
186
186
To Print to PDF, do the following:
187
187
188
188
1. Toggle into Print View using the {{< kbd E >}} key (or using the [Navigation Menu](#navigation-menu))
189
-
2. Open the in-browser print dialog {{< kbd Ctrl+P win=Ctrl+P mac=Command+P >}}.
189
+
2. Open the in-browser print dialog {{< kbd Ctrl+P mac=Command+P >}}.
190
190
3. Change the **Destination** setting to **Save as PDF**.
191
191
4. Change the **Layout** to **Landscape**.
192
192
5. Change the **Margins** to **None**.
@@ -237,15 +237,15 @@ When you click on a hyperlink with `preview-links: true`, the link will be navig
For example, here we set `preview-links` to `auto`:
251
251
@@ -298,7 +298,7 @@ format:
298
298
---
299
299
```
300
300
301
-
A play/pause control element will automatically appear for auto-sliding decks. Sliding is automatically paused if the user starts interacting with the deck. It's also possible to pause or resume sliding by pressing <kbd>A</kbd> on the keyboard.
301
+
A play/pause control element will automatically appear for auto-sliding decks. Sliding is automatically paused if the user starts interacting with the deck. It's also possible to pause or resume sliding by pressing {{< kbd A >}} on the keyboard.
302
302
303
303
You can disable the auto-slide controls and prevent sliding from being paused by specifying `auto-slide-stoppable: false`.
304
304
@@ -388,21 +388,21 @@ Here are what the notes canvas and chalkboard look like when activated:
388
388
{.border fig-alt="Screenshot of chalkboard canvas with color selector on the left, and paintbrush tool at the bottom. The background is dark, and the equation 'y = mx + b' has been drawn in white with a chalky texture."}
389
389
:::
390
390
391
-
To toggle the notes canvas on and off use the <kbd>{width="19" height="17"}</kbd> button or the <kbd>C</kbd> key.
391
+
To toggle the notes canvas on and off use the <kbd>{width="19" height="17"}</kbd> button or the {{< kbd C >}} key.
392
392
393
-
To toggle the chalkboard on and off use the <kbd>{width="19" height="20"}</kbd> button or the <kbd>B</kbd> key.
393
+
To toggle the chalkboard on and off use the <kbd>{width="19" height="20"}</kbd> button or the {{< kbd B >}} key.
394
394
395
395
Here are all of the keyboard shortcuts associated with the notes canvas and chalkboard:
The following mouse and touch gestures can be used for interacting with drawings:
408
408
@@ -422,7 +422,7 @@ The following mouse and touch gestures can be used for interacting with drawings
422
422
423
423
### Restoring Drawings
424
424
425
-
The <kbd>D</kbd> key downloads any active drawings into a JSON file. You can then restore these drawings when showing your presentation using the `src` option. For example:
425
+
The {{< kbd D >}} key downloads any active drawings into a JSON file. You can then restore these drawings when showing your presentation using the `src` option. For example:
426
426
427
427
``` yaml
428
428
---
@@ -449,7 +449,7 @@ The following options are available to customize the behavior and appearance of
| `chalk-effect` | A float in the range `[0.0, 1.0]`, the intensity of the chalk effect on the chalk board. Full effect (default) `1.0`, no effect `0.0`. |
| `read-only` | Configuration option to prevent changes to existing drawings. `true`: no changes can be made, `false` (default): changes can be made. |
0 commit comments