Skip to content

Commit e359e75

Browse files
committed
keybinding instructions added to tutorial
1 parent 393c8fb commit e359e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/tutorial/Canvas.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const Canvas: React.FC<{
3232
<h1 className={classes.title}>Keyboard Shortcuts</h1>
3333
<h2 className={classes.text}>Mac</h2>
3434
<ul className={classes.text}>
35+
<li>Export Project: Command + e</li>
3536
<li>Undo: Command + z</li>
3637
<li>Redo: Command + Shift + z</li>
3738
<li>Save Project As: Command + s</li>
@@ -42,6 +43,7 @@ const Canvas: React.FC<{
4243
</ul>
4344
<h2 className={classes.text}>Windows</h2>
4445
<ul className={classes.text}>
46+
<li>Export Project: Control + e</li>
4547
<li>Undo: Control + z</li>
4648
<li>Redo: Control + Shift + z</li>
4749
<li>Save Project As: Control + s</li>

0 commit comments

Comments
 (0)