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
Copy file name to clipboardExpand all lines: docs/authoring/_kbd.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
The `kbd`[shortcode](shortcodes.qmd) can be used to describe keyboard shortcuts in documentation:
4
4
5
-
-**single keyboard shortcuts for every operating system**: use a positional parameter: `{{{< kbd Ctrl-C >}}}`
6
-
-**different shortcuts for different operating systems** use keyword parameters `win`, `mac`, and `linux`: `{{{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}}`
5
+
- single keyboard shortcuts for every operating system use a **positional parameter**: `{{{< kbd Ctrl-C >}}}`
6
+
- different shortcuts for different operating systems use **keyword parameters `win`, `mac`, and `linux`**: `{{{< kbd mac=Shift-Command-O win=Shift-Control-O linux=Shift-Ctrl-L >}}}`
7
7
8
8
On Javascript formats, Quarto will attempt to detect the operating system of the format and show the correct shortcut.
9
9
On print formats, it will print the keyboard shortcut information for all operating systems.
0 commit comments