Skip to content

Commit 955735c

Browse files
committed
static markdown
1 parent 50d2cae commit 955735c

File tree

1 file changed

+9
-14
lines changed

1 file changed

+9
-14
lines changed

docs/desktop-guide.html

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
<figcaption>Creating and saving a new notebook</figcaption>
5353
</figure>
5454

55-
1. Choose **File** > **New** ${formatKeys("Mod-N")} to open a new, blank notebook
55+
1. Choose **File** > **New** ⌘N to open a new, blank notebook
5656
1. Make any edits, as desired
57-
1. Choose **File** > **Save** ${formatKeys("Mod-S")} to save your notebook
57+
1. Choose **File** > **Save** ⌘S to save your notebook
5858
</script>
5959
<script id="7" type="text/markdown">
6060
<figure>
6161
<img src="./videos/open.webp" loading="lazy">
6262
<figcaption>Opening an existing notebook</figcaption>
6363
</figure>
6464

65-
1. Choose **File** > **Open** ${formatKeys("Mod-O")} to open a notebook
65+
1. Choose **File** > **Open** ⌘O to open a notebook
6666
</script>
6767
<script id="2" type="text/markdown">
6868
---
@@ -98,17 +98,17 @@
9898

9999
<figure>
100100
<img src="./videos/split-merge.webp" loading="lazy">
101-
<figcaption>Splitting and merging cells with ${formatKeys("Alt-Enter")}, ${formatKeys("Alt-Backspace")} or ${formatKeys("Shift-Alt-Enter")}, ${formatKeys("Ctrl-Alt-d")}</figcaption>
101+
<figcaption>Splitting and merging cells with ⌥↩︎, ⌥⌫ or ⌥⇧↩︎, ⌃⌥d</figcaption>
102102
</figure>
103103

104104
<figure>
105105
<img src="./videos/insert.webp" loading="lazy">
106-
<figcaption>Inserting JavaScript cells with ${formatKeys("Mod-Enter")} or ${formatKeys("Shift-Mod-Enter")}</figcaption>
106+
<figcaption>Inserting JavaScript cells with ⌘↩︎ or ⇧⌘↩︎</figcaption>
107107
</figure>
108108

109109
<figure>
110110
<img src="./videos/delete.webp" loading="lazy">
111-
<figcaption>Delete cells with ${formatKeys("Escape")}, ${formatKeys("d")}</figcaption>
111+
<figcaption>Deleting cells with ⎋, d</figcaption>
112112
</figure>
113113
</script>
114114
<script id="5" type="text/markdown">
@@ -125,7 +125,7 @@
125125

126126
<figure>
127127
<img src="./videos/run-keyboard.webp" loading="lazy">
128-
<figcaption>Running a cell by with ${formatKeys("Shift-Enter")}</figcaption>
128+
<figcaption>Running a cell with ⇧↩︎</figcaption>
129129
</figure>
130130

131131
</script>
@@ -138,17 +138,12 @@
138138

139139
<figure>
140140
<img src="./videos/navigate-tab.webp" loading="lazy">
141-
<figcaption>Navigating between cells with ${formatKeys("Alt-Tab")} and ${formatKeys("Shift-Alt-Tab")}</figcaption>
141+
<figcaption>Navigating between cells with ⌥⇥ and ⌥⇧⇥</figcaption>
142142
</figure>
143143

144144
<figure>
145145
<img src="./videos/navigate-esc.webp" loading="lazy">
146-
<figcaption>Navigating between cells with ${formatKeys("Escape")}, ${formatKeys("j")} or ${formatKeys("k")}, ${formatKeys("Enter")}</figcaption>
146+
<figcaption>Navigating between cells with ⎋, j or k, ↩︎</figcaption>
147147
</figure>
148148
</script>
149-
<script id="11" type="module">
150-
import {formatKeys} from "./keys.js";
151-
152-
display(document.createTextNode("\xa0"));
153-
</script>
154149
</notebook>

0 commit comments

Comments
 (0)