We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393c8fb commit e359e75Copy full SHA for e359e75
app/src/tutorial/Canvas.tsx
@@ -32,6 +32,7 @@ const Canvas: React.FC<{
32
<h1 className={classes.title}>Keyboard Shortcuts</h1>
33
<h2 className={classes.text}>Mac</h2>
34
<ul className={classes.text}>
35
+ <li>Export Project: Command + e</li>
36
<li>Undo: Command + z</li>
37
<li>Redo: Command + Shift + z</li>
38
<li>Save Project As: Command + s</li>
@@ -42,6 +43,7 @@ const Canvas: React.FC<{
42
43
</ul>
44
<h2 className={classes.text}>Windows</h2>
45
46
+ <li>Export Project: Control + e</li>
47
<li>Undo: Control + z</li>
48
<li>Redo: Control + Shift + z</li>
49
<li>Save Project As: Control + s</li>
0 commit comments