|
52 | 52 | <figcaption>Creating and saving a new notebook</figcaption> |
53 | 53 | </figure> |
54 | 54 |
|
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 |
56 | 56 | 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 |
58 | 58 | </script> |
59 | 59 | <script id="7" type="text/markdown"> |
60 | 60 | <figure> |
61 | 61 | <img src="./videos/open.webp" loading="lazy"> |
62 | 62 | <figcaption>Opening an existing notebook</figcaption> |
63 | 63 | </figure> |
64 | 64 |
|
65 | | - 1. Choose **File** > **Open** ${formatKeys("Mod-O")} to open a notebook |
| 65 | + 1. Choose **File** > **Open** ⌘O to open a notebook |
66 | 66 | </script> |
67 | 67 | <script id="2" type="text/markdown"> |
68 | 68 | --- |
|
98 | 98 |
|
99 | 99 | <figure> |
100 | 100 | <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> |
102 | 102 | </figure> |
103 | 103 |
|
104 | 104 | <figure> |
105 | 105 | <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> |
107 | 107 | </figure> |
108 | 108 |
|
109 | 109 | <figure> |
110 | 110 | <img src="./videos/delete.webp" loading="lazy"> |
111 | | - <figcaption>Delete cells with ${formatKeys("Escape")}, ${formatKeys("d")}</figcaption> |
| 111 | + <figcaption>Deleting cells with ⎋, d</figcaption> |
112 | 112 | </figure> |
113 | 113 | </script> |
114 | 114 | <script id="5" type="text/markdown"> |
|
125 | 125 |
|
126 | 126 | <figure> |
127 | 127 | <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> |
129 | 129 | </figure> |
130 | 130 |
|
131 | 131 | </script> |
|
138 | 138 |
|
139 | 139 | <figure> |
140 | 140 | <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> |
142 | 142 | </figure> |
143 | 143 |
|
144 | 144 | <figure> |
145 | 145 | <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> |
147 | 147 | </figure> |
148 | 148 | </script> |
149 | | - <script id="11" type="module"> |
150 | | - import {formatKeys} from "./keys.js"; |
151 | | - |
152 | | - display(document.createTextNode("\xa0")); |
153 | | - </script> |
154 | 149 | </notebook> |
0 commit comments